diff options
author | Scott Main <smain@google.com> | 2011-05-24 17:17:27 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-05-26 15:21:38 -0700 |
commit | a22721301181fb995559d5badd9d286803a0ec86 (patch) | |
tree | 6d9a2d41343d93527fe6a373963bbc13c297f902 /docs/html/guide/developing | |
parent | f5d8ceae68993e3af9905e58c8c6bdf90872880c (diff) | |
download | frameworks_base-a22721301181fb995559d5badd9d286803a0ec86.zip frameworks_base-a22721301181fb995559d5badd9d286803a0ec86.tar.gz frameworks_base-a22721301181fb995559d5badd9d286803a0ec86.tar.bz2 |
cherry pick Change-Id: Ia5ac228612569684a4ffc79ab3914442c15edfe2
docs: fix typo and slight revision
Change-Id: I33ec5fef9f04dad6deae5681571c36bf70205569
Diffstat (limited to 'docs/html/guide/developing')
-rw-r--r-- | docs/html/guide/developing/tools/adb.jd | 42 |
1 files changed, 3 insertions, 39 deletions
diff --git a/docs/html/guide/developing/tools/adb.jd b/docs/html/guide/developing/tools/adb.jd index e891ccd..a109dc8 100644 --- a/docs/html/guide/developing/tools/adb.jd +++ b/docs/html/guide/developing/tools/adb.jd @@ -35,45 +35,9 @@ parent.link=index.html </div> </div> -<!-- -<p>Android Debug Bridge (adb) is a versatile tool that </a>. </p> - -<p>Some of ways you can use adb include:</p> - -<ul> - -</ul> -<p>The sections below introduce adb and describe many of its common uses. </p> - -<h2>Contents</h2> -<dl> -<dt><a href="#overview">Overview</a></dt> -<dt><a href="#issuingcommands">Issuing adb Commands</a></dt> -<dt><a href="#devicestatus">Querying for Emulator/Device Instances</a></dt> -<dt><a href="#directingcommands">Directing Commands to a Specific Emulator/Device Instance</a></dt> -<dt><a href="#move">Installing an Application</a></dt> -<dt><a href="#forwardports">Forwarding Ports</a></dt> -<dt><a href="#copyfiles">Copying Files to or from an Emulator/Device Instance</a></dt> -<dt><a href="#commandsummary">Listing of adb Commands </a></dt> -<dt><a href="#shellcommands">Issuing Shell Commands</a></dt> - <dd><a href="#sqlite">Examining sqlite3 Databases from a Remote Shell</a></dd> - <dd><a href="#monkey">UI/Application Exerciser Monkey</a></dd> - <dd><a href="#othershellcommands">Other Shell Commands</a></dd> -<dt><a href="#logcat">Enabling logcat Logging</a> </dt> - <dd><a href="#usinglogcat">Using logcat Commands</a></dd> - <dd><a href="#filteringoutput">Filtering Log Output</a></dd> - <dd><a href="#outputformat">Controlling Log Output Format</a></dd> - <dd><a href="#alternativebuffers">Viewing Alternative Log Buffers</a></dd> - <dd><a href="#stdout">Viewing stdout and stderr</a></dd> - <dd><a href="#logcatoptions">Listing of logcat Command Options</a></dd> -<dt><a href="#stopping">Stopping the adb Server</a> </dt> -</dl> - -<a name="overview"></a> - -<h2>Overview</h2> ---> -<p>Android Debug Bridge (adb) is a versatile tool lets you manage the state of an emulator instance or Android-powered device. It is a client-server program that includes three components: </p> +<p>Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an +emulator instance or connected Android-powered device. It is a client-server program that includes +three components: </p> <ul> <li>A client, which runs on your development machine. You can invoke a client from a shell by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients. </li> |