Package backtraceio.library.models
Class BacktraceAttributeConsts
- java.lang.Object
-
- backtraceio.library.models.BacktraceAttributeConsts
-
public class BacktraceAttributeConsts extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AnrAttributeType
static java.lang.String
CrashAttributeType
static java.lang.String
ErrorType
static java.lang.String
HandledExceptionAttributeType
static java.lang.String
MessageAttributeType
static java.lang.String
UnhandledExceptionAttributeType
-
Constructor Summary
Constructors Constructor Description BacktraceAttributeConsts()
-
-
-
Field Detail
-
ErrorType
public static final java.lang.String ErrorType
- See Also:
- Constant Field Values
-
CrashAttributeType
public static final java.lang.String CrashAttributeType
- See Also:
- Constant Field Values
-
UnhandledExceptionAttributeType
public static final java.lang.String UnhandledExceptionAttributeType
- See Also:
- Constant Field Values
-
HandledExceptionAttributeType
public static final java.lang.String HandledExceptionAttributeType
- See Also:
- Constant Field Values
-
MessageAttributeType
public static final java.lang.String MessageAttributeType
- See Also:
- Constant Field Values
-
AnrAttributeType
public static final java.lang.String AnrAttributeType
- See Also:
- Constant Field Values
-
-