diff options
| author | 2016-01-27 08:02:48 -0800 | |
|---|---|---|
| committer | 2016-01-27 09:56:21 -0800 | |
| commit | e93390b0bd336cd1b69abebf6eeffd18881f531b (patch) | |
| tree | fb1286af36bd2df2ee3f09047f623f54a4da7473 | |
| parent | 316923d3597af72d1cbd9eb2745a02706275fdb8 (diff) | |
Parcel: LOG_TAG cleanup
NB: several ALOG messages behind comments, recommend removal
Change-Id: Iaf02f55cbf7ef0ee7c4a6ee67c7f8b57cf97cd26
| -rw-r--r-- | libs/binder/Parcel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp index e30e65d1c5..3e811bcfcf 100644 --- a/libs/binder/Parcel.cpp +++ b/libs/binder/Parcel.cpp @@ -49,9 +49,9 @@ #endif #define LOG_REFS(...) -//#define LOG_REFS(...) ALOG(LOG_DEBUG, "Parcel", __VA_ARGS__) +//#define LOG_REFS(...) ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__) #define LOG_ALLOC(...) -//#define LOG_ALLOC(...) ALOG(LOG_DEBUG, "Parcel", __VA_ARGS__) +//#define LOG_ALLOC(...) ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__) // --------------------------------------------------------------------------- |