protected abstract static class TrackerClass.HistoryRecord extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
threadName |
protected long |
timestamp |
protected Exception |
trace |
Constructor and Description |
---|
TrackerClass.HistoryRecord(Exception trace,
long timestamp,
String threadName) |