Java.Lang.Thread.AllStackTraces Property
Returns a map of all the currently live threads to their stack traces.

Syntax

[get: Android.Runtime.Register("getAllStackTraces", "()Ljava/util/Map;", "GetGetAllStackTracesHandler")]
public static IDictionary<Thread, StackTraceElement[]> AllStackTraces { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a map of all the currently live threads to their stack traces.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1