commit | 3a8376d5cf0fd22c4a6b1718a1e7f0f4ece4254d | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Sep 22 15:52:57 2015 -0700 |
committer | Yabin Cui <yabinc@google.com> | Wed Sep 23 12:53:38 2015 -0700 |
tree | 4176e9259abc0a4976108aec3e01334f40690320 | |
parent | 0fdf120130150a170e213c9ae88e52951ccbbbc4 [diff] [blame] |
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
diff --git a/adb/services.cpp b/adb/services.cpp index d0494ec..1153c31 100644 --- a/adb/services.cpp +++ b/adb/services.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#define TRACE_TAG TRACE_SERVICES +#define TRACE_TAG SERVICES #include "sysdeps.h"