Structs
- A builder for constructing the CrashReportHandler node.
Constants
- The maximum number of pending crash report requests. This is needed because the FIDL API to file a crash report does not return until the crash report has been fully generated, which can take upwards of 30 seconds or more. Supporting pending crash reports means the PowerManager can file a new crash report for any other reason within that window, but the CrashReportHandler will handle rate limiting to the CrashReporter service.
Functions
Type Definitions
- Node: CrashReportHandler