From fde5411c6c3b638def7f45996e015c075a2d8541 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Fri, 16 May 2014 13:11:01 +0800 Subject: framebuffer.cpp: fix to use ALOGE instead of LOGE since LOGE was not defined there Change-Id: I228eadfd476c391a4f34b2f4de1f0a9286464a1d Signed-off-by: Yongqin Liu --- modules/gralloc/framebuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gralloc/framebuffer.cpp b/modules/gralloc/framebuffer.cpp index a1ded497..b7ba3b1a 100644 --- a/modules/gralloc/framebuffer.cpp +++ b/modules/gralloc/framebuffer.cpp @@ -98,7 +98,7 @@ static int fb_post(struct framebuffer_device_t* dev, buffer_handle_t buffer) m->info.activate = FB_ACTIVATE_VBL; m->info.yoffset = offset / m->finfo.line_length; if (ioctl(m->framebuffer->fd, FBIOPAN_DISPLAY, &m->info) == -1) { - LOGE("FBIOPAN_DISPLAY failed"); + ALOGE("FBIOPAN_DISPLAY failed"); m->base.unlock(&m->base, buffer); return -errno; } -- cgit v1.2.3