commit | cb05d1eae90daed5f0f37d61396e0d0a82496fd8 | [log] [tgz] |
---|---|---|
author | Yuri Lin <yurilin@google.com> | Tue May 23 21:41:18 2023 +0000 |
committer | Yuri Lin <yurilin@google.com> | Tue May 23 21:42:45 2023 +0000 |
tree | dc1cd2d6ab759e3df0fee80d5545d8c75b676833 | |
parent | 82d5d3dee4a3831b6b7cd5c72de44202bacdbb32 [diff] |
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
diff --git a/core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java b/core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java index 86c2893..3d95dd3 100644 --- a/core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java +++ b/core/java/com/android/internal/config/sysui/SystemUiSystemPropertiesFlags.java
@@ -80,7 +80,7 @@ /** 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. == ////