Closed
Bug 1793904
Opened 3 years ago
Closed 3 years ago
Reduce log verbosity of content process shutdown
Categories
(Core :: DOM: Content Processes, task)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
107 Branch
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: jstutte, Assigned: jstutte)
Details
Attachments
(1 file)
MaybeLogBlockShutdownDiagnostics currently prints out a NS_DEBUG_WARNING if MOZ_DIAGNOSTIC_ASSERT_ENABLED. This leads to quite verbose log files in treeherder during shutdown. We have now better support for crashstats through CrashReporter::AppendToCrashReportAnnotation(CrashReporter::Annotation::IPCShutdownState...) (see bug 1777198) so while there is value in having this information in treeherder logs we might want to limit it to DEBUG builds only or make it a normal log INFO message to make it at least less scary.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → jstutte
Status: NEW → ASSIGNED
Pushed by jstutte@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dd8168ec6c99
Downgrade content process shutdown warnings to info. r=smaug
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•