Indicate a faulty frame is skipped #609
Labels
difficulty: easy
Pretty easy to solve
good first issue
Good for newcomers
priority: medium
Medium priority for the Knurling team
Since PR #598 the
defmt-decoder
has support to skip encoding errors in a frame and continues to display encodable frame. When printing the output of a program with a faulty frame there is currently no indication that this frame is skipped only the timestamp increases by more than1
which may be difficult to realize.Therefore the output of
defmt-print
(check this part in main.rs) should contain a line displaying a frame / line is skipped and in case file, line and mod path of the source are available output this information. This allows the user to see which of thedefmt::*
calls in the source caused the skipped frame.The text was updated successfully, but these errors were encountered: