From c468240c1a2a393ec02d992f459c6586ae450161 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 13 Jun 2013 12:38:55 -0700 Subject: [PATCH] Revised some text while reading up on traceview. this is what's left of this older CL that was left for dead: I5528b476d8110df51d45aaf690d878f72bc75c9f Change-Id: I42f784d693c0a2a2e2e8ed4c582cbc10180191e7 --- core/java/android/os/Trace.java | 5 +- .../html/tools/debugging/debugging-tracing.jd | 56 ++++++++++--------- 2 files changed, 35 insertions(+), 26 deletions(-) diff --git a/core/java/android/os/Trace.java b/core/java/android/os/Trace.java index bb3d296acd799..3249bcb517433 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 + *

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. + *

For information about using the Systrace tool, read Analyzing Display and Performance + * with Systrace. */ public final class Trace { /* diff --git a/docs/html/tools/debugging/debugging-tracing.jd b/docs/html/tools/debugging/debugging-tracing.jd index 8653da664ba1e..bd4afbcc1de11 100644 --- a/docs/html/tools/debugging/debugging-tracing.jd +++ b/docs/html/tools/debugging/debugging-tracing.jd @@ -38,8 +38,7 @@ parent.link=index.html

Traceview Layout

When you have a trace log file (generated by adding tracing code to your application or by DDMS), - you can have Traceview load the log files and display their data in a window visualizes your application - in two panels:

+ you can load the log files in Traceview, which displays the log data in two panels: