-
CONFIG_NET_DEBUG_APP
¶
Debug net app library
Type: bool
Help¶
Enables net app library to output debug messages
Defaults¶
- “y” if
NET_LOG_GLOBAL
&&NET_APP
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/app/Kconfig:20
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/net/lib/Kconfig:29
Menu path: (top menu) → Networking → Network Libraries → Network application API support [EXPERIMENTAL]
config NET_DEBUG_APP bool prompt "Debug net app library" ifNET_APP
&&NETWORKING
default "y" ifNET_LOG_GLOBAL
&&NET_APP
&&NETWORKING
depends onNET_APP
&&NETWORKING
help Enables net app library to output debug messages
(Definitions include propagated dependencies, including from if’s and menus.)