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

Commit 34f930f3 authored by Justin Koh's avatar Justin Koh
Browse files

Fix build due to docs bug. DO NOT MERGE

Fix build due to docs bug: needed to remove reference to stopMethodTracingSampling.

Change-Id: I878357b638b3862aecb4bc9d32ee166840b6c796
parent 8031fa01
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -627,9 +627,8 @@ href="{@docRoot}guide/developing/tools/traceview.html">Traceview: A Graphical Lo
     * in relative terms (e.g. was run #1 faster than run #2).  The times
     * for native methods will not change, so don't try to use this to
     * compare the performance of interpreted and native implementations of the
     * same method.  As an alternative, consider using sampling-based method
     * tracing via {@link #startMethodTracingSampling(String, int, int)} or
     * "native" tracing in the emulator via {@link #startNativeTracing()}.
     * same method.  As an alternative, consider using "native" tracing in the emulator via
     * {@link #startNativeTracing()}.
     * </p>
     *
     * @param traceName    Name for the trace log file to create.