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

Commit dad2c6e3 authored by Jonathan Dixon's avatar Jonathan Dixon Committed by Android (Google) Code Review
Browse files

Merge "Add some logging when the webview dev setting changes"

parents cb9accef cb64bb4b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -82,6 +82,8 @@ public final class WebViewFactory {
    public static void setUseExperimentalWebView(boolean enable) {
        SystemProperties.set(WebViewFactory.WEBVIEW_EXPERIMENTAL_PROPERTY,
                enable ? "true" : "false");
        Log.i(LOGTAG, "Use Experimental WebView changed: "
                + SystemProperties.get(WebViewFactory.WEBVIEW_EXPERIMENTAL_PROPERTY, ""));
    }

    /** @hide */