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

Commit a262245a authored by Alec Mouri's avatar Alec Mouri
Browse files

[SfStats] Add event connection count to atom proto.

Bug: 135480141
Test: builds
Change-Id: I5eeafd7f2631b0d2e72777ee802df378266cffda
parent 1df0e222
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7911,6 +7911,10 @@ message SurfaceflingerStatsGlobalInfo {
    // Total time that was spent performing animations.
    // This is derived from the present-to-present layer histogram
    optional int64 animation_millis = 5;
    // Total number of event connections tracked by SurfaceFlinger at the time
    // of this pull. If this number grows prohibitively large, then this can
    // cause jank due to resource contention.
    optional int32 event_connection_count = 6;
}

/**