diff options
author | Jean-Michel Trivi <> | 2009-03-24 18:46:20 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-24 18:46:20 -0700 |
commit | 9fae1d519464ad7953ecbdba8e256fbf1500493b (patch) | |
tree | be66fa4b4d47ac0c3a9d6d80dad2046ba7c28c40 /arm-wt-22k | |
parent | a59544b571f0389ea9b74a1a252636cc4e46db88 (diff) | |
download | external_sonivox-9fae1d519464ad7953ecbdba8e256fbf1500493b.zip external_sonivox-9fae1d519464ad7953ecbdba8e256fbf1500493b.tar.gz external_sonivox-9fae1d519464ad7953ecbdba8e256fbf1500493b.tar.bz2 |
Automated import from //branches/master/...@140869,140869
Diffstat (limited to 'arm-wt-22k')
-rw-r--r-- | arm-wt-22k/lib_src/jet.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arm-wt-22k/lib_src/jet.c b/arm-wt-22k/lib_src/jet.c index ed7d465..cc180af 100644 --- a/arm-wt-22k/lib_src/jet.c +++ b/arm-wt-22k/lib_src/jet.c @@ -26,11 +26,10 @@ *----------------------------------------------------------------------------
*/
-//FIXME: remove debug flag for release
-#define LOG_NDEBUG 0
+//#define LOG_NDEBUG 0
#define LOG_TAG "JET_C"
-#define DEBUG_JET
+//#define DEBUG_JET
#include "eas_data.h"
#include "eas_smf.h"
@@ -38,7 +37,6 @@ #include "eas_host.h"
#include "eas_report.h"
-#include <cutils/log.h>
/* default configuration */
static const S_JET_CONFIG jetDefaultConfig =
|