f81346cbd9
In case log_panic is called from context which can be interrupted, it is safer to set panic_mode flag after logs are flushed. If flag was set before flushing and log_panic was interrupted then another context was attempting to process log message directly, competing for log backends. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.template.log_config | ||
log_backend_native_posix.c | ||
log_backend_net.c | ||
log_backend_rtt.c | ||
log_backend_swo.c | ||
log_backend_uart.c | ||
log_cmds.c | ||
log_core.c | ||
log_list.c | ||
log_list.h | ||
log_msg.c | ||
log_output.c | ||
sys_log.c | ||
sys_log_net.c |