mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Bug 1596210 - Prevent breakpad from spamming the log with error messages r=KrisWright
Setting breakpad minimum log severity level to CRITICAL should be enough to quiet it completely since there are no statements in the code using it, the "highest" I could find all use the ERROR level. Differential Revision: https://phabricator.services.mozilla.com/D70115 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
8dfda8ef7c
commit
969e685d94
@ -54,7 +54,7 @@ UNIFIED_SOURCES += [
|
||||
'tokenize.cc',
|
||||
]
|
||||
|
||||
DEFINES['BPLOG_MINIMUM_SEVERITY'] = 'SEVERITY_ERROR'
|
||||
DEFINES['BPLOG_MINIMUM_SEVERITY'] = 'SEVERITY_CRITICAL'
|
||||
|
||||
Library('breakpad_processor')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user