Add LOG_TAG to HidlLazyUtils am: 365a0f9908 am: d55e495ea6

Original change: https://android-review.googlesource.com/c/platform/system/libhidl/+/1344887

Change-Id: Id9c40ba39075de2da6769e76d197a10095e52c7e
diff --git a/transport/HidlLazyUtils.cpp b/transport/HidlLazyUtils.cpp
index b943c99..d00b461 100644
--- a/transport/HidlLazyUtils.cpp
+++ b/transport/HidlLazyUtils.cpp
@@ -14,6 +14,8 @@
  * limitations under the License.
  */
 
+#define LOG_TAG "HidlLazyUtils"
+
 #include <hidl/HidlLazyUtils.h>
 #include <hidl/HidlTransportSupport.h>