diagnostics_log_encoding/
constants.rs1pub(crate) const PID: &str = "pid";
6pub(crate) const TID: &str = "tid";
7pub(crate) const TAG: &str = "tag";
8pub(crate) const NUM_DROPPED: &str = "num_dropped";
9pub(crate) const MESSAGE: &str = "message";
10pub(crate) const FILE: &str = "file";
11pub(crate) const LINE: &str = "line";
12
13pub const MONIKER: &str = "moniker";
15pub const URL: &str = "url";
17pub const ROLLED_OUT: &str = "rolled_out";
19
20pub const FXT_HEADER_SIZE: usize = 8;
22
23pub const ARCHIVIST_URL: &str = "fuchsia-boot:///archivist#meta/archivist.cm";
25
26pub const TRACING_FORMAT_LOG_RECORD_TYPE: u8 = 9;