third_party.pigweed.src/pw_assert_log
Wyatt Hepler ebbce4c898 pw_log_tokenized: Log metadata updates
- Add an optional line number to the 32-bit log tokenized payload.
- Update default payload field widths.
       Log level:  3 bits
     Line number: 11 bits (up to 2047, 0 if larger)
           Flags:  2 bits (implementation defined)
    Module token: 16 bits
- Use the maximum log level to indicate that a log is an assert. This
  preserves an additional bit which can be used for the flags or line
  number.
- Store data as key-value pairs in the format string.
- Reorganize pw_log_tokenized tests and add C tests.

Change-Id: I1daa2e6ce40038f96857caeb38976cf48f620dc3
Requires: pigweed-internal:12920
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/47861
Reviewed-by: Keir Mierle <keir@google.com>
Commit-Queue: Wyatt Hepler <hepler@google.com>
2021-06-08 02:43:41 +00:00
..
public/pw_assert_log pw_log_tokenized: Log metadata updates 2021-06-08 02:43:41 +00:00
public_overrides/pw_assert_backend pw_assert: Switch to the new header names 2021-04-30 00:33:37 +00:00
assert_log.cc pw_log_tokenized: Log metadata updates 2021-06-08 02:43:41 +00:00
BUILD
BUILD.gn pw_assert_log: Make assert_log.h accessible 2021-05-27 16:13:14 +00:00
CMakeLists.txt
docs.rst