Chromium Code Reviews
DescriptionSuppress browser microdump when renderer crashes in multiprocess WebView.
Currently when WebView is in multiprocess mode and the renderer crashes,
browser code detects the crash and terminates the application in order
to provide compatibility with single process behaviour (where a renderer
crash would implicitly also be an application crash). We need the browser
(= application process) to die in a way that triggers debuggerd, but we
don't want the browser microdump (it's not informative). For this reason,
we suppress the generation of the microdump at the point we terminate
the application.
The renderer process crash dialog is already suppressed on user builds,
by virtue of not re-raising the signal.
BUG=642344
Review-Url: https://codereview.chromium.org/2635493002
Cr-Commit-Position: refs/heads/master@{#444131}
Committed: https://chromium.googlesource.com/chromium/src/+/fa882b53462e83fd7a2470f375ee322f7c9c8914
Patch Set 1 #Patch Set 2 : rebase #
Total comments: 2
Patch Set 3 : add ifdef #Patch Set 4 : reorder functions #Patch Set 5 : reorder functions. again. #
Messages
Total messages: 25 (18 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||