-
CONFIG_LOG_STRDUP_MAX_STRING
¶
Longest string that can be duplicated using log_strdup()
Type: int
Help¶
Longer strings are truncated.
Defaults¶
- 46 if
NETWORKING
- 32
Kconfig definition¶
At subsys/logging/Kconfig:192
Included via Kconfig:10
→ Kconfig.zephyr:44
→ subsys/Kconfig:20
Menu path: (Top) → Logging
config LOG_STRDUP_MAX_STRING int "Longest string that can be duplicated using log_strdup()" default 46 ifNETWORKING
default 32 depends on !LOG_IMMEDIATE
&&LOG
help Longer strings are truncated.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)