-
CONFIG_NET_BUF_SIMPLE_LOG
¶
Network buffer memory debugging
Type: bool
Help¶
Enable extra debug logs and checks for the generic network buffers.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
SYS_LOG
ifNET_BUF_LOG
&&NET_BUF
Kconfig definition¶
At subsys/net/Kconfig:59
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
Menu path: (top menu) → Networking
config NET_BUF_SIMPLE_LOG bool prompt "Network buffer memory debugging" ifNET_BUF_LOG
&&NET_BUF
selectSYS_LOG
ifNET_BUF_LOG
&&NET_BUF
depends onNET_BUF_LOG
&&NET_BUF
help Enable extra debug logs and checks for the generic network buffers.
(Definitions include propagated dependencies, including from if’s and menus.)