Merge "NotifGroupManager: Add 'Legacy' to log tag" into tm-dev

This commit is contained in:
Julia Tuttle
2022-03-10 19:37:13 +00:00
committed by Android (Google) Code Review

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