Skip to main content

dump_fxt_logs_from_socket

Function dump_fxt_logs_from_socket 

Source
pub async fn dump_fxt_logs_from_socket<F, S>(
    socket: AsyncSocket,
    formatter: &mut F,
    symbolizer: &S,
    include_timestamp: bool,
) -> Result<LogProcessingResult, LogError>
where F: LogFormatter + BootTimeAccessor, S: Symbolize + ?Sized,
Expand description

Reads FXT logs from a socket and formats them using the given formatter and symbolizer.