diff options
Diffstat (limited to 'docs/html/guide/developing/debugging')
-rw-r--r-- | docs/html/guide/developing/debugging/debugging-tracing.jd | 4 | ||||
-rw-r--r-- | docs/html/guide/developing/debugging/index.jd | 2 |
2 files changed, 3 insertions, 3 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" /> diff --git a/docs/html/guide/developing/debugging/index.jd b/docs/html/guide/developing/debugging/index.jd index f9202ce00cd4..1f1a4ca5cafc 100644 --- a/docs/html/guide/developing/debugging/index.jd +++ b/docs/html/guide/developing/debugging/index.jd @@ -62,7 +62,7 @@ page.title=Debugging <p>Figure 1 shows how the various debugging tools work together in a typical debugging environment.</p> - <img src="/images/debugging.png" + <img src="{@docRoot}images/debugging.png" alt="Debugging workflow" /> <p class="img-caption><strong>Figure 1. </strong> Debugging Workflow</p> |