summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot2018-06-22 19:57:20 -0500
committerGerrit Code Review2018-06-22 19:57:20 -0500
commit409465a241b46d8846cad89ead008a0ffb500fd6 (patch)
treeb500f31318e11b0783c760c87845c66320f65720
parentb8f4f1422f94c455a9a8013453ddaf9cde839184 (diff)
parentaccc95dc6b168ea323a18893ed6d00e64b81e343 (diff)
downloadplatform-system-core-409465a241b46d8846cad89ead008a0ffb500fd6.tar.gz
platform-system-core-409465a241b46d8846cad89ead008a0ffb500fd6.tar.xz
platform-system-core-409465a241b46d8846cad89ead008a0ffb500fd6.zip
Merge "adb: fix obsolete documentation."
-rw-r--r--adb/OVERVIEW.TXT3
-rw-r--r--adb/SERVICES.TXT4
2 files changed, 0 insertions, 7 deletions
diff --git a/adb/OVERVIEW.TXT b/adb/OVERVIEW.TXT
index 29a699254..f0b184c99 100644
--- a/adb/OVERVIEW.TXT
+++ b/adb/OVERVIEW.TXT
@@ -103,9 +103,6 @@ II. Protocol details:
103 4-byte hex length, followed by a string giving the reason 103 4-byte hex length, followed by a string giving the reason
104 for failure. 104 for failure.
105 105
106 3. As a special exception, for 'host:version', a 4-byte
107 hex string corresponding to the server's internal version number
108
109 Note that the connection is still alive after an OKAY, which allows the 106 Note that the connection is still alive after an OKAY, which allows the
110 client to make other requests. But in certain cases, an OKAY will even 107 client to make other requests. But in certain cases, an OKAY will even
111 change the state of the connection. 108 change the state of the connection.
diff --git a/adb/SERVICES.TXT b/adb/SERVICES.TXT
index 30c21f70e..3e18a54e7 100644
--- a/adb/SERVICES.TXT
+++ b/adb/SERVICES.TXT
@@ -7,10 +7,6 @@ HOST SERVICES:
7host:version 7host:version
8 Ask the ADB server for its internal version number. 8 Ask the ADB server for its internal version number.
9 9
10 As a special exception, the server will respond with a 4-byte
11 hex string corresponding to its internal version number, without
12 any OKAY or FAIL.
13
14host:kill 10host:kill
15 Ask the ADB server to quit immediately. This is used when the 11 Ask the ADB server to quit immediately. This is used when the
16 ADB client detects that an obsolete server is running after an 12 ADB client detects that an obsolete server is running after an