ProcessReport
Properties
Link copied to clipboard
If true, a diagnostic report is generated on fatal errors, such as out of memory errors or failed C++ assertions.
Link copied to clipboard
If true, a diagnostic report is generated when the process receives the signal specified by process.report.signal.
Link copied to clipboard
If true, a diagnostic report is generated on uncaught exception.
Functions
Link copied to clipboard
abstract fun writeReport(fileName: String = definedExternally, err: JsError = definedExternally): String
Writes a diagnostic report to a file. If filename is not provided, the default filename includes the date, time, PID, and a sequence number. The report's JavaScript stack trace is taken from err
, if present.