summaryrefslogtreecommitdiffstats
path: root/adb/shell_service.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/shell_service.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/shell_service.cpp')
-rw-r--r--adb/shell_service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/shell_service.cpp b/adb/shell_service.cpp
index f1bc36d5a..714a2d80a 100644
--- a/adb/shell_service.cpp
+++ b/adb/shell_service.cpp
@@ -75,7 +75,7 @@
// to be more complex due to partial reads and non-blocking I/O so this model
// was chosen instead.
-#define TRACE_TAG TRACE_SHELL
+#define TRACE_TAG SHELL
#include "shell_service.h"