diff options
Diffstat (limited to 'media/mtp/MtpDebug.h')
-rw-r--r-- | media/mtp/MtpDebug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media/mtp/MtpDebug.h b/media/mtp/MtpDebug.h index 3cbc209..86f601a 100644 --- a/media/mtp/MtpDebug.h +++ b/media/mtp/MtpDebug.h @@ -17,6 +17,9 @@ #ifndef _MTP_DEBUG_H #define _MTP_DEBUG_H +#define LOG_NDEBUG 0 +#include <utils/Log.h> + #include "MtpTypes.h" namespace android { |