Merge "Enabled flag for LOG_DND_STATE_EVENTS." into udc-dev

This commit is contained in:
Matías Hernández
2023-05-29 15:48:55 +00:00
committed by Android (Google) Code Review

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