commit | 8fac1ce6bd56e3a4b0c26c1c177bf76d9ee19da6 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Thu Nov 29 14:32:22 2012 -0800 |
committer | Android Git Automerger <android-git-automerger@android.com> | Thu Nov 29 14:32:22 2012 -0800 |
tree | 752b02313a505df212327a6bbeb14618b5256667 | |
parent | 37a9e8e13bcc9ac614c1b733ec2c66764c29679a [diff] | |
parent | 9428cdd7b9d32647d35207b3579133ee6a1f7355 [diff] |
am 9428cdd7: am 5dea84c3: Fix log spam * commit '9428cdd7b9d32647d35207b3579133ee6a1f7355': Fix log spam
diff --git a/services/audioflinger/audio-resampler/AudioResamplerCoefficients.cpp b/services/audioflinger/audio-resampler/AudioResamplerCoefficients.cpp index af3e40d..d45d697 100644 --- a/services/audioflinger/audio-resampler/AudioResamplerCoefficients.cpp +++ b/services/audioflinger/audio-resampler/AudioResamplerCoefficients.cpp
@@ -15,7 +15,7 @@ */ #define LOG_TAG "ResamplerCoefficients" -#define LOG_NDEBUG 0 +//#define LOG_NDEBUG 0 #include <utils/Log.h>