Skip to main content

dlog_write

Function dlog_write 

Source
pub fn dlog_write(severity: u32, flags: u32, bytes: &[u8]) -> Result<(), Status>
Expand description

Writes bytes to debuglog.

Returns Status::BAD_STATE if the dlog has already started shutting down.