Bug 1323076 - Part 4: ConsoleService with flag checking for TaskTracer. r=erahm
This commit is contained in:
@@ -287,7 +287,7 @@ nsConsoleService::LogMessageWithMode(nsIConsoleMessage* aMessage,
|
||||
}
|
||||
#endif
|
||||
#ifdef MOZ_TASK_TRACER
|
||||
{
|
||||
if (IsStartLogging()) {
|
||||
nsCString msg;
|
||||
aMessage->ToString(msg);
|
||||
int prefixPos = msg.Find(GetJSLabelPrefix());
|
||||
|
||||
Reference in New Issue
Block a user