summaryrefslogtreecommitdiffstats
path: root/modules/gralloc
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-04 20:07:12 +0000
committerSteve Block <steveblock@google.com>2012-01-04 20:07:12 +0000
commitb224b78c143241ab5d120af27fc110d1dc3f32a2 (patch)
tree25e049f23a8ad5c86281a77450b5bdceaa8edbf7 /modules/gralloc
parentcee8501c1623765d5287fcd440fbf8001b9de183 (diff)
downloadhardware_libhardware-b224b78c143241ab5d120af27fc110d1dc3f32a2.zip
hardware_libhardware-b224b78c143241ab5d120af27fc110d1dc3f32a2.tar.gz
hardware_libhardware-b224b78c143241ab5d120af27fc110d1dc3f32a2.tar.bz2
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: Ia8b6f74b27098b3dba27f177a76264eb23f849ee
Diffstat (limited to 'modules/gralloc')
-rw-r--r--modules/gralloc/framebuffer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gralloc/framebuffer.cpp b/modules/gralloc/framebuffer.cpp
index f908976..92c8caf 100644
--- a/modules/gralloc/framebuffer.cpp
+++ b/modules/gralloc/framebuffer.cpp
@@ -222,7 +222,7 @@ int mapFrameBufferLocked(struct private_module_t* module)
float ydpi = (info.yres * 25.4f) / info.height;
float fps = refreshRate / 1000.0f;
- LOGI( "using (fd=%d)\n"
+ ALOGI( "using (fd=%d)\n"
"id = %s\n"
"xres = %d px\n"
"yres = %d px\n"
@@ -244,7 +244,7 @@ int mapFrameBufferLocked(struct private_module_t* module)
info.blue.offset, info.blue.length
);
- LOGI( "width = %d mm (%f dpi)\n"
+ ALOGI( "width = %d mm (%f dpi)\n"
"height = %d mm (%f dpi)\n"
"refresh rate = %.2f Hz\n",
info.width, xdpi,