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

Function PrintExceptionContinue

src/util.cpp:443–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443void PrintExceptionContinue(const std::exception* pex, const char* pszThread)
444{
445 std::string message = FormatException(pex, pszThread);
446 LogPrintf("\n\n************************\n%s\n", message);
447 fprintf(stderr, "\n\n************************\n%s\n", message.c_str());
448}
449
450boost::filesystem::path GetDefaultDataDir()
451{

Callers 9

CommandLineRawTxFunction · 0.85
mainFunction · 0.85
CommandLineRPCFunction · 0.85
mainFunction · 0.85
AppInitFunction · 0.85
TraceThreadFunction · 0.85
ProcessMessagesFunction · 0.85
mainFunction · 0.85

Calls 1

FormatExceptionFunction · 0.85

Tested by

no test coverage detected