-
CONFIG_LOG_BACKEND_RTT_MODE_DROP
¶
Drop messages that do not fit in up-buffer.
Type: bool
Help¶
If there is not enough space in up-buffer for a message, drop it. Number of dropped messages will be logged. Increase up-buffer size helps to reduce dropping of messages.
Kconfig definition¶
At <Zephyr>/subsys/logging/Kconfig:346
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:28
Menu path: (Top) → Sub Systems and OS Services → Logging → Enable Segger J-Link RTT backend → Logger behavior
config LOG_BACKEND_RTT_MODE_DROP bool "Drop messages that do not fit in up-buffer." depends on <choice: Logger behavior> help If there is not enough space in up-buffer for a message, drop it. Number of dropped messages will be logged. Increase up-buffer size helps to reduce dropping of messages.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)