RenderProcessGoneDetails 对象
reason字符串 - 渲染进程结束的原因。可能的值clean-exit- 进程以零退出码退出abnormal-exit- 进程以非零退出码退出killed- 进程收到了 SIGTERM 信号或被外部强制终止crashed- 进程崩溃oom- 进程内存不足launch-failed- 进程从未成功启动integrity-failure- Windows 代码完整性检查失败
exitCode整数 - 进程的退出码,除非reason为launch-failed,此时exitCode将是特定于平台的启动失败错误代码。