From c8aa2c570d30098da59f1967d5158024ed28570d Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Thu, 5 Apr 2012 16:22:55 -0700 Subject: Implements SDKCtlSocket that implements communication protocol wih SdkController In addition, this CL contains some minor tweaks to async-socket, and async-socket-connector that improve tracebility. Change-Id: Ib1309b19dcd02e96379155fea7015019d93160e7 --- 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 d6fd60c..5aa52ba 100644 --- a/android/utils/debug.h +++ b/android/utils/debug.h @@ -46,6 +46,7 @@ _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 { -- cgit v1.1