struct recovered_ram_crashlog_t

Defined at line 102 of file ../../zircon/system/ulib/ram-crashlog/include/ram-crashlog/ram-crashlog.h

A structure used to provide details about a recovered crashlog. When a

crashlog is recovered successfully, this structure will convey:

1) The crash reason.

2) The uptime estimate.

3) The runtime estimate.

4) An indication of the payload's integrity.

5) A length of the memory mapped payload.

Public Members

zx_instant_boot_t uptime
zx_instant_mono_t runtime
ZirconCrashReason reason
bool payload_valid
const void * payload
uint32_t payload_len