Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1275a924 authored by Tao Bai's avatar Tao Bai Committed by Android (Google) Code Review
Browse files

Merge "WebView: Revise the behavior of crash handle API"

parents b01cac7c dd264f69
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -488,7 +488,8 @@ public class WebViewClient {
     * @param view The WebView which needs to be cleaned up.
     * @param detail the reason why it exited.
     * @return true if the host application handled the situation that process has
     *         exited, otherwise, application will crash.
     *         exited, otherwise, application will crash if render process crashed,
     *         or be killed if render process was killed by the system.
     */
    public boolean onRenderProcessGone(WebView view, RenderProcessGoneDetail detail) {
        return false;