commit | 8f484a6896db26be9eef47cb2bf33166e98e6a2e | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Jul 26 11:06:55 2017 -0700 |
committer | Josh Gao <jmgao@google.com> | Thu Jul 27 00:34:31 2017 -0700 |
tree | 120b4c50f64cb715b41639f1d1fd3c5aa28a6a6d | |
parent | b7a8764a1250237dec49c6c3d6db4ef88f5f2978 [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 (cherry picked from commit 184f571cfdf544963cff7450451dff081aa6e626)
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); }