Skip to content
Snippets Groups Projects
Commit accc95dc authored by Elliott Hughes's avatar Elliott Hughes
Browse files

adb: fix obsolete documentation.

Bug: http://b/110564383 Obsolete adb document, inconsistent with current implementation
Test: N/A
Change-Id: If12ba8546991ee6f2a89ca0ff8036b598742dc11
parent c50fe3dc
No related branches found
No related tags found
No related merge requests found
...@@ -103,9 +103,6 @@ II. Protocol details: ...@@ -103,9 +103,6 @@ II. Protocol details:
4-byte hex length, followed by a string giving the reason 4-byte hex length, followed by a string giving the reason
for failure. for failure.
3. As a special exception, for 'host:version', a 4-byte
hex string corresponding to the server's internal version number
Note that the connection is still alive after an OKAY, which allows the Note that the connection is still alive after an OKAY, which allows the
client to make other requests. But in certain cases, an OKAY will even client to make other requests. But in certain cases, an OKAY will even
change the state of the connection. change the state of the connection.
......
...@@ -7,10 +7,6 @@ HOST SERVICES: ...@@ -7,10 +7,6 @@ HOST SERVICES:
host:version host:version
Ask the ADB server for its internal version number. Ask the ADB server for its internal version number.
As a special exception, the server will respond with a 4-byte
hex string corresponding to its internal version number, without
any OKAY or FAIL.
host:kill host:kill
Ask the ADB server to quit immediately. This is used when the Ask the ADB server to quit immediately. This is used when the
ADB client detects that an obsolete server is running after an ADB client detects that an obsolete server is running after an
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment