| 81 | } |
| 82 | |
| 83 | static bool stackTracingAvailableImpl() |
| 84 | { |
| 85 | #if defined(USE_BACKWARD_CPP) || defined(HAVE_BACKTRACE) |
| 86 | return true; |
| 87 | #else |
| 88 | return false; |
| 89 | #endif |
| 90 | } |
| 91 | |
| 92 | static bool hasFastStackTraceImpl() |
| 93 | { |
no outgoing calls
no test coverage detected