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

Commit cb05d1ea authored by Yuri Lin's avatar Yuri Lin
Browse files

Enabled flag for LOG_DND_STATE_EVENTS.

The functionality has been available for teamfooders since 20230518 droidfood daily.

Bug: 259261349
Test: none, just changes flag
Change-Id: Ib1c37f44488872f81e678aa6569f6e31e5ad47d3
parent 82d5d3de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ public class SystemUiSystemPropertiesFlags {

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

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