| 777 | } |
| 778 | |
| 779 | void 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 |
| 787 | fs::path GetDefaultDataDir() |
no test coverage detected