You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the latter is critical, I think. The first one already does .filter_map(Result::ok), i.e., ignores errors silently.
The second one did .map(Result::unwrap), and now also does .filter_map(Result::ok).
rustdesk/rustdesk#3556 (comment)
Abort message: 'called Result::unwrap() on an Err value: GlobError { path: "/storage/emulated/0/RustDesk/Logs", error: Os { code: 13, kind: PermissionDenied, message: "Permission denied" } }'
version: 0.25.6, maybe related to
flexi_logger/src/writers/file_log_writer/state.rs
Line 556 in 721f8e2
flexi_logger/src/writers/file_log_writer/state.rs
Line 682 in 721f8e2
The text was updated successfully, but these errors were encountered: