summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher N. Hesse <raymanfx@gmail.com>2017-02-15 09:41:05 +0100
committerChristopher N. Hesse <raymanfx@gmail.com>2017-02-15 09:42:05 +0100
commit86f7ea8e9f6e76d08b096b237194c1063c14e491 (patch)
treefe36b1debb7de54ddc5991c12da5ccec95f0e1d9
parentf114e2ee3516ebe6dbbb94ac7d49b56f941ac792 (diff)
downloadandroid_hardware_samsung-86f7ea8e9f6e76d08b096b237194c1063c14e491.tar.gz
android_hardware_samsung-86f7ea8e9f6e76d08b096b237194c1063c14e491.tar.bz2
android_hardware_samsung-86f7ea8e9f6e76d08b096b237194c1063c14e491.zip
Revert "audio: Disable voice log by default"
This was intentionally left enabled and does not spam anyways, but allows users to extract helpful information without recompiling. This reverts commit e06577dc818d047dae1caec397fa7316762e3fb7. Change-Id: I604ee674a1db466b3d3e364cb95f5688edd4947c
-rw-r--r--audio/voice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/voice.c b/audio/voice.c
index 93536c8..1965379 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