mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1337697 - Define MOZ_IPC_MESSAGE_LOG in builds with --enable-fuzzing. r=billm
--HG-- extra : rebase_source : 77a6deca7a5b4438eeac7d950e4653691888270f
This commit is contained in:
parent
1b1e8ccc2f
commit
b3e16e6212
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user