diff options
| author | Scott Main <smain@google.com> | 2012-08-09 11:49:50 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-08-09 16:38:12 -0700 |
| commit | cb0b2df11464b1035ded39a06722242ee6c595b4 (patch) | |
| tree | ec77021f6dc56230ed4d01174be05d0ac86e48cb /docs/html/tools/help | |
| parent | 2f8cc17f5fbc2e05ac0889fbbddf4e530750087b (diff) | |
| download | frameworks_base-cb0b2df11464b1035ded39a06722242ee6c595b4.zip frameworks_base-cb0b2df11464b1035ded39a06722242ee6c595b4.tar.gz frameworks_base-cb0b2df11464b1035ded39a06722242ee6c595b4.tar.bz2 | |
fix misc doc bugs from external issues
Change-Id: I11b1d524dd2159b58c65d3ef7a76af15624ae365
Diffstat (limited to 'docs/html/tools/help')
| -rw-r--r-- | docs/html/tools/help/adb.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/tools/help/adb.jd b/docs/html/tools/help/adb.jd index 4e75f2e..d44d54b 100644 --- a/docs/html/tools/help/adb.jd +++ b/docs/html/tools/help/adb.jd @@ -88,13 +88,14 @@ Emulator 2, adb: 5557 ... <li>Serial number — A string created by adb to uniquely identify an emulator/device instance by its console port number. The format of the serial number is <code><type>-<consolePort></code>. Here's an example serial number: <code>emulator-5554</code></li> - <li>State — The connection state of the instance. Three states are supported: + <li>State — The connection state of the instance may be one of the following: <ul> <li><code>offline</code> — the instance is not connected to adb or is not responding.</li> <li><code>device</code> — the instance is now connected to the adb server. Note that this state does not imply that the Android system is fully booted and operational, since the instance connects to adb while the system is still booting. However, after boot-up, this is the normal operational state of an emulator/device instance.</li> + <li><code>no device</code> — there is no emulator/device connected. </ul> </li> </ul> @@ -111,7 +112,6 @@ emulator-5554 device emulator-5556 device emulator-5558 device</pre> -<p>If there is no emulator/device running, adb returns <code>no device</code>.</p> <a name="directingcommands"></a> |
