summaryrefslogtreecommitdiffstats
path: root/minadbd/services.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2015-09-24 01:03:11 +0200
committerYabin Cui <yabinc@google.com>2015-09-24 01:04:41 +0200
commit7c913e5faa1f3aa226c8de61cdc24e9be26ac422 (patch)
treec426450bac961d8148894310e4df8ef74f1e4290 /minadbd/services.cpp
parentMerge "recovery: Add timestamps in update logs." (diff)
downloadandroid_bootable_recovery-7c913e5faa1f3aa226c8de61cdc24e9be26ac422.tar
android_bootable_recovery-7c913e5faa1f3aa226c8de61cdc24e9be26ac422.tar.gz
android_bootable_recovery-7c913e5faa1f3aa226c8de61cdc24e9be26ac422.tar.bz2
android_bootable_recovery-7c913e5faa1f3aa226c8de61cdc24e9be26ac422.tar.lz
android_bootable_recovery-7c913e5faa1f3aa226c8de61cdc24e9be26ac422.tar.xz
android_bootable_recovery-7c913e5faa1f3aa226c8de61cdc24e9be26ac422.tar.zst
android_bootable_recovery-7c913e5faa1f3aa226c8de61cdc24e9be26ac422.zip
Diffstat (limited to '')
-rw-r--r--minadbd/services.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/minadbd/services.cpp b/minadbd/services.cpp
index 5c1d35614..2a3027bd8 100644
--- a/minadbd/services.cpp
+++ b/minadbd/services.cpp
@@ -23,7 +23,6 @@
#include "sysdeps.h"
-#define TRACE_TAG TRACE_SERVICES
#include "adb.h"
#include "fdevent.h"
#include "fuse_adb_provider.h"
@@ -82,7 +81,7 @@ static int create_service_thread(void (*func)(int, void *), void *cookie) {
return -1;
}
- D("service thread started, %d:%d\n",s[0], s[1]);
+ VLOG(SERVICES) << "service thread started, " << s[0] << ":" << s[1];
return s[0];
}