Add flag LOG_DND_STATE_EVENTS to gate DND event logging

Doesn't do anything yet (flag isn't used anywhere).

Bug: 259261349
Test: n/a, just adding a not-yet-used flag
Change-Id: If989859dcc7c5e358cc6591404dd1984aecc0d38
This commit is contained in:
Yuri Lin
2023-04-17 15:59:19 -04:00
parent 4e942f0802
commit f5d1cc411d

View File

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