Add LOG_TAG to HidlLazyUtils am: 365a0f9908

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

Change-Id: I3f35343661f3bfde227a99c2e838aee744449b3a
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>