update bin/src/bytrace_cmd.cpp.

Signed-off-by: hw-wLiu <liuwei573@huawei.com>
This commit is contained in:
hw-wLiu
2022-11-11 09:56:57 +00:00
committed by Gitee
parent 0c1c535138
commit 752df5d1d1
+1 -1
View File
@@ -964,7 +964,7 @@ int main(int argc, char **argv)
if (g_traceStop) {
// clear user tags first and sleep a little to let apps already be notified.
ClearUserSpaceSettings();
std::this_thread::sleep_for(std::chrono::milliseconds(WAIT_MILLISECONDS));
std::this_thread::sleep_for(std::chrono::milliseconds(WAIT_MILLISECONDS));
isTrue = isTrue && StopTrace();
}