OpenHarmonyV400R001部分告警清理

Signed-off-by: chenwei <chenwei469@huawei.com>
This commit is contained in:
chenwei
2023-06-14 12:32:50 +08:00
parent a356e3ceb7
commit 203da88f71
+1 -1
View File
@@ -1124,7 +1124,7 @@ int main(int argc, char **argv)
std::this_thread::sleep_for(std::chrono::milliseconds(WAIT_MILLISECONDS));
isTrue = isTrue && StopTrace();
}
DumpTrace();
DumpTrace(isTrue);
if (g_traceStop) {
// clear kernel setting including clock type after dump(MUST) and tracing_on is off.
ClearKernelSpaceSettings();