ElectronCrashReporter.start method
ElectronCrashReporter › start
Unofficial
Initializes the crash reporter. This method must be called before using any othercrashReporter APIs. Once initialized, the crashpad handler collects crashes from all subsequently created processes. Signature:
start(options: ElectronCrashReporterStartOptions): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| options | ElectronCrashReporterStartOptions | The crash reporter options. |
Returns: void