commit | 03eba906ca6d1dc546185e74ac236b0c854f075f | [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 | 768616ca41aefef510a6c83c072ad4adc7199fe8 | |
parent | 72c3f895a5b87f9d3573f687d05034c33564c35a [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/adbd_auth.cpp b/adbd_auth.cpp index b5f87be..3488ad1 100644 --- a/adbd_auth.cpp +++ b/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); }