diff options
| author | Scott Main <smain@google.com> | 2013-09-19 17:45:40 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2013-10-11 19:40:36 -0700 |
| commit | a3f0e01f332ee0acc8450bf4564992f2ffe2f426 (patch) | |
| tree | ae92a873da35735b71719b6edaa56befc8aa7eee /docs/html/tools/help/monitor.jd | |
| parent | c0da3f1d60f99c3188906d429ed38edbdd934f12 (diff) | |
| download | frameworks_base-a3f0e01f332ee0acc8450bf4564992f2ffe2f426.zip frameworks_base-a3f0e01f332ee0acc8450bf4564992f2ffe2f426.tar.gz frameworks_base-a3f0e01f332ee0acc8450bf4564992f2ffe2f426.tar.bz2 | |
add docs about managing app memory
Change-Id: I8bd7b05e7ce00faedbbc131a38f2a73637d1b365
Diffstat (limited to 'docs/html/tools/help/monitor.jd')
| -rw-r--r-- | docs/html/tools/help/monitor.jd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/html/tools/help/monitor.jd b/docs/html/tools/help/monitor.jd index 18fb49a..e1fe772 100644 --- a/docs/html/tools/help/monitor.jd +++ b/docs/html/tools/help/monitor.jd @@ -1,6 +1,18 @@ page.title=Device Monitor @jd:body + <div id="qv-wrapper"> + <div id="qv"> + <h2>See also</h2> + + <ol> + <li><a href="{@docRoot}tools/debugging/debugging-memory.html" + >Investigating Your RAM Usage</a></li> + </ol> + </div> + </div> + + <p>Android Device 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 @@ -14,6 +26,7 @@ following tools:</p> <li>Pixel Perfect magnification viewer</li> </ul> + <h2 id="usage">Usage</h2> <p>To start Device Monitor, enter the following command from the SDK <code>tools/</code> @@ -22,3 +35,7 @@ directory:</p> <p>Start an Android emulator or connect an Android device via USB cable, and connect Device Monitor to the device by selecting it in the <strong>Devices</strong> window.</p> + +<p class="note"><strong>Note:</strong> Only one debugger can be connected to your device at a time. +If you're using ADT, you may need to close the debugging tool before launching the Device Monitor +in order for the device to be fully debuggable.</p> |
