summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/help/monitor.jd
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2012-07-23 15:38:19 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-23 15:38:20 -0700
commit7ba017807593bad0ae01204ff9c5f4af7d4a537a (patch)
treed13dbb01862fffeab510323a57026ec1ebdba9b2 /docs/html/tools/help/monitor.jd
parent67922bb286c7a39afe6171cccdabcdcf96e0826a (diff)
parent7e5cb8421a4c9362b5f53918bb595099aabc462f (diff)
downloadframeworks_base-7ba017807593bad0ae01204ff9c5f4af7d4a537a.zip
frameworks_base-7ba017807593bad0ae01204ff9c5f4af7d4a537a.tar.gz
frameworks_base-7ba017807593bad0ae01204ff9c5f4af7d4a537a.tar.bz2
Merge "Revert "docs: ADT r20.0.2 Release Notes, bug fixes"" into jb-dev
Diffstat (limited to 'docs/html/tools/help/monitor.jd')
-rw-r--r--docs/html/tools/help/monitor.jd8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/tools/help/monitor.jd b/docs/html/tools/help/monitor.jd
index 18fb49a..8e2ea36 100644
--- a/docs/html/tools/help/monitor.jd
+++ b/docs/html/tools/help/monitor.jd
@@ -1,7 +1,7 @@
-page.title=Device Monitor
+page.title=Debug Monitor
@jd:body
-<p>Android Device Monitor is a stand-alone tool that provides a graphical user interface for
+<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>
@@ -16,9 +16,9 @@ following tools:</p>
<h2 id="usage">Usage</h2>
-<p>To start Device Monitor, enter the following command from the SDK <code>tools/</code>
+<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 Device
+<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>