CONFIG_LOG_TEST_CLEAR_MESSAGE_SPACE¶
Clear message after allocation
Type: bool
Help¶
Used in testing to simplify message comparision if message contains
paddings.
Default¶
- y 
Kconfig definition¶
At <Zephyr Subsystem>/logging/Kconfig.misc:20
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:31 → <Zephyr Subsystem>/logging/Kconfig:27
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.)