CONFIG_LOG_TEST_CLEAR_MESSAGE_SPACE¶
Clear message after allocation
Type: bool
Help¶
Used in testing to simplify message comparision if message contains
paddings.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At subsys/logging/Kconfig.misc:20
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:31
→ subsys/logging/Kconfig:32
Menu path: (Top) → Sub Systems and OS Services → Logging → Misc
config LOG_TEST_CLEAR_MESSAGE_SPACE
bool "Clear message after allocation"
default y
depends on ZTEST && LOG2 && LOG
help
Used in testing to simplify message comparision if message contains
paddings.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)