Home | History | Annotate | Download | only in help
      1 page.title=Traceview
      2 parent.title=Tools
      3 parent.link=index.html
      4 @jd:body
      5 
      6 <p>Traceview is a graphical viewer for execution logs saved by your application. 
      7 Traceview can help you debug your application and profile its performance.</p>
      8 
      9 <p>To start Traceview, enter the following command from the SDK <code>tools/</code> directory:</p>
     10   <pre>traceview</pre>
     11 </ol>
     12 
     13 <p>For more information on how to use Traceview, see 
     14 <a href="{@docRoot}tools/debugging/debugging-tracing.html">Profiling with Traceview and dmtracedump</a>
     15 </p>
     16 
     17