Add flag to gate Notification memory logging via statsd

This flag will enable/disable automated statsd snapshotting of
notification memory consumption.

Bug: 235451049
Test: n/a
Change-Id: I4db4e5828bed85ba1bb85b22f680f10975b5e9c2
This commit is contained in:
Jernej Virag
2022-12-07 11:05:37 +01:00
parent b9e3f7135a
commit cfe20e8b38

View File

@@ -71,6 +71,9 @@ object Flags {
val NOTIFICATION_MEMORY_MONITOR_ENABLED =
releasedFlag(112, "notification_memory_monitor_enabled")
val NOTIFICATION_MEMORY_LOGGING_ENABLED =
unreleasedFlag(119, "notification_memory_logging_enabled", teamfood = true)
// TODO(b/254512731): Tracking Bug
@JvmField
val NOTIFICATION_DISMISSAL_FADE =