DescriptionBreakpad: Enable more logging in crash_service to debug flaky failures on Windows
Two things are needed to get crash_service's VLOG(1) messages sent to
stderr:
* Pass --v=1
* Enable "SYSTEM_DEBUG_LOG" in InitLogging()
Without these steps, only higher verbosity messages get sent to
stderr.
Note that crash_service's stderr works if stderr is a pipe but not if
it's a Windows console. On a Buildbot slave, though, stderr is a pipe.
BUG=169394
TEST=run_breakpad_browser_process_crash_test in nacl_integration
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177271
Patch Set 1 #Patch Set 2 : Tidy comments #
Messages
Total messages: 6 (0 generated)
|