Change trace file name
This commit is contained in:
parent
351847a3ef
commit
9b2009ed6c
@ -177,7 +177,7 @@ void Manager::setupTrace(bool isOn)
|
|||||||
|
|
||||||
const auto traceFile =
|
const auto traceFile =
|
||||||
QStandardPaths::writableLocation(QStandardPaths::TempLocation) +
|
QStandardPaths::writableLocation(QStandardPaths::TempLocation) +
|
||||||
QLatin1String("/multidir-") +
|
QLatin1String("/screen-translator-") +
|
||||||
QDateTime::currentDateTime().toString("yyyy-MM-dd-hh-mm-ss");
|
QDateTime::currentDateTime().toString("yyyy-MM-dd-hh-mm-ss");
|
||||||
|
|
||||||
if (!debug::setTraceFileName(traceFile)) {
|
if (!debug::setTraceFileName(traceFile)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user