adb: increment server version.
Increment the server version for adb_connect with transport id, and wait-for-disconnect. Bug: http://b/124244488 Test: none Change-Id: Ib50d289b68fce4befbf1f5d9507d7e6f9cc1f4f5
This commit is contained in:
parent
2020dd6f2e
commit
aa4f31a124
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ constexpr size_t LINUX_MAX_SOCKET_SIZE = 4194304;
|
|||
std::string adb_version();
|
||||
|
||||
// Increment this when we want to force users to start a new adb server.
|
||||
#define ADB_SERVER_VERSION 40
|
||||
#define ADB_SERVER_VERSION 41
|
||||
|
||||
using TransportId = uint64_t;
|
||||
class atransport;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue