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 e06577dc81.

Change-Id: I604ee674a1db466b3d3e364cb95f5688edd4947c
tirimbino
Christopher N. Hesse 8 years ago
parent f114e2ee35
commit 86f7ea8e9f
  1. 2
      audio/voice.c

@ -15,7 +15,7 @@
*/ */
#define LOG_TAG "audio_hw_voice" #define LOG_TAG "audio_hw_voice"
/*#define LOG_NDEBUG 0*/ #define LOG_NDEBUG 0
/*#define VERY_VERY_VERBOSE_LOGGING*/ /*#define VERY_VERY_VERBOSE_LOGGING*/
#ifdef VERY_VERY_VERBOSE_LOGGING #ifdef VERY_VERY_VERBOSE_LOGGING
#define ALOGVV ALOGV #define ALOGVV ALOGV

Loading…
Cancel
Save