-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Platforms 2016-09-19, Platforms 2016-10-10
-
0
The reported bug is that right now, calling setMinimumLoggedSeverity during shouldLog can trigger the dassert in shouldLog. However, the assert isn't that useful because we need that path to be fast, and what we really should synchronize is the writes in setMinimumLoggedSeverity (which is called much less frequently).