Skip to content
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

log_printf: Restructured log_printf for wrapping #7567

Merged

Conversation

sanketwadekar
Copy link
Contributor

Description of Change

ESP Insights wraps log functions for capturing errors/warnings. In the case of IDF, the application uses esp_log_write() and esp_log_writev() for logging. In Arduino, we use log_printf() so Insights cannot capture logs coming from the Arduino core.

Tests scenarios

I have tested this on esp32 using the examples created in the Insights library

Related links

Other Insights for Arduino PRs
#7566

Insights code for wrapping log methods
Wrapping IDF log methods

@sanketwadekar
Copy link
Contributor Author

Tagging @shahpiyushv and @vikramdattu

@me-no-dev me-no-dev merged commit 165d624 into espressif:master Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants