diff options
author | Robert Ly <robertly@google.com> | 2011-02-02 11:11:57 -0800 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2011-02-02 11:54:28 -0800 |
commit | 5347a4b3e5cc3484d08d35ed0808f4594000f480 (patch) | |
tree | 8f19e86f88fb93c7f29c60cf5a8c8bcb2e3c759b /docs/html/guide/developing/debugging/debugging-tracing.jd | |
parent | 47b8c96b253ab24d0df089c87ce0798d4981400a (diff) |
Doc change: fixing broken links/images
Change-Id: I2e0fd99ec4badc234b88482d0c90b03d33fbdc30
Diffstat (limited to 'docs/html/guide/developing/debugging/debugging-tracing.jd')
-rw-r--r-- | docs/html/guide/developing/debugging/debugging-tracing.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/developing/debugging/debugging-tracing.jd b/docs/html/guide/developing/debugging/debugging-tracing.jd index dcc889d0a8aa..0401966aba5d 100644 --- a/docs/html/guide/developing/debugging/debugging-tracing.jd +++ b/docs/html/guide/developing/debugging/debugging-tracing.jd @@ -67,7 +67,7 @@ page.title=Profiling with Traceview and dmtracedump selected method. The method in this case is <code>LoadListener.nativeFinished()</code> and it was selected in the profile view.</p> - <img src="/images/traceview_timeline.png" + <img src="{@docRoot}images/traceview_timeline.png" alt="Traceview timeline panel" width="893" height="284" /> @@ -87,7 +87,7 @@ page.title=Profiling with Traceview and dmtracedump <code>LoadListener.nativeFinished();</code> looking at the timeline panel shows that one of those calls took an unusually long time.</p> - <img src="/images/traceview_profile.png" + <img src="{@docRoot}images/traceview_profile.png" alt="Traceview profile panel." width="892" height="630" /> |