zephyr/include/logging
Krzysztof Chruscinski a211afb041 logging: Add option to detect missed transient string duplication
Added CONFIG_LOG_DETECT_MISSED_STRDUP (by default on) which enables
scanning of log message strings in search for %s and reports if
string address is not from strdup buffer pool and outside read only
memory section which indicates that log_strdup() wrapping is missing

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-05-29 13:52:31 +02:00
..
log_backend.h
log_core.h logging: Add option to detect missed transient string duplication 2019-05-29 13:52:31 +02:00
log_ctrl.h
log_instance.h
log_msg.h
log_output.h
log.h