DescriptionMake logic for disabling OS crash catcher on OSX match comment.
As written, the code would only disable the OS crash reporter if
breakpad was not enabled, which is the opposite of the documented
behavior.
This change results in us calling base::mac::DisableOSCrashDumps() for
all processes where base::mac::IsBackgroundOnlyProcess() is true,
including NaCl processes. Before this change, the OS crash reporter
was triggered when NaCl processes crashed in untrusted code, which
would could take 40+ seconds to complete.
BUG=318501
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276928
Patch Set 1 #Patch Set 2 : Whitespace #Messages
Total messages: 8 (0 generated)
|