public final class SnapshotSupport extends Object
| Modifier and Type | Method and Description |
|---|---|
static Frame[] |
takeSnapshot() |
static Frame[] |
takeSnapshot(int startDepth,
int maxFrameCount) |
static Frame[] |
takeSnapshotWithMaxFrameCount(int maxFrameCount) |
static Frame[] |
takeSnapshotWithStartDepth(int startDepth) |
public static Frame[] takeSnapshot()
public static Frame[] takeSnapshot(int startDepth, int maxFrameCount)
public static Frame[] takeSnapshotWithStartDepth(int startDepth)
public static Frame[] takeSnapshotWithMaxFrameCount(int maxFrameCount)
Copyright © 2022. All rights reserved.