public final class StackWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addAppPackage(String newAppPackage) |
static void |
addIgnoredExceptionType(Class<? extends Throwable> exceptionType) |
static StackWriterService |
getStackWriterService() |
static void |
setStackWriterService(StackWriterService stackWriterService) |
static Frame[] |
takeSnapshot() |
static Frame[] |
takeSnapshot(int startDepth,
int maxFrameCount) |
static Frame[] |
takeSnapshotWithMaxFrameCount(int maxFrameCount) |
static Frame[] |
takeSnapshotWithStartDepth(int startDepth) |
static void |
useErrorListener(ErrorListener errorListener) |
public static StackWriterService getStackWriterService()
public static void setStackWriterService(StackWriterService stackWriterService)
public static Frame[] takeSnapshot()
public static Frame[] takeSnapshot(int startDepth, int maxFrameCount)
public static Frame[] takeSnapshotWithStartDepth(int startDepth)
public static Frame[] takeSnapshotWithMaxFrameCount(int maxFrameCount)
public static void addAppPackage(String newAppPackage)
public static void addIgnoredExceptionType(Class<? extends Throwable> exceptionType)
public static void useErrorListener(ErrorListener errorListener)
Copyright © 2022. All rights reserved.