mirror of
https://github.com/openharmony/developtools_bytrace.git
synced 2026-07-15 14:15:42 -04:00
update bin/src/bytrace_cmd.cpp.
Signed-off-by: hw-wLiu <liuwei573@huawei.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user