summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeiji Ariyama <keiji_ariyama@c-lis.co.jp>2011-02-01 22:05:30 +0900
committerKeiji Ariyama <keiji_ariyama@c-lis.co.jp>2011-02-01 22:05:30 +0900
commit807176c7357885405fd6a35200221e058b3f2a04 (patch)
treeed1d11a05a9c164157207fc757bf4f1b55d43163
parent056340ac95f233090990d77266d89aad3b60f913 (diff)
downloadframeworks_base-807176c7357885405fd6a35200221e058b3f2a04.zip
frameworks_base-807176c7357885405fd6a35200221e058b3f2a04.tar.gz
frameworks_base-807176c7357885405fd6a35200221e058b3f2a04.tar.bz2
Fixes broken image link in "Tools -> Traceview" documentation page.
Change-Id: I0728fdbd91f166d5dd30c23430edc532dc937541
-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>