This commit is contained in:
rustdesk 2024-03-13 09:41:17 +08:00
parent 3c1492e9bc
commit 482bb5f64f

View File

@ -64,7 +64,7 @@ fn initialize(app_dir: &str) {
#[cfg(target_os = "ios")] #[cfg(target_os = "ios")]
{ {
use hbb_common::env_logger::*; use hbb_common::env_logger::*;
init_fro_env(Env::default().filter_or(DEFAULT_FILTER_ENV, "debug")); init_from_env(Env::default().filter_or(DEFAULT_FILTER_ENV, "debug"));
} }
#[cfg(not(any(target_os = "android", target_os = "ios")))] #[cfg(not(any(target_os = "android", target_os = "ios")))]
{ {