summaryrefslogtreecommitdiffstats
path: root/minadbd/adb_main.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2015-09-24 01:20:55 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2015-09-24 01:20:55 +0200
commit7c7d876d152e27a5b15617f9e907e18314f08fa5 (patch)
treef4927a54ff23e0f1dbe800f86d7e43bbbc8c2f56 /minadbd/adb_main.cpp
parentam cd3c8c4e: am b739a32b: Merge "recovery: Add timestamps in update logs." (diff)
parentam 3317d501: Merge "minadbd: move from D() to VLOG()." (diff)
downloadandroid_bootable_recovery-7c7d876d152e27a5b15617f9e907e18314f08fa5.tar
android_bootable_recovery-7c7d876d152e27a5b15617f9e907e18314f08fa5.tar.gz
android_bootable_recovery-7c7d876d152e27a5b15617f9e907e18314f08fa5.tar.bz2
android_bootable_recovery-7c7d876d152e27a5b15617f9e907e18314f08fa5.tar.lz
android_bootable_recovery-7c7d876d152e27a5b15617f9e907e18314f08fa5.tar.xz
android_bootable_recovery-7c7d876d152e27a5b15617f9e907e18314f08fa5.tar.zst
android_bootable_recovery-7c7d876d152e27a5b15617f9e907e18314f08fa5.zip
Diffstat (limited to 'minadbd/adb_main.cpp')
-rw-r--r--minadbd/adb_main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/minadbd/adb_main.cpp b/minadbd/adb_main.cpp
index 514f19699..c968204b2 100644
--- a/minadbd/adb_main.cpp
+++ b/minadbd/adb_main.cpp
@@ -19,8 +19,6 @@
#include <stdio.h>
#include <stdlib.h>
-#define TRACE_TAG TRACE_ADB
-
#include "sysdeps.h"
#include "adb.h"
@@ -38,7 +36,7 @@ int adb_main(int is_daemon, int server_port, int /* reply_fd */) {
init_transport_registration();
usb_init();
- D("Event loop starting\n");
+ VLOG(ADB) << "Event loop starting";
fdevent_loop();
return 0;