-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
drivers: wifi: Optimize the memory consumed by logs #12122
Conversation
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
test-sdk-wifi: added because there was no .github/test-spec.yml in 'hostap' Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
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.
For Matter we have WPA_SUPP_NO_DEBUG
already set by default:
Will drop this commit. |
Thank you for this improvement! 👍 As discussed F2F - introduction of |
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.
Awesome!
Limit the information displayed in logging (function, line etc.). Disable printing of debug message by default. Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
Pull the memory optimization changes done by protecting the log related calls at compile time. Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
Limit the information displayed in logging (function, line etc.). Disable printing of debug message by default.