Crate _log_decoder_c_bindings_rustc_static

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.
ManagedState
Memory-managed state to be free’d on the Rust side when the log messages are destroyed.

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