CONFIG_THREAD_ANALYZER_USE_LOG

Use logger output

Type: bool

Help

Use logger output to print thread information.

Direct dependencies

<choice: Thread analysis print mode>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/debug/Kconfig:34

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:16

Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options → Enable Thread analyzer → Thread analysis print mode

config THREAD_ANALYZER_USE_LOG
    bool "Use logger output"
    select LOG
    depends on <choice: Thread analysis print mode>
    help
      Use logger output to print thread information.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)