problem with building v3.6.0 in shell_stop #69553
-
Hi, I can see that the call of z_shell_log_backend_disable() inside shell_stop function was introduced with PR #67400 from @jakub-uC . Does anyone of you know, if I just missed any configuration or similiar, or if this is a real bug? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
The
z_shell_log_backend_disable
won't be available ifCONFIG_SHELL_LOG_BACKEND
is off.It is a bug, forgotten
IS_ENABLED(CONFIG_SHELL_LOG_BACKEND)
condition.