-
public final class ErrorEvent.ThreadDescription of the thread in the process when error happened.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.Thread.Companion
-
Constructor Summary
Constructors Constructor Description ErrorEvent.Thread(String name, Boolean crashed, String stack, String state)
-
Method Summary
-
-
Constructor Detail
-
ErrorEvent.Thread
ErrorEvent.Thread(String name, Boolean crashed, String stack, String state)
- Parameters:
name- Name of the thread (e.g.crashed- Tells if the thread crashed.stack- Unsymbolicated stack trace of the given thread.state- Platform-specific state of the thread when its state was captured (CPU registers dump for iOS, thread state enum for Android, etc.).
-
-
-
-