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
看到腾讯Bugly分享的一篇文章关于如何检测死锁的方案,这么看来项目中检测死锁的方案就非常局限了,检测死锁这个对于工程量较大的项目而言还是很有必要的一项性能检测。
文章地址
The text was updated successfully, but these errors were encountered:
感谢你的建议,确实有更好的方式,现在也仅仅是疑似死锁的检测,之前考虑过使用解析ANR文件的方式,就是工作量确实比较大,本人目前精力也不在这里。
这个暂时先作为规划吧,后续有精力的时候来完善它
Sorry, something went wrong.
Kyson
No branches or pull requests
看到腾讯Bugly分享的一篇文章关于如何检测死锁的方案,这么看来项目中检测死锁的方案就非常局限了,检测死锁这个对于工程量较大的项目而言还是很有必要的一项性能检测。
文章地址
The text was updated successfully, but these errors were encountered: