-
Notifications
You must be signed in to change notification settings - Fork 8.2k
arch: arm: soc: nordic: Migrate to new logging subsys #9358
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
arch: arm: soc: nordic: Migrate to new logging subsys #9358
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9358 +/- ##
==========================================
+ Coverage 52.53% 53.66% +1.12%
==========================================
Files 212 216 +4
Lines 25821 33720 +7899
Branches 5428 7942 +2514
==========================================
+ Hits 13565 18095 +4530
- Misses 10071 12869 +2798
- Partials 2185 2756 +571
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newline not needed. logger adds it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about nrf_power? Such name will suggest where look for the code which sent the message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or nrf_soc_power
|
@Olivier-ProGlove just wondering: power.c is the only Nordic SOC file that contains log messages? |
ioannisg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I am wondering whether other Nordic SOC source files have SYS log messages that should migrate to the new logging sub system.
1993fe7 to
394d729
Compare
|
@pizi-nordic @nordic-krch @ioannisg Comments addressed! |
|
@ioannisg I forgot to answer your question, here is the grep on my pull-request rebased on the current head of Actually looking at the result, the line |
Migrate from SYS_LOG to LOG logging mechanism. Signed-off-by: Olivier Martin <[email protected]>
394d729 to
d157d38
Compare
ioannisg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this. @Olivier-ProGlove have you tested it, btw?
|
addressed in #10029 |
Migrate from SYS_LOG to LOG logging mechanism.
Signed-off-by: Olivier Martin [email protected]