blob: 18fb49a3b3f0e947bcd056422b62c5c3f88fcb8b [file] [log] [blame]
Joe Fernandezcb58e6b2012-07-20 08:42:26 -07001page.title=Device Monitor
Joe Fernandez3e820be2012-06-19 15:48:29 -07002@jd:body
3
Joe Fernandezcb58e6b2012-07-20 08:42:26 -07004<p>Android Device Monitor is a stand-alone tool that provides a graphical user interface for
Joe Fernandez3e820be2012-06-19 15:48:29 -07005several Android application debugging and analysis tools. The Monitor tool does not
6require installation of a integrated development environment, such as Eclipse, and encapsulates the
7following tools:</p>
8
9<ul>
10 <li><a href="{@docRoot}tools/debugging/ddms.html">DDMS</a></li>
11 <li><a href="gltracer.html">Tracer for OpenGL ES</a></li>
12 <li><a href="hierarchy-viewer.html">Hierarchy Viewer</a></li>
13 <li><a href="traceview.html">Traceview</a></li>
14 <li>Pixel Perfect magnification viewer</li>
15</ul>
16
17<h2 id="usage">Usage</h2>
18
Joe Fernandezcb58e6b2012-07-20 08:42:26 -070019<p>To start Device Monitor, enter the following command from the SDK <code>tools/</code>
Joe Fernandez3e820be2012-06-19 15:48:29 -070020directory:</p>
21 <pre>monitor</pre>
22
Joe Fernandezcb58e6b2012-07-20 08:42:26 -070023<p>Start an Android emulator or connect an Android device via USB cable, and connect Device
Joe Fernandez3e820be2012-06-19 15:48:29 -070024Monitor to the device by selecting it in the <strong>Devices</strong> window.</p>