DescriptionDon't use StaticMemorySingletonTraits for TraceLog.
Let's try this out as it's not clear to me that the extra complexity is needed. If code in the field is using this object at shutdown after the exit manager has destructed, then there'll be null dereferences now anyways. Also, we shouldn't have C++ static objects as they should all be using Singleton.
BUG=258047
R=nduca@chromium.org, scheib@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210446
Patch Set 1 : #Patch Set 2 : use LeakySingletonTraits as TraceLog is used on non-joinable threads #
Total comments: 2
Patch Set 3 : no need for ManualTestSetUp anymore per scheib #
Messages
Total messages: 4 (0 generated)
|