Fix OSDK lint warnings from the new tool-chain

This commit is contained in:
Zhang Junyang
2024-10-14 10:48:25 +08:00
committed by Tate, Hongliang Tian
parent 002a67451d
commit e78303b01a
3 changed files with 4 additions and 2 deletions

View File

@ -248,4 +248,6 @@ pub fn trace_panic_from_log(qemu_log: File, bin_path: PathBuf) {
}
}
}
addr2line_proc.kill().unwrap();
addr2line_proc.wait().unwrap();
}