pub fn convert_debuglog_to_log_message(
    record: &zx_log_record_t
) -> Option<LogsData>
Expand description

Parses a raw debug log read from the kernel. Returns the parsed message and its size in memory on success, and None if parsing fails.