diff options
| author | Scott Main <smain@google.com> | 2013-11-12 18:58:13 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-12 18:58:13 -0800 |
| commit | af623b99dafbc16effc7b05de833e842654b75e1 (patch) | |
| tree | e5e9469623c603ec6950fda94329e69edaa23464 /core/java/android | |
| parent | c991bf90bbdd01b746d70f2f045d19cabe19d690 (diff) | |
| parent | bb1469816451aeb24eb8208fac1f2596f528aa80 (diff) | |
am bb146981: am 29610421: Merge "Revised some text while reading up on traceview. this is what\'s left of this older CL that was left for dead: I5528b476d8110df51d45aaf690d878f72bc75c9f" into klp-docs
* commit 'bb1469816451aeb24eb8208fac1f2596f528aa80':
Revised some text while reading up on traceview. this is what's left of this older CL that was left for dead: I5528b476d8110df51d45aaf690d878f72bc75c9f
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/os/Trace.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/java/android/os/Trace.java b/core/java/android/os/Trace.java index bb3d296acd79..3249bcb51743 100644 --- a/core/java/android/os/Trace.java +++ b/core/java/android/os/Trace.java @@ -22,9 +22,12 @@ import android.util.Log; * Writes trace events to the system trace buffer. These trace events can be * collected and visualized using the Systrace tool. * - * This tracing mechanism is independent of the method tracing mechanism + * <p>This tracing mechanism is independent of the method tracing mechanism * offered by {@link Debug#startMethodTracing}. In particular, it enables * tracing of events that occur across multiple processes. + * <p>For information about using the Systrace tool, read <a + * href="{@docRoot}tools/debugging/systrace.html">Analyzing Display and Performance + * with Systrace</a>. */ public final class Trace { /* |
