summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2011-04-29 10:20:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-04-29 10:20:25 -0700
commita50913aaf7da085e6f6438a14fc9d12c86fab9f5 (patch)
treeabd81d52c3a334905db001422433a90bc0f6e6c5
parent54668b8a3599559fc007af1d75c039400a05e898 (diff)
parente1b3f15cadc630469cfadea63275ba8d9a1c9052 (diff)
downloadframeworks_base-a50913aaf7da085e6f6438a14fc9d12c86fab9f5.zip
frameworks_base-a50913aaf7da085e6f6438a14fc9d12c86fab9f5.tar.gz
frameworks_base-a50913aaf7da085e6f6438a14fc9d12c86fab9f5.tar.bz2
am e1b3f15c: Merge "Fixes broken image link in "Tools -> Traceview" documentation page."
* commit 'e1b3f15cadc630469cfadea63275ba8d9a1c9052': 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>