summaryrefslogtreecommitdiffstats
path: root/libhwcomposer
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-04 20:07:50 +0000
committerSteve Block <steveblock@google.com>2012-01-04 20:07:50 +0000
commit0edef6238dcdaf1502811da188886ded4d2b4319 (patch)
tree825925e5f68ce21e3604b1ff126d2e9c3eabd7f6 /libhwcomposer
parent4493042bc05cbfa82f2e5c13eec7bb152435fdba (diff)
downloaddevice_samsung_crespo-0edef6238dcdaf1502811da188886ded4d2b4319.zip
device_samsung_crespo-0edef6238dcdaf1502811da188886ded4d2b4319.tar.gz
device_samsung_crespo-0edef6238dcdaf1502811da188886ded4d2b4319.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: I61ce15c87baa38e1f88857e30b549d513a54b724
Diffstat (limited to 'libhwcomposer')
-rw-r--r--libhwcomposer/SecHWC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhwcomposer/SecHWC.cpp b/libhwcomposer/SecHWC.cpp
index 74f1a2a..e9a710a 100644
--- a/libhwcomposer/SecHWC.cpp
+++ b/libhwcomposer/SecHWC.cpp
@@ -539,7 +539,7 @@ static int hwc_device_open(const struct hw_module_t* module, const char* name,
for (int j = 0; j < NUM_OF_WIN_BUF; j++) {
win->addr[j] = win->fix_info.smem_start + (win->size * j);
- LOGI("%s::win-%d add[%d] %x ", __func__, i, j, win->addr[j]);
+ ALOGI("%s::win-%d add[%d] %x ", __func__, i, j, win->addr[j]);
}
}