From 3762c311729fe9f3af085c14c5c1fb471d994c03 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 6 Jan 2012 19:20:56 +0000 Subject: Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c --- services/surfaceflinger/MessageQueue.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services/surfaceflinger/MessageQueue.cpp') diff --git a/services/surfaceflinger/MessageQueue.cpp b/services/surfaceflinger/MessageQueue.cpp index 85845c922d76..cbd530c822a5 100644 --- a/services/surfaceflinger/MessageQueue.cpp +++ b/services/surfaceflinger/MessageQueue.cpp @@ -70,12 +70,12 @@ void MessageQueue::waitMessage() { continue; case ALOOPER_POLL_ERROR: - LOGE("ALOOPER_POLL_ERROR"); + ALOGE("ALOOPER_POLL_ERROR"); continue; default: // should not happen - LOGE("Looper::pollOnce() returned unknown status %d", ret); + ALOGE("Looper::pollOnce() returned unknown status %d", ret); continue; } } while (true); -- cgit v1.2.3-59-g8ed1b