zephyr/subsys/logging
Krzysztof Chruscinski aabe964b98 logging: Fix log_strdup detection on non-standard messages
Detection of missing log_strdup call was applied to every message
while it applies only to standard messages (string + arguments).
Appling it to hexdump messages could lead to fault as seen on
nrf9160_pca10090ns board.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-06-14 05:43:46 -04:00
..
CMakeLists.txt
Kconfig logging: Add option to detect missed transient string duplication 2019-05-29 13:52:31 +02:00
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_backend_xtensa_sim.c
log_cmds.c logging: Add string duplicates pool profiling 2019-05-27 10:18:10 +02:00
log_core.c logging: Fix log_strdup detection on non-standard messages 2019-06-14 05:43:46 -04:00
log_list.c
log_list.h
log_msg.c
log_output.c