esp_backtrace_print_all_tasks() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK All backtraces successfully printed to completion or to depth limit - ESP_FAIL One or more backtraces are corrupt

Notes

Users must ensure that no tasks are created or deleted while this function is running. This function must be called from a task context.

References

from examples