Instrumentation.BinderCounts Property

Definition

Returns a bundle with the counts for various binder counts for this process.

public virtual Android.OS.Bundle? BinderCounts { [Android.Runtime.Register("getBinderCounts", "()Landroid/os/Bundle;", "GetGetBinderCountsHandler")] get; }
[<get: Android.Runtime.Register("getBinderCounts", "()Landroid/os/Bundle;", "GetGetBinderCountsHandler")>]
member this.BinderCounts : Android.OS.Bundle

Property Value

Attributes

Remarks

Returns a bundle with the counts for various binder counts for this process. Currently the only two that are reported are the number of send and the number of received transactions.

Java documentation for android.app.Instrumentation.getBinderCounts().

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