NotifGroupManager: Add 'Legacy' to log tag

Bug: 199910074
Test: unneeded
Change-Id: If355d9e6273dd14fb8b7c37c28fb522d77d5a6d4
This commit is contained in:
Julia Tuttle
2022-03-09 18:34:46 -05:00
parent 691426b8c3
commit 19dd8fa429

View File

@@ -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);
/**