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:
Christoph Diehl 2017-02-14 12:38:22 +01:00
parent 3932536b22
commit de351bcbec

View File

@ -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;