From 19dd8fa4295a4044e4e6671433bf254f356c9256 Mon Sep 17 00:00:00 2001 From: Julia Tuttle Date: Wed, 9 Mar 2022 18:34:46 -0500 Subject: [PATCH] NotifGroupManager: Add 'Legacy' to log tag Bug: 199910074 Test: unneeded Change-Id: If355d9e6273dd14fb8b7c37c28fb522d77d5a6d4 --- .../collection/legacy/NotificationGroupManagerLegacy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/NotificationGroupManagerLegacy.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/NotificationGroupManagerLegacy.java index cd2affead92a9..7c4e4499dca66 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/NotificationGroupManagerLegacy.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/NotificationGroupManagerLegacy.java @@ -73,7 +73,7 @@ public class NotificationGroupManagerLegacy implements GroupExpansionManager, Dumpable { - private static final String TAG = "NotifGroupManager"; + private static final String TAG = "LegacyNotifGroupManager"; private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG); private static final boolean SPEW = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE); /**