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
This commit is contained in:
Steve Block
2012-01-04 20:07:12 +00:00
parent cee8501c16
commit b224b78c14

View File

@@ -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,