public static class SubstrateDiagnostics.DiagnosticThunkRegistry extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
register(SubstrateDiagnostics.DiagnosticThunk diagnosticThunk)
Register a diagnostic thunk to be called after a segfault.
|
static SubstrateDiagnostics.DiagnosticThunkRegistry |
singleton() |
public static SubstrateDiagnostics.DiagnosticThunkRegistry singleton()
public void register(SubstrateDiagnostics.DiagnosticThunk diagnosticThunk)