summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Hao <jeffhao@google.com>2015-05-12 04:09:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-12 04:09:38 +0000
commit3da32f77fb99a21c35cfc914641e34b949c2d623 (patch)
tree704ac7e37f7412538a0ab027462ad496df189788
parent70159dfeb6bde35cb001e25240c7e676bf87932f (diff)
parentb1e9430a9d653937ae9ee2ae9c3e60860b30ba4d (diff)
downloadframeworks_base-3da32f77fb99a21c35cfc914641e34b949c2d623.zip
frameworks_base-3da32f77fb99a21c35cfc914641e34b949c2d623.tar.gz
frameworks_base-3da32f77fb99a21c35cfc914641e34b949c2d623.tar.bz2
am b1e9430a: am c5ced5d3: Fix prototype for startMethodTracingSampling in profiling docs.
* commit 'b1e9430a9d653937ae9ee2ae9c3e60860b30ba4d': Fix prototype for startMethodTracingSampling in profiling docs.
-rw-r--r--docs/html/tools/debugging/debugging-tracing.jd7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/html/tools/debugging/debugging-tracing.jd b/docs/html/tools/debugging/debugging-tracing.jd
index 098660b..fa5b4e1 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
<p>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()}.</p>
+ 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()}.</p>
<h2 id="copyingfiles">Copying Trace Files to a Host Machine</h2>