summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-01-27 08:02:48 -0800
committerMark Salyzyn <salyzyn@google.com>2016-01-27 09:56:21 -0800
commite93390b0bd336cd1b69abebf6eeffd18881f531b (patch)
treefb1286af36bd2df2ee3f09047f623f54a4da7473
parent316923d3597af72d1cbd9eb2745a02706275fdb8 (diff)
downloadframeworks_native-e93390b0bd336cd1b69abebf6eeffd18881f531b.zip
frameworks_native-e93390b0bd336cd1b69abebf6eeffd18881f531b.tar.gz
frameworks_native-e93390b0bd336cd1b69abebf6eeffd18881f531b.tar.bz2
Parcel: LOG_TAG cleanup
NB: several ALOG messages behind comments, recommend removal Change-Id: Iaf02f55cbf7ef0ee7c4a6ee67c7f8b57cf97cd26
-rw-r--r--libs/binder/Parcel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp
index e30e65d..3e811bc 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__)
// ---------------------------------------------------------------------------