pub fn dlog_write(severity: u32, flags: u32, bytes: &[u8]) -> Result<(), Status>
Writes bytes to debuglog.
bytes
Returns Status::BAD_STATE if the dlog has already started shutting down.
Status::BAD_STATE