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

ZTEST && LOG2 && LOG

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/subsys/logging/Kconfig.misc:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:31<Zephyr>/subsys/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.)