diff options
| author | 2016-03-08 17:53:59 +0000 | |
|---|---|---|
| committer | 2016-03-10 11:48:10 +0000 | |
| commit | 350f09829554cff4c2cc4188d05a7580e8452134 (patch) | |
| tree | 34653fd677571360b271ec1d41199d03e23cfe93 | |
| parent | 4f8cb4f73c79407435aa6b5c8d8f73bd361592d4 (diff) | |
Typo in Systrace doc.
Change-Id: Iaeeaebfb324274e87dd8a16935089d131c00c37d
| -rw-r--r-- | docs/html/tools/debugging/systrace.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/tools/debugging/systrace.jd b/docs/html/tools/debugging/systrace.jd index 5d2cd89c0555..bdeff129ea98 100644 --- a/docs/html/tools/debugging/systrace.jd +++ b/docs/html/tools/debugging/systrace.jd @@ -43,7 +43,7 @@ user interface (UI).</p> systems on an Android device. It puts together system and application thread execution on a common timeline. In order to analyze your app with Systrace, you first collect a trace log of your app, and the system activity. The generated trace allows you to view highly detailed, interactive reports -showing everything happening the system for the traced duration.</p> +showing everything happening in the system for the traced duration.</p> <img src="{@docRoot}images/systrace/overview.png" alt="Systrace example overview" id="figure1" /> <p class="img-caption"> |