fix ios subsystem

This commit is contained in:
Lucas Nogueira
2023-01-17 12:44:53 -03:00
parent 13fcc06087
commit ff2ce60a9c
-1
View File
@@ -292,7 +292,6 @@ impl Builder {
subsystem.push('.');
}
}
subsystem.pop();
subsystem.push_str(&app_handle.package_info().crate_name);
let mut logger = oslog::OsLogger::new(&subsystem);
if let Some(level_filter) = self.level_filter {