diff options
| author | Joe Fernandez <joefernandez@google.com> | 2012-07-23 15:29:40 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-07-23 15:29:40 -0700 |
| commit | 7e5cb8421a4c9362b5f53918bb595099aabc462f (patch) | |
| tree | 56a6ef4353e9ede9c4eb9e30c845b2d4a5ef74ae /docs/html/tools/help/monitor.jd | |
| parent | 04364be7344a9429e7a07b1daf7da91bc684b264 (diff) | |
| download | frameworks_base-7e5cb8421a4c9362b5f53918bb595099aabc462f.zip frameworks_base-7e5cb8421a4c9362b5f53918bb595099aabc462f.tar.gz frameworks_base-7e5cb8421a4c9362b5f53918bb595099aabc462f.tar.bz2 | |
Revert "docs: ADT r20.0.2 Release Notes, bug fixes"
This reverts commit 04364be7344a9429e7a07b1daf7da91bc684b264
Change-Id: I7d0c9c7a4e876de8e44c4f46578b8e5d60c488e6
Diffstat (limited to 'docs/html/tools/help/monitor.jd')
| -rw-r--r-- | docs/html/tools/help/monitor.jd | 8 |
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> |
