From d8e1916f8b99dbe958d7cf285f0e87589531c1d8 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 5 Jan 2012 23:22:43 +0000 Subject: Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I00a4b904f9449e6f93b7fd35eac28640d7929e69 --- Binder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Binder.cpp') diff --git a/Binder.cpp b/Binder.cpp index 9945f91..e20d8a3 100644 --- a/Binder.cpp +++ b/Binder.cpp @@ -89,7 +89,7 @@ const String16& BBinder::getInterfaceDescriptor() const // This is a local static rather than a global static, // to avoid static initializer ordering issues. static String16 sEmptyDescriptor; - LOGW("reached BBinder::getInterfaceDescriptor (this=%p)", this); + ALOGW("reached BBinder::getInterfaceDescriptor (this=%p)", this); return sEmptyDescriptor; } -- cgit v1.2.3