summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2011-04-29 09:48:04 -0700
committerAndroid Code Review <code-review@android.com>2011-04-29 09:48:04 -0700
commite1b3f15cadc630469cfadea63275ba8d9a1c9052 (patch)
treef61d0cce13d7baadd08e8292a0176e9348cce1a3
parente17870092941cecf64956819d395ec34111cbe71 (diff)
parent807176c7357885405fd6a35200221e058b3f2a04 (diff)
downloadframeworks_base-e1b3f15cadc630469cfadea63275ba8d9a1c9052.zip
frameworks_base-e1b3f15cadc630469cfadea63275ba8d9a1c9052.tar.gz
frameworks_base-e1b3f15cadc630469cfadea63275ba8d9a1c9052.tar.bz2
Merge "Fixes broken image link in "Tools -> Traceview" documentation page."
-rw-r--r--docs/html/guide/developing/tools/traceview.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/developing/tools/traceview.jd b/docs/html/guide/developing/tools/traceview.jd
index 95ae823..b681bba 100644
--- a/docs/html/guide/developing/tools/traceview.jd
+++ b/docs/html/guide/developing/tools/traceview.jd
@@ -120,7 +120,7 @@ the emulator host machine:</p>
the first row show the extent (entry to exit) of all the calls to the selected
method. The method in this case is LoadListener.nativeFinished() and it was
selected in the profile view. </p>
-<p><img src="/images/traceview_timeline.png" alt="Traceview timeline panel" width="893" height="284"></p>
+<p><img src="{@docRoot}images/traceview_timeline.png" alt="Traceview timeline panel" width="893" height="284"></p>
<a name="profilepanel"></a>
<h3>Profile Panel</h3>
<p>The image below shows the profile pane. The profile pane shows a
@@ -137,7 +137,7 @@ the emulator host machine:</p>
view, we can see that there were 14 calls to LoadListener.nativeFinished(); looking
at the timeline panel shows that one of those calls took an unusually
long time.</p>
-<p><img src="/images/traceview_profile.png" alt="Traceview profile panel." width="892" height="630"></p>
+<p><img src="{@docRoot}images/traceview_profile.png" alt="Traceview profile panel." width="892" height="630"></p>
<a name="format"></a>
<h2>Traceview File Format</h2>