AppJankStats.JankyFrameCount Property

Definition

Returns the number of frames that were determined to be janky for this stat.

public long JankyFrameCount { [Android.Runtime.Register("getJankyFrameCount", "()J", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getJankyFrameCount", "()J", "", ApiSince=36)>]
member this.JankyFrameCount : int64

Property Value

the number of frames that were determined to be janky for this stat.

Attributes

Remarks

Returns the number of frames that were determined to be janky for this stat.

Java documentation for android.app.jank.AppJankStats.getJankyFrameCount().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to