CONFIG_PROFILER_NORDIC_START_LOGGING_ON_SYSTEM_START

Start logging on system start

Type: bool

Direct dependencies

PROFILER_NORDIC && PROFILER_NORDIC && PROFILER

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At <nRF>/subsys/profiler/Kconfig:44

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:24

Menu path: (Top) → Modules → Nordic nRF Connect → System profiler → Nordic profiler advanced

config PROFILER_NORDIC_START_LOGGING_ON_SYSTEM_START
    bool "Start logging on system start"
    default n
    depends on PROFILER_NORDIC && PROFILER_NORDIC && PROFILER

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