apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
158 stars 85 forks source link

Add celix err message print in fw after each bundle start #693

Closed pnoltes closed 7 months ago

pnoltes commented 7 months ago

This PR add a print of the unprocessed celix err messages after every bundle start.

Ideally errors and therefore celix err messages are handled by the bundle activators, but if this is not done this update will inform users that there are unprocessed celix err messages.

codecov-commenter commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (95bbcfc) 83.11% compared to head (667756b) 83.42%. Report is 9 commits behind head on master.

:exclamation: Current head 667756b differs from pull request most recent head bc31fbc. Consider uploading reports for the commit bc31fbc to get more accurate results

Files Patch % Lines
libs/dfi/src/dyn_avpr_type.c 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #693 +/- ## ========================================== + Coverage 83.11% 83.42% +0.31% ========================================== Files 254 254 Lines 32929 32988 +59 ========================================== + Hits 27369 27521 +152 + Misses 5560 5467 -93 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.