зеркало из https://github.com/mozilla/gecko-dev.git
Bug 931429 - Fix PR_LOG compiling error for sandbox code on Linux. r=kang
This commit is contained in:
Родитель
4dd92c58c0
Коммит
35c298f670
|
@ -30,7 +30,7 @@ namespace mozilla {
|
|||
#define LOG_ERROR(args...) __android_log_print(ANDROID_LOG_ERROR, "Sandbox", ## args)
|
||||
#elif defined(PR_LOGGING)
|
||||
static PRLogModuleInfo* gSeccompSandboxLog;
|
||||
#define LOG_ERROR(args...) PR_LOG(gSeccompSandboxLog, PR_LOG_ERROR, ## args)
|
||||
#define LOG_ERROR(args...) PR_LOG(gSeccompSandboxLog, PR_LOG_ERROR, (args))
|
||||
#else
|
||||
#define LOG_ERROR(args...)
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче