The latest development version of this page may be more current than this released 2.7.5 version.

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 subsys/logging/Kconfig.misc:20

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