summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2012-09-17 10:13:26 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2012-09-17 10:13:26 -0700
commit35a2c167b4ee090b5dd9779ecb40f82cdaf1c74d (patch)
tree1f919065e0ff6a054b4c01d3eac336e332e2a34f
parenteec87706d21fc0ac4ad10ede86943770b2533564 (diff)
downloadhardware_libhardware-35a2c167b4ee090b5dd9779ecb40f82cdaf1c74d.zip
hardware_libhardware-35a2c167b4ee090b5dd9779ecb40f82cdaf1c74d.tar.gz
hardware_libhardware-35a2c167b4ee090b5dd9779ecb40f82cdaf1c74d.tar.bz2
Turn off logs in remote submix audio module
Change-Id: I61cd15534b1cd764b06f615569cdf02edbba909c
-rwxr-xr-xmodules/audio_remote_submix/audio_hw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/audio_remote_submix/audio_hw.cpp b/modules/audio_remote_submix/audio_hw.cpp
index b17020a..82bac1a 100755
--- a/modules/audio_remote_submix/audio_hw.cpp
+++ b/modules/audio_remote_submix/audio_hw.cpp
@@ -15,7 +15,7 @@
*/
#define LOG_TAG "r_submix"
-#define LOG_NDEBUG 0
+//#define LOG_NDEBUG 0
#include <errno.h>
#include <pthread.h>