summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2017-02-13 17:06:49 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-02-14 17:42:15 +0100
commite06577dc818d047dae1caec397fa7316762e3fb7 (patch)
tree5e74518bf688a20154a3bdca50d8628d37b46c2e
parentd44edaa26161dcf9487484855a10378cb97f00af (diff)
downloadandroid_hardware_samsung-e06577dc818d047dae1caec397fa7316762e3fb7.tar.gz
android_hardware_samsung-e06577dc818d047dae1caec397fa7316762e3fb7.tar.bz2
android_hardware_samsung-e06577dc818d047dae1caec397fa7316762e3fb7.zip
audio: Disable voice log by default
Change-Id: I56c54fe1f3d75cbd05693f98f2f2210ea13295dc
-rw-r--r--audio/voice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/voice.c b/audio/voice.c
index 1965379..93536c8 100644
--- a/audio/voice.c
+++ b/audio/voice.c
@@ -15,7 +15,7 @@
*/
#define LOG_TAG "audio_hw_voice"
-#define LOG_NDEBUG 0
+/*#define LOG_NDEBUG 0*/
/*#define VERY_VERY_VERBOSE_LOGGING*/
#ifdef VERY_VERY_VERBOSE_LOGGING
#define ALOGVV ALOGV