diff options
| author | Arne Coucheron <arco68@gmail.com> | 2012-03-24 20:36:37 +0100 |
|---|---|---|
| committer | Steve Kondik <shade@chemlab.org> | 2012-05-28 05:18:19 -0700 |
| commit | 5a289c1c0fdca1f6b4ef89d4d3a0aadb17ec9d09 (patch) | |
| tree | 295e9fba8f0910c728f37d8b5c66b14e7076ec81 | |
| parent | c183914fa00bdf536414f3ab5793e7bf26843871 (diff) | |
| download | android_hardware_qcom_media-5a289c1c0fdca1f6b4ef89d4d3a0aadb17ec9d09.tar.gz android_hardware_qcom_media-5a289c1c0fdca1f6b4ef89d4d3a0aadb17ec9d09.tar.bz2 android_hardware_qcom_media-5a289c1c0fdca1f6b4ef89d4d3a0aadb17ec9d09.zip | |
audio: Disable debug messages in log
Change-Id: I7d4eae80e7603445813c4bf87d07a5e73223b3b5
| -rw-r--r-- | audio/msm7x30/AudioHardware.cpp | 2 | ||||
| -rw-r--r-- | audio/msm7x30/audio_hw_hal.cpp | 2 | ||||
| -rw-r--r-- | audio/msm7x30/audio_policy_hal.cpp | 2 | ||||
| -rw-r--r-- | audio/msm8660/AudioHardware.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/msm7x30/AudioHardware.cpp b/audio/msm7x30/AudioHardware.cpp index d74abbb4..40d732c7 100644 --- a/audio/msm7x30/AudioHardware.cpp +++ b/audio/msm7x30/AudioHardware.cpp @@ -18,7 +18,7 @@ #include <math.h> -#define LOG_NDEBUG 0 +//#define LOG_NDEBUG 0 #define LOG_TAG "AudioHardwareMSM7X30" #include <utils/Log.h> diff --git a/audio/msm7x30/audio_hw_hal.cpp b/audio/msm7x30/audio_hw_hal.cpp index a6de816c..881815d3 100644 --- a/audio/msm7x30/audio_hw_hal.cpp +++ b/audio/msm7x30/audio_hw_hal.cpp @@ -16,7 +16,7 @@ */ #define LOG_TAG "qcom_audio_hw_hal" -#define LOG_NDEBUG 0 +//#define LOG_NDEBUG 0 #include <stdint.h> diff --git a/audio/msm7x30/audio_policy_hal.cpp b/audio/msm7x30/audio_policy_hal.cpp index 41f90f7c..3867aebb 100644 --- a/audio/msm7x30/audio_policy_hal.cpp +++ b/audio/msm7x30/audio_policy_hal.cpp @@ -16,7 +16,7 @@ */ #define LOG_TAG "qcom_audio_policy_hal" -#define LOG_NDEBUG 0 +//#define LOG_NDEBUG 0 #include <stdint.h> diff --git a/audio/msm8660/AudioHardware.cpp b/audio/msm8660/AudioHardware.cpp index db8da3e8..e4f28c6c 100644 --- a/audio/msm8660/AudioHardware.cpp +++ b/audio/msm8660/AudioHardware.cpp @@ -18,7 +18,7 @@ #include <math.h> -#define LOG_NDEBUG 0 +//#define LOG_NDEBUG 0 #define LOG_NDDEBUG 0 #define LOG_TAG "AudioHardwareMSM8660" #include <utils/Log.h> |
