blob: aa3748182765cfb7b51d2e9d5a680a560ca69466 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|