diff --git a/docs/html/tools/debugging/debugging-tracing.jd b/docs/html/tools/debugging/debugging-tracing.jd index 098660b933681..fa5b4e1254bce 100644 --- a/docs/html/tools/debugging/debugging-tracing.jd +++ b/docs/html/tools/debugging/debugging-tracing.jd @@ -159,9 +159,10 @@ parent.link=index.html

In Android 4.4 and later, you can use sample-based profiling to profile with less runtime performance impact. To enable sample profiling, call {@link - android.os.Debug#startMethodTracingSampling() startMethodTracingSampling()} with a specified - sampling interval. The system will then gather samples periodically until tracing is stopped - via {@link android.os.Debug#stopMethodTracing() stopMethodTracing()}.

+ android.os.Debug#startMethodTracingSampling(java.lang.String, int, int) + startMethodTracingSampling()} with a specified sampling interval. The system will then gather + samples periodically until tracing is stopped via {@link android.os.Debug#stopMethodTracing() + stopMethodTracing()}.

Copying Trace Files to a Host Machine