summaryrefslogtreecommitdiffstats
path: root/libhwcomposer
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-12-20 16:25:58 +0000
committerSteve Block <steveblock@google.com>2012-01-03 22:30:14 +0000
commit4493042bc05cbfa82f2e5c13eec7bb152435fdba (patch)
treeadd4a599dde261a9d0478e7864444548109927db /libhwcomposer
parent9ba86645881d430709720664a1891fc816fe47a4 (diff)
downloaddevice_samsung_crespo-4493042bc05cbfa82f2e5c13eec7bb152435fdba.zip
device_samsung_crespo-4493042bc05cbfa82f2e5c13eec7bb152435fdba.tar.gz
device_samsung_crespo-4493042bc05cbfa82f2e5c13eec7bb152435fdba.tar.bz2
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: If4249034e0a90a502aba69c199173c8ad4af93b3
Diffstat (limited to 'libhwcomposer')
-rw-r--r--libhwcomposer/SecHWC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhwcomposer/SecHWC.cpp b/libhwcomposer/SecHWC.cpp
index cd15de0..74f1a2a 100644
--- a/libhwcomposer/SecHWC.cpp
+++ b/libhwcomposer/SecHWC.cpp
@@ -51,7 +51,7 @@ hwc_module_t HAL_MODULE_INFO_SYM = {
};
static void dump_layer(hwc_layer_t const* l) {
- LOGD("\ttype=%d, flags=%08x, handle=%p, tr=%02x, blend=%04x, {%d,%d,%d,%d}, {%d,%d,%d,%d}",
+ ALOGD("\ttype=%d, flags=%08x, handle=%p, tr=%02x, blend=%04x, {%d,%d,%d,%d}, {%d,%d,%d,%d}",
l->compositionType, l->flags, l->handle, l->transform, l->blending,
l->sourceCrop.left,
l->sourceCrop.top,
@@ -550,7 +550,7 @@ static int hwc_device_open(const struct hw_module_t* module, const char* name,
goto err;
}
- LOGD("%s:: success\n", __func__);
+ ALOGD("%s:: success\n", __func__);
return 0;