summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/help/monitor.jd
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2012-06-19 15:48:29 -0700
committerJoe Fernandez <joefernandez@google.com>2012-06-26 16:27:18 -0700
commit3e820bee2b15a4b0ebf11d455dce5119ca0a94f7 (patch)
tree7986035939926a4e376315e42591266a25419f96 /docs/html/tools/help/monitor.jd
parentfb4a0e452b81794884b95daa2121a9953ade4e36 (diff)
downloadframeworks_base-3e820bee2b15a4b0ebf11d455dce5119ca0a94f7.zip
frameworks_base-3e820bee2b15a4b0ebf11d455dce5119ca0a94f7.tar.gz
frameworks_base-3e820bee2b15a4b0ebf11d455dce5119ca0a94f7.tar.bz2
docs: GL Tracer, Device Monitor Tools for SDK r20
Change-Id: Ib45210b88a7eb93e3bba4f7d535f344ccb054a72
Diffstat (limited to 'docs/html/tools/help/monitor.jd')
-rw-r--r--docs/html/tools/help/monitor.jd24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/html/tools/help/monitor.jd b/docs/html/tools/help/monitor.jd
new file mode 100644
index 0000000..8e2ea36
--- /dev/null
+++ b/docs/html/tools/help/monitor.jd
@@ -0,0 +1,24 @@
+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>