Add additional panic information to panic events
This commit is contained in:
parent
0bd9d5b1fa
commit
cc055901e1
2 changed files with 21 additions and 5 deletions
|
@ -6,6 +6,8 @@ use std::{env, fmt::Display};
|
|||
use sysinfo::{System, SystemExt};
|
||||
use util::channel::ReleaseChannel;
|
||||
|
||||
// TODO: Move this file out of feedback and into a more general place
|
||||
|
||||
#[derive(Clone, Debug, Serialize)]
|
||||
pub struct SystemSpecs {
|
||||
#[serde(serialize_with = "serialize_app_version")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue