Get the current state of the crash reporter.
Example
fin.desktop.System.getCrashReporterState(function (state) {
console.log(state);
}, function (error) {
console.log('There was an error:', error);
});
Get the current state of the crash reporter.
fin.desktop.System.getCrashReporterState(function (state) {
console.log(state);
}, function (error) {
console.log('There was an error:', error);
});