CrashDumpOptions
Electron APIs / recorder / CrashDumpOptions
Crash dump configuration for the OBS host process.
Properties
| Property | Type | Description |
|---|---|---|
maxFiles? | number | Max crash dumps to retain in ow-obs/crashdumps; the oldest are deleted beyond this count. Positive integer, defaults to 3. |
type? | CrashDumpType | Dump detail level; defaults to mini. Set to off to disable crash dump capture entirely. See CrashDumpType. |