summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/help
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-08-09 11:49:50 -0700
committerScott Main <smain@google.com>2012-08-09 16:38:12 -0700
commitcb0b2df11464b1035ded39a06722242ee6c595b4 (patch)
treeec77021f6dc56230ed4d01174be05d0ac86e48cb /docs/html/tools/help
parent2f8cc17f5fbc2e05ac0889fbbddf4e530750087b (diff)
downloadframeworks_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.jd4
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 &mdash; 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>&lt;type&gt;-&lt;consolePort&gt;</code>.
Here's an example serial number: <code>emulator-5554</code></li>
- <li>State &mdash; The connection state of the instance. Three states are supported:
+ <li>State &mdash; The connection state of the instance may be one of the following:
<ul>
<li><code>offline</code> &mdash; the instance is not connected to adb or is not responding.</li>
<li><code>device</code> &mdash; 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> &mdash; there is no emulator/device connected.
</ul>
</li>
</ul>
@@ -111,7 +112,6 @@ emulator-5554&nbsp;&nbsp;device
emulator-5556&nbsp;&nbsp;device
emulator-5558&nbsp;&nbsp;device</pre>
-<p>If there is no emulator/device running, adb returns <code>no device</code>.</p>
<a name="directingcommands"></a>