commit | 7eeda6ba0307e70d977b7d1303270b5f25425db3 | [log] [tgz] |
---|---|---|
author | Michael Groover <mpgroover@google.com> | Thu Apr 25 18:33:35 2019 -0700 |
committer | Michael Groover <mpgroover@google.com> | Thu May 09 16:05:40 2019 -0700 |
tree | ab28d0b85a2dd88da9a2d461e6175b09a5ec1277 | |
parent | 664193a62e55e016d8dd7cf3eb8453c772f0fff4 [diff] [blame] |
Notify the framework when an adb key is authorized Bug: 124076524 Test: atest AdbDebuggingManagerTest Change-Id: If73b81ca73ba4d64763cf49c1bbe42de81fa1cb6
diff --git a/adb/adb.h b/adb/adb.h index 3a6f059..9324cee 100644 --- a/adb/adb.h +++ b/adb/adb.h
@@ -33,6 +33,7 @@ constexpr size_t MAX_PAYLOAD_V1 = 4 * 1024; constexpr size_t MAX_PAYLOAD = 1024 * 1024; +constexpr size_t MAX_FRAMEWORK_PAYLOAD = 64 * 1024; constexpr size_t LINUX_MAX_SOCKET_SIZE = 4194304;