summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorJeff Hao <jeffhao@google.com>2015-05-12 04:00:24 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-12 04:00:24 +0000
commitb1e9430a9d653937ae9ee2ae9c3e60860b30ba4d (patch)
tree905c5cd594062dca079cb72f2ec97edec7244036 /docs/html
parent55c4816fb2aa8ea54231de6dbcb4fa22642bb75e (diff)
parentc5ced5d354678c6eaefbfab11035b4f05361264a (diff)
downloadframeworks_base-b1e9430a9d653937ae9ee2ae9c3e60860b30ba4d.zip
frameworks_base-b1e9430a9d653937ae9ee2ae9c3e60860b30ba4d.tar.gz
frameworks_base-b1e9430a9d653937ae9ee2ae9c3e60860b30ba4d.tar.bz2
am c5ced5d3: Fix prototype for startMethodTracingSampling in profiling docs.
* commit 'c5ced5d354678c6eaefbfab11035b4f05361264a': Fix prototype for startMethodTracingSampling in profiling docs.
Diffstat (limited to 'docs/html')
-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>