Added minindump writer for investigation of #50
This commit is contained in:
@@ -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...");
|
||||
|
||||
Reference in New Issue
Block a user