MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / PrintExceptionContinue

Function PrintExceptionContinue

src/util.cpp:698–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698void PrintExceptionContinue(const std::exception* pex, const char* pszThread)
699{
700 std::string message = FormatException(pex, pszThread);
701 LogPrintf("\n\n************************\n%s\n", message);
702 fprintf(stderr, "\n\n************************\n%s\n", message.c_str());
703}
704
705fs::path GetDefaultDataDir()
706{

Callers 9

CommandLineRawTxFunction · 0.85
mainFunction · 0.85
CommandLineRPCFunction · 0.85
mainFunction · 0.85
ProcessMessagesMethod · 0.85
AppInitFunction · 0.85
TraceThreadFunction · 0.85
mainFunction · 0.85

Calls 1

FormatExceptionFunction · 0.85

Tested by

no test coverage detected