commit | fd9e14bc28f377065e43ec6833d754ca151b3941 | [log] [tgz] |
---|---|---|
author | Jean-Michel Trivi <jmtrivi@google.com> | Thu Apr 19 09:09:19 2012 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 19 09:09:19 2012 -0700 |
tree | c63aa194d876cc7a971d6099378a9b62a9419dc7 | |
parent | 2d359a85ef5b72f1cb47df227b44fe4f3c5fbd60 [diff] | |
parent | f28c8792f64e10c3c477d86bf4804a8566ff524e [diff] |
Merge "Turn off debug in downmix effect"
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>