:orphan: .. title:: DEBUG_COREDUMP_BACKEND_LOGGING .. option:: CONFIG_DEBUG_COREDUMP_BACKEND_LOGGING *Use Logging subsystem for coredump* Type: ``bool`` Help ==== Core dump is done via logging subsystem. Direct dependencies =================== \ :option:`LOG ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/coredump/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` → ``subsys/debug/Kconfig:346`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options → Enable Core Dump → Coredump backend .. parsed-literal:: config DEBUG_COREDUMP_BACKEND_LOGGING bool "Use Logging subsystem for coredump" depends on \ :option:`LOG ` && \ :ref:` ` help Core dump is done via logging subsystem. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*