From 4493042bc05cbfa82f2e5c13eec7bb152435fdba Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 20 Dec 2011 16:25:58 +0000 Subject: 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 --- libhwcomposer/SecHWC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libhwcomposer') 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; -- cgit v1.1