Platform
ESP32
IDE / Tooling
Arduino (IDE/CLI)
What happened?
Sometimes I have the message: "Failed to allocate" in my log.
Problem, this message come from log_e("Failed to allocate"); and is the same in several files (WebSocket, WebHandlers, WebRequest, WebResponces, ...). So I can not find where the message is created.
Is it possible to add the name of the function in the message like: Failed to allocate in ...
Stack Trace
no stack trace
Minimal Reproductible Example (MRE)
General code
I confirm that:
Platform
ESP32
IDE / Tooling
Arduino (IDE/CLI)
What happened?
Sometimes I have the message: "Failed to allocate" in my log.
Problem, this message come from
log_e("Failed to allocate");and is the same in several files (WebSocket, WebHandlers, WebRequest, WebResponces, ...). So I can not find where the message is created.Is it possible to add the name of the function in the message like:
Failed to allocate in ...Stack Trace
no stack trace
Minimal Reproductible Example (MRE)
General code
I confirm that: