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.h logging: Allow logger usage in C++ files 2019-04-28 13:37:37 -04:00
log_backend.h include: Make statements evaluate boolean expressions 2019-03-26 22:06:45 -04:00
log_core.h logging: Add option to detect missed transient string duplication 2019-05-29 13:52:31 +02:00
log_ctrl.h logging: log_ctrl.h: Fix Kconfig symbol reference in comment 2019-02-11 22:29:58 -05:00
log_instance.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
log_msg.h all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
log_output.h logging: Clarify contract of log_output_func_t 2019-03-27 09:50:12 +01:00