diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2012-04-18 18:38:42 -0700 |
---|---|---|
committer | Jean-Michel Trivi <jmtrivi@google.com> | 2012-04-18 18:38:42 -0700 |
commit | f28c8792f64e10c3c477d86bf4804a8566ff524e (patch) | |
tree | 6699a532aeae112ce0be9dcf1bfa3f05493481ab /media/libeffects | |
parent | 9bd23229fdec1657398abc682ccccfce1c95f8aa (diff) | |
download | frameworks_av-f28c8792f64e10c3c477d86bf4804a8566ff524e.zip frameworks_av-f28c8792f64e10c3c477d86bf4804a8566ff524e.tar.gz frameworks_av-f28c8792f64e10c3c477d86bf4804a8566ff524e.tar.bz2 |
Turn off debug in downmix effect
Change-Id: I4eda43166d23b3297cf769056a6db720401799aa
Diffstat (limited to 'media/libeffects')
-rw-r--r-- | media/libeffects/downmix/EffectDownmix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libeffects/downmix/EffectDownmix.c b/media/libeffects/downmix/EffectDownmix.c index 302f1d7..5439b87 100644 --- a/media/libeffects/downmix/EffectDownmix.c +++ b/media/libeffects/downmix/EffectDownmix.c @@ -15,7 +15,7 @@ */ #define LOG_TAG "EffectDownmix" -#define LOG_NDEBUG 0 +//#define LOG_NDEBUG 0 #include <cutils/log.h> #include <stdlib.h> #include <string.h> |