CrashDumpType
Electron APIs / recorder / CrashDumpType
type CrashDumpType = "off" | "mini" | "full";
Crash dump detail level for the OBS host process.
off: no crash dumps are captured. The OBS text crash report is still written, and dump files already on disk are left untouched.mini: small dump (thread stacks + module list); the default.full: complete-memory dump; large — opt-in for debugging only.