Added minindump writer for investigation of #50

This commit is contained in:
2022-10-19 19:53:19 +02:00
parent 41194cbf04
commit a542a8777e
2 changed files with 4 additions and 0 deletions

View File

@@ -178,6 +178,9 @@ fn main() {
println!("Loading config...");
let _ = config::CONFIG;
println!("Installing breakpad handler...");
breakpad_handler::BreakpadHandler::attach("./crash", breakpad_handler::InstallOptions::BothHandlers, Box::new(|| {})).expect("Failed to install breakpad handler");
let db_pool: db::DBPool = db::build_pool();
println!("Running migrations...");