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
This commit is contained in:
Yuri Lin
2023-05-23 21:41:18 +00:00
parent 82d5d3dee4
commit cb05d1eae9

View File

@@ -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. == ////