Files
frameworks_base/docs/html/tools/help/monitor.jd
Joe Fernandez 7e5cb8421a Revert "docs: ADT r20.0.2 Release Notes, bug fixes"
This reverts commit 04364be734

Change-Id: I7d0c9c7a4e876de8e44c4f46578b8e5d60c488e6
2012-07-23 15:29:40 -07:00

25 lines
960 B
Plaintext

page.title=Debug Monitor
@jd:body
<p>Android Debug Monitor is a stand-alone tool that provides a graphical user interface for
several Android application debugging and analysis tools. The Monitor tool does not
require installation of a integrated development environment, such as Eclipse, and encapsulates the
following tools:</p>
<ul>
<li><a href="{@docRoot}tools/debugging/ddms.html">DDMS</a></li>
<li><a href="gltracer.html">Tracer for OpenGL ES</a></li>
<li><a href="hierarchy-viewer.html">Hierarchy Viewer</a></li>
<li><a href="traceview.html">Traceview</a></li>
<li>Pixel Perfect magnification viewer</li>
</ul>
<h2 id="usage">Usage</h2>
<p>To start Debug Monitor, enter the following command from the SDK <code>tools/</code>
directory:</p>
<pre>monitor</pre>
<p>Start an Android emulator or connect an Android device via USB cable, and connect the Debug
Monitor to the device by selecting it in the <strong>Devices</strong> window.</p>