public class StacktraceDataProvider extends Object
| Constructor and Description |
|---|
StacktraceDataProvider() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getRelevantTraceHtmlList(StacktraceModel.Branch branch,
int rootItems)
Generates an HTML representation of a given stack trace branch as an unordered list.
|
public static String getRelevantTraceHtmlList(StacktraceModel.Branch branch, int rootItems)
branch - the branch to represent as HTMLrootItems - the total amount of frames in the root branchCopyright © 2020. All rights reserved.