Scott Main 9cf2fa023b docs: add breadcrumbs to developing docs
Change-Id: Id63b53a77daff2fa45424dc6607a467dc55a10e3
2011-02-15 18:26:07 -08:00

17 lines
539 B
Plaintext

page.title=Traceview
parent.title=Tools
parent.link=index.html
@jd:body
<p>Traceview is a graphical viewer for execution logs saved by your application.
Traceview can help you debug your application and profile its performance.</p>
<p>To start Traceview, enter the following command from the SDK <code>tools/</code> directory:</p>
<pre>traceview</pre>
</ol>
<p>For more information on how to use Traceview, see
<a href="{@docRoot}guide/developing/debugging/debugging-tracing.html">Profiling with Traceview and dmtracedump</a>
</p>