Crate fidl_fuchsia_validate_logs_common

Source

Macros§

ValueUnknown
Pattern that matches an unknown Value member.

Structs§

Argument
A named key-value pair in the diagnostic record.
EncodingPuppetEncodeRequest
LogSinkPuppetEmitLogRequest
LogSinkPuppetGetInfoResponse
PuppetInfo
Record
A record in the diagnostic stream.
RecordSpec
TestFailure
TestSuccess

Enums§

PuppetError
ValidateResult
Value
An argument value which can be one of several types.

Constants§

MAX_ARGS
Maximum number of arguments that can be encoded per record, as specified by the tracing format:
MAX_ARG_NAME_LENGTH
A small(ish) limit on the length of argument names is used because argument names are expected to be used repeatedly, many times.
MAX_TEXT_ARG_LENGTH
The maximum string length which we can encode into the tracing format.