MCPcopy Create free account
hub / github.com/LUX-Core/lux / PrintExceptionContinue

Function PrintExceptionContinue

src/util.cpp:505–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505void PrintExceptionContinue(std::exception* pex, const char* pszThread)
506{
507 std::string message = FormatException(pex, pszThread);
508 LogPrintf("\n\n************************\n%s\n", message);
509 fprintf(stderr, "\n\n************************\n%s\n", message.c_str());
510 strMiscWarning = message;
511}
512
513boost::filesystem::path GetDefaultDataDir()
514{

Callers 9

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

Calls 1

FormatExceptionFunction · 0.85

Tested by

no test coverage detected