forked from nonsensical-dev/zenyx-engine
update panic handler with system information
This commit is contained in:
parent
9088d0aa49
commit
4a46c0e438
4 changed files with 47 additions and 78 deletions
|
@ -556,7 +556,7 @@ impl SystemMetadata {
|
|||
};
|
||||
|
||||
format!(
|
||||
"System Metadata:\n\n{}\n\n{}\n\n{}\n\n{}\n\n{}",
|
||||
"System Information:\n\n{}\n\n{}\n\n{}\n\n{}\n\n{}",
|
||||
self.cpu.verbose_info(),
|
||||
main_gpu_info,
|
||||
other_gpu_list,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue