-
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
.
Kconfig definition¶
At <Zephyr>/subsys/net/Kconfig:48
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:39
Menu path: (Top) → Sub Systems and OS Services → Networking → Network buffer support
config NET_BUF_SIMPLE_LOG
bool "Network buffer memory debugging"
select LOG
depends on NET_BUF_LOG && NET_BUF
help
Enable extra debug logs and checks for the generic network buffers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)