summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2012-12-09 09:51:22 +0100
committercodeworkx <codeworkx@cyanogenmod.org>2012-12-09 09:51:22 +0100
commit6ab6c16999e51e67561f1b25e35bb0436916cd73 (patch)
treebbccb9bb42a819ee8a73d215f6329473f58a7ebb
parent6aab55a059d81151596ac2feff8ee5192aa55930 (diff)
downloadandroid_hardware_samsung-6ab6c16999e51e67561f1b25e35bb0436916cd73.tar.gz
android_hardware_samsung-6ab6c16999e51e67561f1b25e35bb0436916cd73.tar.bz2
android_hardware_samsung-6ab6c16999e51e67561f1b25e35bb0436916cd73.zip
exynos4: libhwcomposer: disable debugging
Change-Id: Iead8beee1c2c40b3c7ce1277c84dc180fb96ecb8
-rw-r--r--exynos4/hal/libhwcomposer/SecHWCUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exynos4/hal/libhwcomposer/SecHWCUtils.h b/exynos4/hal/libhwcomposer/SecHWCUtils.h
index 812a400..4b7aaa4 100644
--- a/exynos4/hal/libhwcomposer/SecHWCUtils.h
+++ b/exynos4/hal/libhwcomposer/SecHWCUtils.h
@@ -48,7 +48,7 @@
#include "s3c_lcd.h"
#include "sec_format.h"
-#define HWC_DEBUG 1
+//#define HWC_DEBUG 1
#if defined(BOARD_USES_FIMGAPI)
#include "sec_g2d.h"
#endif