Skip to main content

Crate log_decoder_c_bindings

Crate log_decoder_c_bindings 

Source

Structs§

LogMessages
LogMessages struct containing log messages It is created by calling fuchsia_decode_log_messages_to_struct, and freed by calling fuchsia_free_log_messages. Log messages contain embedded pointers to the bytes from which they were created, so the memory referred to by the LogMessages must not be modified or free’d until the LogMessages are free’d.

Enums§

DecodeError

Functions§

fuchsia_decode_log_message_to_json
Safety
fuchsia_decode_log_messages_to_struct
Safety
fuchsia_free_decoded_log_message
Safety
fuchsia_free_log_messages
Safety
fuchsia_free_message_parser
Safety
fuchsia_new_message_parser

Type Aliases§

MessageParser