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

Commit 99da7e65 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: I6c339388e9a0433a1068eacaccad35ae299384ab
parents 2b7216e3 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);
    /**