Function esp_idf_sys::esp_backtrace_print_all_tasks

source ยท
pub unsafe extern "C" fn esp_backtrace_print_all_tasks(
    depth: c_int,
) -> esp_err_t
Expand description

@brief Print the backtrace of all tasks

@param depth The maximum number of stack frames to print (must be > 0)

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

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