-
@ApiStatus.Internal() public class AnrCulpritIdentifier
-
-
Method Summary
Modifier and Type Method Description static AggregatedStackTraceidentify(@NotNull() List<AnrStackTrace> stacks)static booleanisSystemFrame(@NotNull() String clazz)-
-
Method Detail
-
identify
@Nullable() static AggregatedStackTrace identify(@NotNull() List<AnrStackTrace> stacks)
- Parameters:
stacks- a list of stack traces to analyze
-
isSystemFrame
static boolean isSystemFrame(@NotNull() String clazz)
-
-
-
-