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