Distinguish libhwbinder log tags.
find ./*.cpp -type f -exec sed -i -e 's/LOG_TAG "/LOG_TAG "hw-/g' {} \;
Also added logtag for BufferedTextOutput.
Fixes: 35713802
Test: hidl_test (for sanity)
Change-Id: I7159dca318c1014a61046d247ef31d67c3ac2b55
diff --git a/IPCThreadState.cpp b/IPCThreadState.cpp
index 74ff59e..83e2dd8 100644
--- a/IPCThreadState.cpp
+++ b/IPCThreadState.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#define LOG_TAG "IPCThreadState"
+#define LOG_TAG "hw-IPCThreadState"
#include <hwbinder/IPCThreadState.h>