Skip to content

logging: Clarify contract of log_output_func_t #14919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2019

Conversation

carlescufi
Copy link
Member

The log_output_func_t backend function is supposed to either process or
drop bytes and return the amount of those to the caller. Clarify this in
the documentation.

Fixes #12241

Signed-off-by: Carles Cufi [email protected]

@zephyrbot
Copy link
Collaborator

zephyrbot commented Mar 26, 2019

All checks are passing now.

Review history of this comment for details about previous failed status.
Note that some checks might have not completed yet.

@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@c31e659). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #14919   +/-   ##
=========================================
  Coverage          ?   52.84%           
=========================================
  Files             ?      309           
  Lines             ?    45247           
  Branches          ?    10447           
=========================================
  Hits              ?    23909           
  Misses            ?    16574           
  Partials          ?     4764

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c31e659...7f79987. Read the comment docs.

@carlescufi carlescufi changed the title subsys: logging: Clarify contract of log_output_func_t logging: Clarify contract of log_output_func_t Mar 26, 2019
The log_output_func_t backend function is supposed to either process or
drop bytes and return the amount of those to the caller. Clarify this in
the documentation.

Fixes zephyrproject-rtos#12241

Signed-off-by: Carles Cufi <[email protected]>
@carlescufi carlescufi merged commit 082cf7a into zephyrproject-rtos:master Mar 27, 2019
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.

7 participants