diff options
author | Petri Gynther <pgynther@google.com> | 2023-01-25 18:22:25 -0800 |
---|---|---|
committer | Petri Gynther <pgynther@google.com> | 2023-01-26 20:15:06 +0000 |
commit | 1ac37cef27a09e094ae8b19459f13864a32b7e1d (patch) | |
tree | 6d02bb1d2dfda254f4025efa06d12f255daa338d /hwc3 | |
parent | bb8081042d1af7daa8959fad350cc9cf159199fe (diff) |
HWC: unify Android log tags
Use "hwc-" log tag prefix for all HWC subcomponents.
Bug: 266842425
Test: boot to home, check logcat logs
Change-Id: I25efdf56da4c9de6ccbced641c952b1c550bdd50
Diffstat (limited to 'hwc3')
-rw-r--r-- | hwc3/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwc3/Android.mk b/hwc3/Android.mk index 98f090b..28ed88d 100644 --- a/hwc3/Android.mk +++ b/hwc3/Android.mk @@ -28,7 +28,7 @@ LOCAL_PROPRIETARY_MODULE := true LOCAL_CFLAGS += \ -DSOC_VERSION=$(soc_ver) \ - -DLOG_TAG=\"hwc3\" + -DLOG_TAG=\"hwc-3\" # hwc3 re-uses hwc2.2 ComposerResource and libexynosdisplay LOCAL_SHARED_LIBRARIES := android.hardware.graphics.composer3-V2-ndk \ |