pub fn drain_network_logs()Expand description
Drain entries from the network crate’s debug ring buffer and forward them to our error ring buffer.
Call this periodically during init or after errors to capture network stack debug output.
NOTE: This is currently a stub. The network crate dependency was removed to break a cyclic dependency. Network logging should be handled directly in the network crate or via a shared types crate in the future.