commit | 184f571cfdf544963cff7450451dff081aa6e626 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Jul 26 11:06:55 2017 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Jul 26 11:08:15 2017 -0700 |
tree | d688bf74d72edd714ce00412178c35057d252f62 | |
parent | 454285dfcc6467a4745017134458fdc16c1c0220 [diff] [blame] |
adbd: add logging to troubleshoot usb issues. Bug: http://b/63899881 Bug: http://b/63901259 Bug: http://b/63904904 Test: treehugger Change-Id: Ifbc3caa6b416093bf8e127194003747c910352dc
diff --git a/adb/adbd_auth.cpp b/adb/adbd_auth.cpp index b5f87be..3488ad1 100644 --- a/adb/adbd_auth.cpp +++ b/adb/adbd_auth.cpp
@@ -217,8 +217,8 @@ send_packet(p, t); } -void adbd_auth_verified(atransport *t) -{ +void adbd_auth_verified(atransport* t) { + LOG(INFO) << "adb client authorized"; handle_online(t); send_connect(t); }