Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1b86e8c authored by Julia Tuttle's avatar Julia Tuttle Committed by Android (Google) Code Review
Browse files

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

parents 2b8570b9 19dd8fa4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    /**