Searched refs:dump_result (Results 1 – 1 of 1) sorted by relevance
41 int dump_result = 0; in gcov_dump_task() local50 dump_result = ESP_ERR_NO_MEM; in gcov_dump_task()61 dump_result = esp_apptrace_fstop(ESP_APPTRACE_DEST_TRAX); in gcov_dump_task()62 if (dump_result != ESP_OK) { in gcov_dump_task()63 ESP_EARLY_LOGE(TAG, "Failed to send files transfer stop cmd (%d)!", dump_result); in gcov_dump_task()67 ESP_EARLY_LOGV(TAG, "dump_result %d", dump_result); in gcov_dump_task()