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/IInterface.cpp b/IInterface.cpp
index b22879d..01866e6 100644
--- a/IInterface.cpp
+++ b/IInterface.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#define LOG_TAG "IInterface"
+#define LOG_TAG "hw-IInterface"
#include <utils/Log.h>
#include <hwbinder/IInterface.h>