CONFIG_DEBUG_COREDUMP_BACKEND_LOGGING

Use Logging subsystem for coredump

Type: bool

Help

Core dump is done via logging subsystem.

Direct dependencies

LOG && <choice: Coredump backend>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/debug/coredump/Kconfig:16

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

Menu path: (Top) → Sub Systems and OS Services → Debugging Options → Enable Core Dump → Coredump backend

config DEBUG_COREDUMP_BACKEND_LOGGING
    bool "Use Logging subsystem for coredump"
    depends on LOG && <choice: Coredump backend>
    help
      Core dump is done via logging subsystem.

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