sof/tools/logger
Marc Herbert 96f6a7b385 logger: add error messages when failing in the middle of fetch_entry()
Failing _in the middle of one log entry_ should really not be treated as
a normal event. The purpose of a logging tool is to find issues, not
hide them.

Don't abort on EOF because of valid use cases like device suspend but
don't do it quietly.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2021-05-12 09:22:10 +01:00
..
CMakeLists.txt logger: Parse runtime filter levels 2020-08-25 13:09:38 +01:00
convert.c logger: add error messages when failing in the middle of fetch_entry() 2021-05-12 09:22:10 +01:00
convert.h logger: new relative timestamps option, relative to first entry seen 2021-04-02 13:35:48 +01:00
filter.c Add and fix many logger and dma-related comments. No code change. 2021-04-28 15:52:44 +01:00
filter.h logger: Create global convert_config variable to avoid spaghetti code. 2020-09-01 10:11:55 +01:00
logger.c Add and fix many logger and dma-related comments. No code change. 2021-04-28 15:52:44 +01:00
misc.c Add and fix many logger and dma-related comments. No code change. 2021-04-28 15:52:44 +01:00
misc.h logger: use __attribute__((format(printf, 1, 2))) in misc.h 2020-09-14 10:43:54 +01:00