RenderProcessGoneDetails 对象
reason
string - 渲染进程终止的原因。可能的值clean-exit
- 进程以退出码 0 正常退出abnormal-exit
- 进程以非零退出码异常退出killed
- 进程收到 SIGTERM 信号或被外部杀死crashed
- 进程崩溃oom
- 进程内存溢出launch-failed
- 进程未能成功启动integrity-failure
- Windows 代码完整性检查失败
exitCode
Integer - 进程的退出码,除非reason
是launch-failed
,此时exitCode
将是平台特定的启动失败错误码。