mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-03 21:41:29 +03:00
refact: rust backtrace logs (#13467)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user