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

Function openDebugLogfile

src/qt/guiutil.cpp:429–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429void openDebugLogfile()
430{
431 fs::path pathDebug = LogInstance().m_file_path;
432
433 /* Open debug.log with the associated application */
434 if (fs::exists(pathDebug))
435 QDesktopServices::openUrl(QUrl::fromLocalFile(PathToQString(pathDebug)));
436}
437
438bool openBitcoinConf()
439{

Callers 1

Calls 2

existsFunction · 0.85
PathToQStringFunction · 0.85

Tested by

no test coverage detected