summaryrefslogtreecommitdiffstats
path: root/exynos4/hal/libfimg4x/FimgApi.h
diff options
context:
space:
mode:
Diffstat (limited to 'exynos4/hal/libfimg4x/FimgApi.h')
-rw-r--r--exynos4/hal/libfimg4x/FimgApi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/exynos4/hal/libfimg4x/FimgApi.h b/exynos4/hal/libfimg4x/FimgApi.h
index a2c9eac..925345e 100644
--- a/exynos4/hal/libfimg4x/FimgApi.h
+++ b/exynos4/hal/libfimg4x/FimgApi.h
@@ -26,12 +26,12 @@
#include "sec_g2d_4x.h"
#define REAL_DEBUG
-#define ANDROID_LOG
+#define ANDROID_ALOG
#if defined(REAL_DEBUG)
-#ifdef ANDROID_LOG
-#define PRINT LOGE
-#define PRINTD LOGD
+#ifdef ANDROID_ALOG
+#define PRINT ALOGE
+#define PRINTD ALOGD
#else
#define PRINT printf
#define PRINTD printf