diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-09 09:51:22 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-09 09:51:22 +0100 |
commit | 6ab6c16999e51e67561f1b25e35bb0436916cd73 (patch) | |
tree | bbccb9bb42a819ee8a73d215f6329473f58a7ebb | |
parent | 6aab55a059d81151596ac2feff8ee5192aa55930 (diff) | |
download | hardware_samsung-6ab6c16999e51e67561f1b25e35bb0436916cd73.zip hardware_samsung-6ab6c16999e51e67561f1b25e35bb0436916cd73.tar.gz hardware_samsung-6ab6c16999e51e67561f1b25e35bb0436916cd73.tar.bz2 |
exynos4: libhwcomposer: disable debugging
Change-Id: Iead8beee1c2c40b3c7ce1277c84dc180fb96ecb8
-rw-r--r-- | exynos4/hal/libhwcomposer/SecHWCUtils.h | 2 |
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 |