mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1337697 - Define MOZ_IPC_MESSAGE_LOG in another spot for builds with --enable-fuzzing. r=billm
--HG-- extra : rebase_source : a72bdb71132dca122d27406d5eea77716a7c8c87
This commit is contained in:
parent
3932536b22
commit
de351bcbec
@ -421,7 +421,7 @@ LoggingEnabled()
|
||||
inline bool
|
||||
LoggingEnabledFor(const char *aTopLevelProtocol)
|
||||
{
|
||||
#if defined(DEBUG)
|
||||
#if defined(DEBUG) || defined(FUZZING)
|
||||
const char *filter = PR_GetEnv("MOZ_IPC_MESSAGE_LOG");
|
||||
if (!filter) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user