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

Commit 1f22de8f authored by Ivo Kay's avatar Ivo Kay
Browse files

Declare flag accumulate_network_stats_since_boot

Bug: 352537247
Test: m
Flag: com.android.server.stats.accumulate_network_stats_since_boot
Change-Id: I81cc2cfca8d438ca485b290ebb7cd90c45a9c749
parent e41386fa
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -30,3 +30,11 @@ flag {
    bug: "352495181"
    is_fixed_read_only: true
}

flag {
    name: "accumulate_network_stats_since_boot"
    namespace: "statsd"
    description: "Accumulate results of NetworkStats queries to avoid hitting NetworkStats persistence limit"
    bug: "352537247"
    is_fixed_read_only: true
}