From bf45fc2a26358b7ec52cb17bb9d6ed67d6483b01 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Mon, 27 Feb 2012 10:46:10 -0800 Subject: 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 --- android/utils/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'android/utils') 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 { -- cgit v1.1