commit | 365a0f99089dd155a0aa864590e6f9194a3cd83e | [log] [tgz] |
---|---|---|
author | Peter Kalauskas <peskal@google.com> | Wed Jun 10 11:43:01 2020 -0700 |
committer | Peter Kalauskas <peskal@google.com> | Fri Jun 19 15:52:03 2020 -0700 |
tree | 226b2a47a8e3542dd7c9c96ccd8d490a1cae763b | |
parent | 1a60691cf7fcfd9227881294e7d9c149dda0642c [diff] |
Add LOG_TAG to HidlLazyUtils Set LOG_TAG in HidlLazyUtils to make it easier to debug. Previously HidlLazyUtils inherited log tag of HAL, making it difficult to know if HAL was using HidlLazyUtils or its own onClients callback. This matches behavior of AidlLazyServiceRegistrar, which also sets LOG_TAG. Bug: 157451814 Test: atest hidl_lazy_test, logcat -s 'HidlLazyUtils:*' Change-Id: I1340fa18b5352da39e54dee786ff48a32c3c39a1