refact: rust backtrace logs (#13467)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2025-11-10 15:43:46 +08:00
committed by GitHub
parent 2d7c6ef21f
commit 934d6c3987
4 changed files with 7 additions and 47 deletions

View File

@@ -29,6 +29,9 @@ macro_rules! my_println{
/// If it returns [`Some`], then the process will continue, and flutter gui will be started.
#[cfg(not(any(target_os = "android", target_os = "ios")))]
pub fn core_main() -> Option<Vec<String>> {
if !crate::common::global_init() {
return None;
}
crate::load_custom_client();
#[cfg(windows)]
if !crate::platform::windows::bootstrap() {