blob: a26829132760aaa8122f9ff9b638a7c8cf0cb949 [file] [log] [blame]
Scott Main50e990c2012-06-21 17:14:39 -07001page.title=Traceview
2parent.title=Tools
3parent.link=index.html
4@jd:body
5
Rich Slogar2c35e922015-03-31 16:30:02 -07006<p>Traceview is a graphical viewer for execution logs saved by your application.
Scott Main50e990c2012-06-21 17:14:39 -07007Traceview can help you debug your application and profile its performance.</p>
8
Rich Slogar2c35e922015-03-31 16:30:02 -07009<p>To start the Traceview tool:</p>
Scott Main50e990c2012-06-21 17:14:39 -070010
Rich Slogar2c35e922015-03-31 16:30:02 -070011<ul>
12 <li>Start the <a href="{@docRoot}tools/help/monitor.html">Android Device Monitor</a>. </li>
13 <li>In the Android Device Monitor tool bar, click <strong>DDMS</strong> and select a process. </li>
14 <li>Click the <strong>Start Method Profiling</strong> icon to start method profiling. </li>
15 <li>After the profiling is complete, click the <strong>Stop Method Profiling</strong> icon to
16 display the traceview. </li>
17</ul>
18
19
20<p>For more information on how to use Traceview, see
21<a href="{@docRoot}tools/debugging/debugging-tracing.html">Profiling with Traceview and
22dmtracedump</a>.
Scott Main50e990c2012-06-21 17:14:39 -070023</p>
24
Rich Slogar2c35e922015-03-31 16:30:02 -070025<p class="note"><strong>Note:</strong> Running <code>traceview</code> from the command line
26has been deprecated. </p>
27
28