Tutorial: System.getCrashReporterState

System.getCrashReporterState

Get the current state of the crash reporter

Example

fin.System.getCrashReporterState().then(state => console.log(state)).catch(err => console.log(err));