diff options
Diffstat (limited to 'logd/LogUtils.h')
-rw-r--r-- | logd/LogUtils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/logd/LogUtils.h b/logd/LogUtils.h index df78a508a..c0f62d39c 100644 --- a/logd/LogUtils.h +++ b/logd/LogUtils.h @@ -20,12 +20,13 @@ #include <sys/types.h> #include <private/android_logger.h> -#include <sysutils/SocketClient.h> #include <utils/FastStrcmp.h> // Hijack this header as a common include file used by most all sources // to report some utilities defined here and there. +#define LOGD_SNDTIMEO 32 + namespace android { // Furnished in main.cpp. Caller must own and free returned value |