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

Commit fc5c86fd 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

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