Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cfe20e8b authored by Jernej Virag's avatar Jernej Virag
Browse files

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
parent b9e3f713
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 =