Skip to main content

encode

Function encode 

Source
pub fn encode(report: &RawCrashReport) -> [u8; 16384]
Expand description

Encode a report outside a compromised context.

The native callback uses the lower-level preallocated writer; this helper exists for daemon compatibility tests and future spool migrations.