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

Commit c1de7208 authored by Nate Fischer's avatar Nate Fischer Committed by android-build-merger
Browse files

Merge "WebView: fix TracingController example usage" into pi-dev am: 679e58a8

am: fc5c86fd

Change-Id: Ib44310caef4c52c697307f345dbbf95d30647b0f
parents 536c9614 fc5c86fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ import java.util.concurrent.Executor;
 * <pre class="prettyprint">
 * TracingController tracingController = TracingController.getInstance();
 * tracingController.start(new TracingConfig.Builder()
 *                  .addCategories(CATEGORIES_WEB_DEVELOPER).build());
 *                  .addCategories(TracingConfig.CATEGORIES_WEB_DEVELOPER).build());
 * ...
 * tracingController.stop(new FileOutputStream("trace.json"),
 *                        Executors.newSingleThreadExecutor());