public class StackWriterServiceImpl extends Object implements StackWriterService
| Constructor and Description |
|---|
StackWriterServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAppPackage(String appPackage) |
void |
addIgnoredExceptionType(Class<? extends Throwable> exceptionType) |
Frame[] |
takeSnapshot() |
Frame[] |
takeSnapshot(int startDepth,
int maxFrameCount) |
Frame[] |
takeSnapshotWithMaxFrameCount(int maxFrameCount) |
Frame[] |
takeSnapshotWithStartDepth(int startDepth) |
void |
useErrorListener(ErrorListener errorChecker) |
public Frame[] takeSnapshot()
takeSnapshot in interface StackWriterServicepublic Frame[] takeSnapshot(int startDepth, int maxFrameCount)
takeSnapshot in interface StackWriterServicepublic Frame[] takeSnapshotWithStartDepth(int startDepth)
takeSnapshotWithStartDepth in interface StackWriterServicepublic Frame[] takeSnapshotWithMaxFrameCount(int maxFrameCount)
takeSnapshotWithMaxFrameCount in interface StackWriterServicepublic void addAppPackage(String appPackage)
addAppPackage in interface StackWriterServicepublic void addIgnoredExceptionType(Class<? extends Throwable> exceptionType)
addIgnoredExceptionType in interface StackWriterServicepublic void useErrorListener(ErrorListener errorChecker)
useErrorListener in interface StackWriterServiceCopyright © 2022. All rights reserved.