aboutsummaryrefslogtreecommitdiffstats
path: root/android/utils/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/utils/debug.h')
-rw-r--r--android/utils/debug.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/utils/debug.h b/android/utils/debug.h
index 272499a..5aa52ba 100644
--- a/android/utils/debug.h
+++ b/android/utils/debug.h
@@ -38,9 +38,15 @@
_VERBOSE_TAG(camera, "camera") \
_VERBOSE_TAG(adevice, "android device connected via port forwarding") \
_VERBOSE_TAG(sensors_port, "sensors emulator connected to android device") \
+ _VERBOSE_TAG(mtport, "multi-touch emulator connected to android device") \
+ _VERBOSE_TAG(mtscreen, "multi-touch screen emulation") \
_VERBOSE_TAG(gles, "hardware OpenGLES emulation") \
_VERBOSE_TAG(adbserver, "ADB server") \
_VERBOSE_TAG(adbclient, "ADB QEMU client") \
+ _VERBOSE_TAG(adb, "ADB debugger") \
+ _VERBOSE_TAG(asconnector, "Asynchronous socket connector") \
+ _VERBOSE_TAG(asyncsocket, "Asynchronous socket") \
+ _VERBOSE_TAG(sdkctlsocket, "Socket tethering to SdkControl server") \
#define _VERBOSE_TAG(x,y) VERBOSE_##x,
typedef enum {