Open
Bug 1454132
Opened 7 years ago
Updated 2 years ago
Remove NO_CHROMIUM_LOGGING
Categories
(Core :: IPC, enhancement, P3)
Tracking
()
NEW
People
(Reporter: jld, Unassigned)
References
Details
ipc/chromium/src/base/logging.h supports defining NO_CHROMIUM_LOGGING to make the logging macros no-ops. This doesn't appear to used, and it's a bad idea to leave it there as a dormant footgun: there are assertions that macro-expand to CHROMIUM_LOG(FATAL) which would become non-fatal. It should be removed.
![]() |
||
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•