Bug 1337697 - Define MOZ_IPC_MESSAGE_LOG in builds with --enable-fuzzing. r=billm

--HG--
extra : rebase_source : 77a6deca7a5b4438eeac7d950e4653691888270f
This commit is contained in:
Christoph Diehl 2017-02-08 01:08:00 -05:00
parent 1b1e8ccc2f
commit b3e16e6212

View File

@ -411,7 +411,7 @@ public:
inline bool
LoggingEnabled()
{
#if defined(DEBUG)
#if defined(DEBUG) || defined(FUZZING)
return !!PR_GetEnv("MOZ_IPC_MESSAGE_LOG");
#else
return false;