| Package | Description |
|---|---|
| net.sozal.stackwriter.api | |
| net.sozal.stackwriter.api.internal |
| Modifier and Type | Method and Description |
|---|---|
static Frame[] |
StackWriter.takeSnapshot()
Takes snapshot of the current callstack with the active
frames. |
static Frame[] |
StackWriter.takeSnapshot(int startDepth,
int maxFrameCount)
Takes snapshot of the current callstack from the given start depth
with the active
frames at most as given max frame count. |
static Frame[] |
StackWriter.takeSnapshotWithMaxFrameCount(int maxFrameCount)
Takes snapshot of the current callstack
with the active
frames at most as given max frame count. |
static Frame[] |
StackWriter.takeSnapshotWithStartDepth(int startDepth)
Takes snapshot of the current callstack from the given start depth
with the active
frames. |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorListener.onError(Throwable error,
Frame[] frames)
Invoked when there is an error of interest.
|
| Modifier and Type | Method and Description |
|---|---|
Frame[] |
StackWriterService.takeSnapshot() |
Frame[] |
StackWriterService.takeSnapshot(int startDepth,
int maxFrameCount) |
Frame[] |
StackWriterService.takeSnapshotWithMaxFrameCount(int maxFrameCount) |
Frame[] |
StackWriterService.takeSnapshotWithStartDepth(int startDepth) |
Copyright © 2022. All rights reserved.