We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android.os.Process.killProcess(android.os.Process.myPid()); 可能在 UmsAgent.saveInfoToFile("errorInfo", errorInfo, context); 之前就执行了,导致错误日志无法写入文件
The text was updated successfully, but these errors were encountered:
谢谢,我们将对流程进行处理。
Sorry, something went wrong.
这个太坑了,啥时候修复啊,,害我找了好久啊。 建议同步写到文件里面,写完后再kill-process
modify file #123 #126 #122 #121 #115
3e4920e
modify files
6727ca2
Summary: modify file #123 #126 #122 #121 #115 modify file Reviewers: nan.li Reviewed By: nan.li Differential Revision: http://pha.cobub.cn/D91
It has been fixed.
No branches or pull requests
android.os.Process.killProcess(android.os.Process.myPid());
可能在
UmsAgent.saveInfoToFile("errorInfo", errorInfo, context);
之前就执行了,导致错误日志无法写入文件
The text was updated successfully, but these errors were encountered: