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

Commit b0c715b8 authored by Gustav Sennton's avatar Gustav Sennton
Browse files

[WebView] Add multiprocess state to webviewupdate dumpState.

Whether WebView multiprocess is enabled can be important to know when
debugging WebView-related issues.

Bug: 38501129
Test: Ensure that bugreport contains WebView multiprocess state.
Change-Id: I037de0e981d4b731f0da7e5982815facf5d38a43
parent d47fa266
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -278,6 +278,7 @@ public class WebViewUpdateServiceImpl {
        pw.println("Current WebView Update Service state");
        pw.println("Current WebView Update Service state");
        pw.println(String.format("  Fallback logic enabled: %b",
        pw.println(String.format("  Fallback logic enabled: %b",
                mSystemInterface.isFallbackLogicEnabled()));
                mSystemInterface.isFallbackLogicEnabled()));
        pw.println(String.format("  Multiprocess enabled: %b", isMultiProcessEnabled()));
        mWebViewUpdater.dumpState(pw);
        mWebViewUpdater.dumpState(pw);
    }
    }
}
}