summaryrefslogtreecommitdiffstats
path: root/modules/hwcomposer
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-12-20 16:25:12 +0000
committerSteve Block <steveblock@google.com>2012-01-03 22:31:17 +0000
commitcee8501c1623765d5287fcd440fbf8001b9de183 (patch)
treeb37e7ab8ac12b3ed8270c27c286e704dac23f8b1 /modules/hwcomposer
parent922f9e6e5f11faba43bc06b018cd66a0935bf9fb (diff)
downloadhardware_libhardware-cee8501c1623765d5287fcd440fbf8001b9de183.zip
hardware_libhardware-cee8501c1623765d5287fcd440fbf8001b9de183.tar.gz
hardware_libhardware-cee8501c1623765d5287fcd440fbf8001b9de183.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: I98e83cc9d22f0ea8fbf397ccccd9ce7773119551
Diffstat (limited to 'modules/hwcomposer')
-rw-r--r--modules/hwcomposer/hwcomposer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hwcomposer/hwcomposer.cpp b/modules/hwcomposer/hwcomposer.cpp
index 68b7070..0e04cac 100644
--- a/modules/hwcomposer/hwcomposer.cpp
+++ b/modules/hwcomposer/hwcomposer.cpp
@@ -55,7 +55,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,