MCPcopy Create free account
hub / github.com/ElementsProject/elements / PrintExceptionContinue

Function PrintExceptionContinue

src/util/system.cpp:779–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777}
778
779void PrintExceptionContinue(const std::exception* pex, const char* pszThread)
780{
781 std::string message = FormatException(pex, pszThread);
782 LogPrintf("\n\n************************\n%s\n", message);
783 tfm::format(std::cerr, "\n\n************************\n%s\n", message);
784}
785
786#ifdef LIQUID
787fs::path GetDefaultDataDir()

Callers 11

CommandLineRawTxFunction · 0.85
mainFunction · 0.85
CommandLineRPCFunction · 0.85
mainFunction · 0.85
bitcoin-util.cppFile · 0.85
AppInitFunction · 0.85
mainFunction · 0.85
GuiMainFunction · 0.85
PrintSlotExceptionFunction · 0.85
TraceThreadMethod · 0.85

Calls 2

FormatExceptionFunction · 0.85
formatFunction · 0.70

Tested by

no test coverage detected