!630 fix loss print due to _exit

Merge pull request !630 from leiguangyu/exit
This commit is contained in:
openharmony_ci 2024-10-31 13:09:43 +00:00 committed by Gitee
commit 1d4e4ba6da
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -112,5 +112,6 @@ int main(const int argc, const char *argv[])
#endif
HLOGD("normal exit.");
fflush(stdout);
_exit(0);
}