update log and config

This commit is contained in:
MistEO
2021-07-22 10:07:40 +08:00
parent 7928a21051
commit f3773d22c6
2 changed files with 8 additions and 4 deletions

View File

@@ -83,7 +83,9 @@ std::optional<std::string> Assistance::setSimulator(const std::string& simulator
void Assistance::start(const std::string& task)
{
DebugTraceFunction;
DebugTraceFunction;
DebugTrace("Start |", task);
if (m_thread_running || !m_inited) {
return;
@@ -102,6 +104,7 @@ void Assistance::start(const std::string& task)
void Assistance::stop(bool block)
{
DebugTraceFunction;
DebugTrace("Stop |", block);
std::unique_lock<std::mutex> lock;
if (block) { // Íⲿµ÷ÓÃ
@@ -123,7 +126,7 @@ bool Assistance::setParam(const std::string& type, const std::string& param, con
std::optional<std::string> Assistance::getParam(const std::string& type, const std::string& param)
{
DebugTraceFunction;
// DebugTraceFunction;
return Configer::getParam(type, param);
}

View File

@@ -163,8 +163,8 @@
],
"control": [
{
"class": "Qt5QWindowIcon",
"window": "明日方舟 - 星云引擎"
"class": "Qt5QWindowIcon_DELETE",
"window": "明日方舟 - 星云引擎_DELETE"
}
],
"adbControl": {
@@ -252,6 +252,7 @@
"PRTS": {
"filename": "PRTS.png",
"type": "doNothing",
"rearDelay": 5000,
"next": [
"PRTS",
"PrtsErrorConfirm",