MCPcopy Create free account
hub / github.com/FastLED/FastLED / runner_setup_crash_handler

Function runner_setup_crash_handler

tests/shared/crash_handler_main.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25// Setup crash handler - this is called from runner.exe main()
26// before loading any test DLLs
27extern "C" void runner_setup_crash_handler() {
28 setup_crash_handler();
29}
30
31// Print stack trace - callable from runner.exe watchdog timer
32extern "C" void runner_print_stacktrace() {

Callers 8

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

setup_crash_handlerFunction · 0.50

Tested by 4

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68