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

Commit 333d63ad authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Revert "Disable Crankshaft in DRT for performance testing."

This reverts commit 3f9d171e.

Bug: 5052287
Change-Id: I8cd4a753e3a5a177934757a67880627c5c14e1af
parent 2043b01b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
        // Expose window.gc function to JavaScript. JSC build exposes
        // this function by default, but V8 requires the flag to turn it on.
        // WebView::setJsFlags is noop in JSC build.
        mWebView.setJsFlags("--expose_gc --crankshaft=false");
        mWebView.setJsFlags("--expose_gc");

        mHandler = new AsyncHandler();