zephyr/subsys/logging
Krzysztof Chruscinski f81346cbd9 logging: Set panic_mode flag after flushing in log_panic
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>
2019-02-11 11:40:13 -06:00
..
CMakeLists.txt logger: add a SWO backend 2019-01-09 15:30:59 +01:00
Kconfig logger: xtensa: increase logger stack 2019-02-11 08:48:58 -05:00
Kconfig.template.log_config logging: make LOG_LEVEL depend on LOG 2018-11-02 15:31:44 -05:00
log_backend_native_posix.c logging: Add support for new 'in place' mode to native posix backend 2019-01-29 17:24:37 +01:00
log_backend_net.c log: Make statements evaluate boolean expressions 2019-01-07 08:52:07 -05:00
log_backend_rtt.c logging: log_backend_rtt: Fix panic behavior when no host 2019-01-30 08:21:04 -05:00
log_backend_swo.c logger: add a SWO backend 2019-01-09 15:30:59 +01:00
log_backend_uart.c logging: Add support for new 'in place' mode to UART backend 2019-01-29 17:24:37 +01:00
log_cmds.c log: Make statements evaluate boolean expressions 2019-01-07 08:52:07 -05:00
log_core.c logging: Set panic_mode flag after flushing in log_panic 2019-02-11 11:40:13 -06:00
log_list.c
log_list.h
log_msg.c logging: Refactoring 'in place' mode to reduce memory footprint 2019-01-29 17:24:37 +01:00
log_output.c logging: introduce LOG_DISABLE_FANCY_OUTPUT_FORMATTING to save flash 2019-02-04 08:04:38 -05:00
sys_log.c
sys_log_net.c log: Make statements evaluate boolean expressions 2019-01-07 08:52:07 -05:00