summaryrefslogtreecommitdiff
path: root/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
commitb4245aa4cf3d106cba5342d751f92eb5fcbe0df2 (patch)
treee046660c0f6fcf1038982323810cb15e0326d591 /transport_usb.cpp
parentad0e492e2ff1da34967a0216237f6c27e211f098 (diff)
downloadadb-b4245aa4cf3d106cba5342d751f92eb5fcbe0df2.tar.gz
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 'transport_usb.cpp')
-rw-r--r--transport_usb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/transport_usb.cpp b/transport_usb.cpp
index b520607..263f9e7 100644
--- a/transport_usb.cpp
+++ b/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"