MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / log_task_info

Function log_task_info

TactilityKernel/source/crash.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20static void log_task_info() {
21 const char* name = pcTaskGetName(nullptr);
22 const char* safe_name = name ? name : "main";
23 LOG_E(TAG, "Task: %s", safe_name);
24}
25
26extern "C" {
27

Callers 1

__crashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected