| 3705 | ELPP->setThreadName(name); |
| 3706 | } |
| 3707 | static inline std::string getThreadName() { |
| 3708 | return ELPP->getThreadName(base::threading::getCurrentThreadId()); |
| 3709 | } |
| 3710 | #if defined(ELPP_FEATURE_ALL) || defined(ELPP_FEATURE_CRASH_LOG) |
| 3711 | /// @brief Overrides default crash handler and installs custom handler. |
| 3712 | /// @param crashHandler A functor with no return type that takes single int argument. |
nothing calls this directly
no test coverage detected