Scott Main 50e990c64f Massive clobber of all HTML files in developer docs for new site design
Change-Id: Idc55a0b368c1d2c1e7d4999601b739dd57f08eb3
2012-06-21 21:27:30 -07:00

17 lines
528 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}tools/debugging/debugging-tracing.html">Profiling with Traceview and dmtracedump</a>
</p>