mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-30 10:18:41 -04:00
net fix
This commit is contained in:
parent
be48b13cf5
commit
b0a65fc848
8 changed files with 77 additions and 66 deletions
|
@ -125,9 +125,13 @@ pub extern "C" fn initialize_veilid_flutter(dart_post_c_object_ptr: ffi::DartPos
|
|||
} else {
|
||||
error!("no panic payload");
|
||||
}
|
||||
error!(" Complete stack trace:\n{:?}", backtrace::Backtrace::new());
|
||||
error!(
|
||||
" Complete stack trace:\n{:?}\n",
|
||||
backtrace::Backtrace::new()
|
||||
);
|
||||
|
||||
// And stop the process, no recovery is going to be possible here
|
||||
error!("aborting!");
|
||||
std::process::abort();
|
||||
}));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue