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

Function PrintExceptionContinue

src/util/exception.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void PrintExceptionContinue(const std::exception* pex, std::string_view thread_name)
37{
38 std::string message = FormatException(pex, thread_name);
39 LogWarning("\n\n************************\n%s", message);
40 tfm::format(std::cerr, "\n\n************************\n%s\n", message);
41}

Callers 11

CommandLineRawTxFunction · 0.85
bitcoin-tx.cppFile · 0.85
CommandLineRPCFunction · 0.85
bitcoin-cli.cppFile · 0.85
bitcoin-util.cppFile · 0.85
AppInitFunction · 0.85
bitcoin-wallet.cppFile · 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