diff options
Diffstat (limited to 'android/utils')
| -rw-r--r-- | android/utils/debug.h | 1 | 
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 { | 
