summaryrefslogtreecommitdiffstats
path: root/adb/transport_usb.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2015-09-22 15:52:57 -0700
committerYabin Cui <yabinc@google.com>2015-09-23 12:53:38 -0700
commitaed3c61c4437ebb05eadfb3bf85d6962c30b9935 (patch)
tree4176e9259abc0a4976108aec3e01334f40690320 /adb/transport_usb.cpp
parent65744003a9139f87d302266c1f03fb98f9b496dc (diff)
downloadsystem_core-aed3c61c4437ebb05eadfb3bf85d6962c30b9935.tar.gz
system_core-aed3c61c4437ebb05eadfb3bf85d6962c30b9935.tar.bz2
system_core-aed3c61c4437ebb05eadfb3bf85d6962c30b9935.zip
Adb: use VLOG() to replace D() for verbose logging.
As there are too many D(), we can keep both VLOG() and D() now, and get rid of D() gradually. Change-Id: I2f1cb70bcab3e82c99fed939341d03f6b2216076
Diffstat (limited to 'adb/transport_usb.cpp')
-rw-r--r--adb/transport_usb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/transport_usb.cpp b/adb/transport_usb.cpp
index b520607bb..263f9e70b 100644
--- a/adb/transport_usb.cpp
+++ b/adb/transport_usb.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#define TRACE_TAG TRACE_TRANSPORT
+#define TRACE_TAG TRANSPORT
#include "sysdeps.h"
#include "transport.h"