Thread.AllStackTraces Property

Definition

Returns a map of stack traces for all live threads.

public static System.Collections.Generic.IDictionary<Java.Lang.Thread,Java.Lang.StackTraceElement[]> AllStackTraces { [Android.Runtime.Register("getAllStackTraces", "()Ljava/util/Map;", "")] get; }
[<get: Android.Runtime.Register("getAllStackTraces", "()Ljava/util/Map;", "")>]
member this.AllStackTraces : System.Collections.Generic.IDictionary<Java.Lang.Thread, Java.Lang.StackTraceElement[]>

Property Value

IDictionary<Thread,StackTraceElement[]>

a Map from Thread to an array of StackTraceElement that represents the stack trace of the corresponding thread.

Attributes

Remarks

Java documentation for java.lang.Thread.getAllStackTraces().

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