aboutsummaryrefslogtreecommitdiffstats
path: root/android/utils/debug.h
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2012-03-28 12:11:11 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-28 12:11:11 -0700
commit300dc988021a26ea93e3f87e15e70fdcb9cb9359 (patch)
treee0421ba301cc609ff8cf764d008c44d1e4c3f86c /android/utils/debug.h
parent9dcf03fda8001a74016a316b0aa223f6675dff37 (diff)
parent9d36fe7e6f0c5ece4de1b29ec78a15c37c158b1d (diff)
downloadexternal_qemu-300dc988021a26ea93e3f87e15e70fdcb9cb9359.zip
external_qemu-300dc988021a26ea93e3f87e15e70fdcb9cb9359.tar.gz
external_qemu-300dc988021a26ea93e3f87e15e70fdcb9cb9359.tar.bz2
Merge "Implements an asynchronous socket connector with retries"
Diffstat (limited to 'android/utils/debug.h')
-rw-r--r--android/utils/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/utils/debug.h b/android/utils/debug.h
index e97ec43..d7de9da 100644
--- a/android/utils/debug.h
+++ b/android/utils/debug.h
@@ -44,6 +44,7 @@
_VERBOSE_TAG(adbserver, "ADB server") \
_VERBOSE_TAG(adbclient, "ADB QEMU client") \
_VERBOSE_TAG(adb, "ADB debugger") \
+ _VERBOSE_TAG(asconnector, "Asynchronous socket connector") \
#define _VERBOSE_TAG(x,y) VERBOSE_##x,
typedef enum {