commit | 0fdadcaf08c588469ad9905b0136c894bb062fdf | [log] [tgz] |
---|---|---|
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | Sun Jul 22 15:45:33 2012 +0200 |
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | Sun Jul 22 15:45:33 2012 +0200 |
tree | 8e2e52523f6d8bba08f8ec022535ff7b57474485 | |
parent | 29deaa07a920f242d8b2766fba3c8ffa374b1eaf [diff] [blame] |
exynos hal: jellybean compat
diff --git a/exynos5/hal/libhwcomposer/SecHWCUtils.cpp b/exynos5/hal/libhwcomposer/SecHWCUtils.cpp index 9a03ed2..f165a2d 100644 --- a/exynos5/hal/libhwcomposer/SecHWCUtils.cpp +++ b/exynos5/hal/libhwcomposer/SecHWCUtils.cpp
@@ -52,7 +52,7 @@ memcpy(&tick_old, &tick, sizeof(timeval)); if (cnt == (10 + CHK_FRAME_CNT)) { FPS = 1000*CHK_FRAME_CNT/total; - LOGE("[FPS]:%d\n", FPS); + ALOGE("[FPS]:%d\n", FPS); total = 0; cnt = 10; }