Skip to content

Conversation

@karstenkoenig
Copy link
Contributor

downstream test pr to be used in west manifest for our ci builds

When CONFIG_LOG_OUTPUT is set, it indicates that logging strings
are formatted by the application (using log_output module). It is
not needed when backend works in the dictionary mode. So far
LOG_OUTPUT was set also when dictionary mode was used and that
prevented removing of the logging strings from binary which is
an important feature of the dictionary logging.

Upstream PR: zephyrproject-rtos/zephyr#79506

Signed-off-by: Krzysztof Chruściński <[email protected]>
…header

Move log_output_flush and log_output_write (renamed internal
buffer_write() function) to the header as inline functions.
Those function are used by log_output_dict.c and there are cases
when log_output.c is not compiled in.

Upstream PR: zephyrproject-rtos/zephyr#79506

Signed-off-by: Krzysztof Chruściński <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants