DescriptionEnable crash dump collection on builders
Toolchain crashes on build machines are an ongoing problem, particularly
with the VC++ 2015 migration. Setting this registry key tells Windows
Error Reporting to record minidumps (a few MB typically) to a local
directory, up to a maximum of ten. This should help with investigations.
This change also suppresses Windows Error Reporting dialogs with the
DontShowUI registry value, to avoid builder hangs on crashes.
See also crrev.com/1816333002
BUG=440500
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299426
Patch Set 1 #
Total comments: 6
Patch Set 2 : Check CHROME_HEADLESS and tweak comments #Patch Set 3 : Responding to code review comments #Patch Set 4 : Set DontShowUI to suppress WER dialog #Messages
Total messages: 13 (4 generated)
|