summaryrefslogtreecommitdiff
path: root/Binder.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-05 23:22:43 +0000
committerSteve Block <steveblock@google.com>2012-01-06 10:07:54 +0000
commitd8e1916f8b99dbe958d7cf285f0e87589531c1d8 (patch)
treef24bcaac7990d5664786cd2613a920d2d06121a0 /Binder.cpp
parent93cf854f5e563ba575691b4b639365fe6c517193 (diff)
downloadlibhwbinder-d8e1916f8b99dbe958d7cf285f0e87589531c1d8.tar.gz
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
Diffstat (limited to 'Binder.cpp')
-rw-r--r--Binder.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}