public final class ExceptionSnapshotSupport extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addAppPackage(String appPackage) |
static void |
addIgnoredExceptionType(Class<? extends Throwable> exceptionType) |
static void |
onError(Throwable error,
Frame[] frames) |
static void |
setErrorListener(ErrorListener errorListener) |
static boolean |
shouldTakeSnapshot(Throwable error,
int numFrames) |
public static boolean shouldTakeSnapshot(Throwable error, int numFrames)
public static void addAppPackage(String appPackage)
public static void addIgnoredExceptionType(Class<? extends Throwable> exceptionType)
public static void setErrorListener(ErrorListener errorListener)
Copyright © 2022. All rights reserved.