macro_rules! log_net_fail {
($($arg:tt)*) => { ... };
}Expand description
Network-failure log: a WARN that ALSO lands in the app’s persistent log (Settings > Copy Logs) via the registered sink — for upload/download/ mirror failures the user may need to report long after the console scrolled away. No toast: fallbacks often succeed right after.