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

Commit 346cd1f2 authored by Yuri Lin's avatar Yuri Lin Committed by Automerger Merge Worker
Browse files

Merge "Add flag LOG_DND_STATE_EVENTS to gate DND event logging" into udc-dev...

Merge "Add flag LOG_DND_STATE_EVENTS to gate DND event logging" into udc-dev am: 0ecccdd1 am: cc21a474

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



Change-Id: I90549da96265c373808d6f8063226d14207f98b5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 256ed0b3 cc21a474
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -77,6 +77,10 @@ public class SystemUiSystemPropertiesFlags {
        /** Gating the removal of sorting-notifications-by-interruptiveness. */
        public static final Flag NO_SORT_BY_INTERRUPTIVENESS =
                devFlag("persist.sysui.notification.no_sort_by_interruptiveness");

        /** Gating the logging of DND state change events. */
        public static final Flag LOG_DND_STATE_EVENTS =
                devFlag("persist.sysui.notification.log_dnd_state_events");
    }

    //// == End of flags.  Everything below this line is the implementation. == ////