mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1729466 - Don't enqueue async logging messages when the async logger is not running. r=pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D125399
This commit is contained in:
parent
23838f8659
commit
6270f77ad0
@ -195,7 +195,7 @@ class AsyncLogger {
|
||||
}
|
||||
}
|
||||
|
||||
bool Enabled() { return profiler_is_active(); }
|
||||
bool Enabled() { return mRunning; }
|
||||
|
||||
private:
|
||||
void Run() {
|
||||
|
Loading…
Reference in New Issue
Block a user