pub fn parse_yocto_error(log: &str) -> Result<YoctoError>Expand description
Parse a log from a Yocto build and return a YoctoError containing error summary, error kind, and logfile contents if it exists and is not too large.
pub fn parse_yocto_error(log: &str) -> Result<YoctoError>Parse a log from a Yocto build and return a YoctoError containing error summary, error kind, and logfile contents if it exists and is not too large.