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

Commit dc3391f6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[SfStats] Add event connection count to atom proto."

parents e8d7ecdb a262245a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7933,6 +7933,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;
}

/**