Chromium Code Reviews
Description[telemetry] Add support for setting browser logging verbosity
This patch replaces the existing enable_logging boolean field in
BrowserOptions (--enable-browser-logging flag) to a logging_verbosity
integer field (--browser-logging-verbosity flag).
BEFORE AFTER
[no flag] --browser-logging-verbosity none [or no flag]
[NOT SUPPORTED] --browser-logging-verbosity non-verbose
--enable-browser-logging --browser-logging-verbosity verbose
Note that the old flag as well as the field are still supported, but
they're marked as deprecated.
Rationale: We want to be able to enable browser logging with custom
verbosity level (--v=0) rather than the default one (--v=1).
BUG=chromium:623058
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/e3c8179b5c82fc346d35e31aa334c5226a20db05
Patch Set 1 #Patch Set 2 : Check command-line arguments #
Total comments: 2
Patch Set 3 : Enumify #
Total comments: 2
Patch Set 4 : Add deprecation warnings #Patch Set 5 : Update tests #Patch Set 6 : Fix test #
Messages
Total messages: 22 (13 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||