MCPcopy Create free account
hub / github.com/ElementsProject/elements / openDebugLogfile

Function openDebugLogfile

src/qt/guiutil.cpp:431–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

existsFunction · 0.85
PathToQStringFunction · 0.85

Tested by

no test coverage detected