aboutsummaryrefslogtreecommitdiffstats
path: root/android/utils
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2012-02-27 10:46:10 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2012-02-27 10:46:10 -0800
commitbf45fc2a26358b7ec52cb17bb9d6ed67d6483b01 (patch)
tree99e637384457c8e99bb8360eb96045c034743ce6 /android/utils
parent1991d8c2b6b85170ee1707ca19fe5c746187a77c (diff)
downloadexternal_qemu-bf45fc2a26358b7ec52cb17bb9d6ed67d6483b01.zip
external_qemu-bf45fc2a26358b7ec52cb17bb9d6ed67d6483b01.tar.gz
external_qemu-bf45fc2a26358b7ec52cb17bb9d6ed67d6483b01.tar.bz2
Enables ADBD tracing in emulator.
When running inside the emulator, guest's adbd can connect to 'adb-debug' qemud service that can display adb trace messages on condition that emulator has been started with '-debug adb' option. This CL contains emulator code that enables that. Change-Id: I6720deef0833fd02e2fe80deeaafbcf517de0c33
Diffstat (limited to 'android/utils')
-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 272499a..ec3094d 100644
--- a/android/utils/debug.h
+++ b/android/utils/debug.h
@@ -41,6 +41,7 @@
_VERBOSE_TAG(gles, "hardware OpenGLES emulation") \
_VERBOSE_TAG(adbserver, "ADB server") \
_VERBOSE_TAG(adbclient, "ADB QEMU client") \
+ _VERBOSE_TAG(adb, "ADB debugger") \
#define _VERBOSE_TAG(x,y) VERBOSE_##x,
typedef enum {