Crate defmt_decoder[][src]

This is supported on unstable only.
Expand description

Decodes defmt log frames

NOTE: The decoder always runs on the host!

This is an implementation detail of probe-run and not meant to be consumed by other tools at the moment so all the API is unstable.

Modules

This module provides interoperability utilities between defmt and the log crate.

Structs

A log frame

Location of a defmt log statement in the elf-file

A format string and it’s Tag

Internal table that holds log levels and maps format strings to indices

Entry in Table combining a format string with its raw symbol

Enums

Specifies the origin of a format string

Constants

Traits

Type Definitions

Mapping of memory address to Location