From 34f930f3b591f08ee4be8c2f54ee602cabdacc33 Mon Sep 17 00:00:00 2001 From: Justin Koh Date: Mon, 5 May 2014 16:58:24 -0700 Subject: [PATCH] Fix build due to docs bug. DO NOT MERGE Fix build due to docs bug: needed to remove reference to stopMethodTracingSampling. Change-Id: I878357b638b3862aecb4bc9d32ee166840b6c796 --- core/java/android/os/Debug.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/java/android/os/Debug.java b/core/java/android/os/Debug.java index 6fa52ce67490e..f08afb9979de0 100644 --- a/core/java/android/os/Debug.java +++ b/core/java/android/os/Debug.java @@ -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()}. *

* * @param traceName Name for the trace log file to create.