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

Commit 3d2a4bbb authored by Julia Tuttle's avatar Julia Tuttle Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17145210

Change-Id: I0c76ba2c17068228bece930113e0652b451178ca
parents ae3974aa f1b86e8c
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);
    /**