Skip to content

ElectronCrashReporter.getLastCrashReport method

ElectronCrashReporter › getLastCrashReport

Unofficial

Returns the date and ID of the last crash report. Only crash reports that have been uploaded will be returned; even if a crash report is present on disk it will not be returned until it is uploaded.

Signature:

getLastCrashReport(): ElectronCrashReport

Returns: ElectronCrashReportThe last uploaded crash report, or null if there are no uploaded reports.