mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-23 03:39:33 +00:00
Some logging done in soc component may happen before logging via stdout is possible. Use _EARLY version of log calls to make sure that output is visible. The downside is that application does not have a way to silence these logs. However since the soc component doesn’t use any LOGV/LOGD/LOGI and only logs warnings and errors, this should not impact the application.
1.7 KiB
1.7 KiB