MCPcopy Create free account
hub / github.com/facebook/CacheLib / printExceptionStackTraces

Function printExceptionStackTraces

cachelib/common/Utils.cpp:444–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void printExceptionStackTraces() {
445 auto exceptions = folly::exception_tracer::getCurrentExceptions();
446 for (auto& exc : exceptions) {
447 std::cerr << exc << std::endl;
448 }
449}
450
451} // namespace util
452} // namespace cachelib

Callers 1

runJobMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected