summaryrefslogtreecommitdiffstats
path: root/media/libeffects
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2012-04-19 09:09:19 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-19 09:09:19 -0700
commitfd9e14bc28f377065e43ec6833d754ca151b3941 (patch)
treec63aa194d876cc7a971d6099378a9b62a9419dc7 /media/libeffects
parent2d359a85ef5b72f1cb47df227b44fe4f3c5fbd60 (diff)
parentf28c8792f64e10c3c477d86bf4804a8566ff524e (diff)
downloadframeworks_av-fd9e14bc28f377065e43ec6833d754ca151b3941.zip
frameworks_av-fd9e14bc28f377065e43ec6833d754ca151b3941.tar.gz
frameworks_av-fd9e14bc28f377065e43ec6833d754ca151b3941.tar.bz2
Merge "Turn off debug in downmix effect"
Diffstat (limited to 'media/libeffects')
-rw-r--r--media/libeffects/downmix/EffectDownmix.c2
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>