struct LogMessages

Defined at line 69 of file ../../src/lib/diagnostics/log/message/rust/cpp-log-decoder/log_decoder.h

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.

Public Members

CPPArray messages
ManagedState * state
char * error_str