зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1125865: Only log Windows sandbox violations to console when nsContentUtils is initialized. r=bbondy
This commit is contained in:
Родитель
452391db51
Коммит
f82c430a64
|
@ -103,7 +103,9 @@ Log(const char* aMessageType,
|
|||
NS_DebugBreak(NS_DEBUG_WARNING, nullptr, msg.c_str(), nullptr, -1);
|
||||
#endif
|
||||
|
||||
nsContentUtils::LogMessageToConsole(msg.c_str());
|
||||
if (nsContentUtils::IsInitialized()) {
|
||||
nsContentUtils::LogMessageToConsole(msg.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
// Initialize sandbox logging if required.
|
||||
|
|
Загрузка…
Ссылка в новой задаче