-
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 subsys/logging/Kconfig:260
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:20
Menu path: (top menu) → Logging → Logger behavior
config LOG_BACKEND_RTT_MODE_DROP bool prompt "Drop messages that do not fit in up-buffer." if <choice: Logger behavior> 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.
(Definitions include propagated dependencies, including from if’s and menus.)