commit | 00469f19408b3af36c3bf0fc0d2c07157f546bb9 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Wed Oct 12 17:27:03 2011 +0100 |
committer | Steve Block <steveblock@google.com> | Wed Jan 18 11:08:20 2012 +0000 |
tree | b4c233c1b056fcefb7fbfd1181db5a64af2d8c4f | |
parent | dcee50eeeff5d0665eb20021a934beef93f1c7b2 [diff] [blame] |
Rename (IF_)LOG() to (IF_)ALOG() Change-Id: If49c81a2793182771c6160fbca93905daa6f44c1
diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp index 6b4c1a6..1f1379d 100644 --- a/libs/binder/Parcel.cpp +++ b/libs/binder/Parcel.cpp
@@ -44,7 +44,7 @@ #endif #define LOG_REFS(...) -//#define LOG_REFS(...) LOG(LOG_DEBUG, "Parcel", __VA_ARGS__) +//#define LOG_REFS(...) ALOG(LOG_DEBUG, "Parcel", __VA_ARGS__) // ---------------------------------------------------------------------------