diff options
| author | 2012-01-19 16:59:41 -0800 | |
|---|---|---|
| committer | 2012-01-19 16:59:41 -0800 | |
| commit | 36b48c30adf7236b00eccf87f3b5691359526540 (patch) | |
| tree | d1dd7414594b487dc7f81979449d444118c4b1b1 /libs/binder/Parcel.cpp | |
| parent | cdc1ea03130763963fe6c179ed1f5ec14d6c7750 (diff) | |
| parent | c318bbb05e02a0080e129623ec8029d31be0d60e (diff) | |
am c318bbb0: Merge "Rename (IF_)LOG() to (IF_)ALOG()"
* commit 'c318bbb05e02a0080e129623ec8029d31be0d60e':
Rename (IF_)LOG() to (IF_)ALOG()
Diffstat (limited to 'libs/binder/Parcel.cpp')
| -rw-r--r-- | libs/binder/Parcel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp index 6b4c1a61e4c9..1f1379d07303 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__) // --------------------------------------------------------------------------- |