esp_task_wdt_print_triggered_tasks() is only used within ESP-IDF.
 
Symbols
loading (3/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

- ESP_OK: The function executed successfully. - ESP_FAIL: No triggered tasks were found, and thus no information was printed or retrieved.

Notes

- If `msg_handler` is not provided, the information will be printed to console using ESP_EARLY_LOGE. - If `msg_handler` is provided, the function will send the printed information to the provided message handler function. - If `cpus_fail` is provided, the function will store the CPU affinity of the failing tasks in the provided integer. - During the execution of this function, logging is allowed in critical sections, as TWDT timeouts are considered fatal errors.

References