pub unsafe extern "C" fn esp_backtrace_print(
    depth: c_int
) -> esp_err_t
Expand description

@brief Print the backtrace of the current stack

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

@return - ESP_OK Backtrace successfully printed to completion or to depth limit - ESP_FAIL Backtrace is corrupted