Possible to redirect ESP_EARLY_LOG* as well as ESP_LOG*?
Posted: Thu Apr 23, 2020 1:22 am
Hello,
My app has esp32s running in remote and inaccessible locations. In order to see and debug issues in this environment I am redirecting logging to a a file which I am then able to retrieve remotely.
Sometimes, when running in the lab and looking at my serial monitor I see various errors (task wdt overflows for instance) that are logged using ESP_EARLY and so are not captured by my redirect using esp_log_set_vprintf().
Is there anyway I can capture these ESP_EARLY msgs so I can save them to file without forking the IDF?
Thank you.
My app has esp32s running in remote and inaccessible locations. In order to see and debug issues in this environment I am redirecting logging to a a file which I am then able to retrieve remotely.
Sometimes, when running in the lab and looking at my serial monitor I see various errors (task wdt overflows for instance) that are logged using ESP_EARLY and so are not captured by my redirect using esp_log_set_vprintf().
Is there anyway I can capture these ESP_EARLY msgs so I can save them to file without forking the IDF?
Thank you.