-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[ESP32] Use esp_log_writev() for logging rather than ESP_LOGx macros #26348
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pullapprove
bot
requested review from
carol-apple,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
CodeChronos928,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
franck-apple,
gjc13,
harimau-qirex,
harsha-rajendran,
hawk248,
jelderton,
jepenven-silabs,
jmartinez-silabs,
jmeg-sfy,
joonhaengHeo and
jtung-apple
May 3, 2023 12:28
tehampson
reviewed
May 3, 2023
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.
Thanks so much for making sure this works with pigweed!
tehampson
reviewed
May 3, 2023
PR #26348: Size comparison from de1c64a to 2ebccbe Full report (1 build for cc32xx)
|
Basically this unreverts the project-chip#26282 with additional changes to fixed the rpc logging problem introduced in project-chip#26227.
PR #26348: Size comparison from 6c0c5ea to 8cd120b Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
dhrishi
reviewed
May 8, 2023
tehampson
approved these changes
May 8, 2023
PR #26348: Size comparison from 6c0c5ea to 30854b9 Full report (1 build for cc32xx)
|
dhrishi
approved these changes
May 8, 2023
shubhamdp
added a commit
to shubhamdp/connectedhomeip
that referenced
this pull request
May 10, 2023
…roject-chip#26348) * [ESP32] Use esp_log_writev() for logging rather than ESP_LOGx macros Basically this unreverts the project-chip#26282 with additional changes to fixed the rpc logging problem introduced in project-chip#26227. * Fix the bug when setting the log level * remove the log level check * Fix the color codes for pigweed logs * Added comment explaining the addition of color codes in pigweed logger
andy31415
pushed a commit
that referenced
this pull request
May 10, 2023
…26348) (#26477) * [ESP32] Use esp_log_writev() for logging rather than ESP_LOGx macros Basically this unreverts the #26282 with additional changes to fixed the rpc logging problem introduced in #26227. * Fix the bug when setting the log level * remove the log level check * Fix the color codes for pigweed logs * Added comment explaining the addition of color codes in pigweed logger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Basically this un-reverts the #26282 with additional changes to fixed the rpc logging problem introduced in #26227.
Change Overview
[ESP32] Suppressing the logs related to Long dispatch time and Log re… #26227 tried doing the same thing, but introduced the bug in rpc logging and that PR was reverted with minor changes in Fix pigweed RPC logging on ESP32 #26282.
Tests
CHIP[..]
and other logs were seen.build/esp-idf/chip/args.gn
, before change all log levels were set to true in here. After the change, correct values are being set.