在 Android Studio 中调试本机代码非常慢
我在本机代码中设置了一个断点。 然而,当我附加调试器时,应用程序变得不活动,并且需要一段时间(10-15 分钟)直到 Android Studio 在断点处停止并允许我进行调试。 是否有可能以某种方式解决这个滞后问题?
I put a breakpoint to my native code.
However when I attach the debugger, the app becomes inactive and it takes a while (10-15 minutes) until Android Studio stops at the breakpoint and allow me to do debugging.
Is it possible to fix this lag somehow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
日志可以帮助你吗?
如果写了debug日志,可以在logcat中查看
Could the loging help you?
If you write debug logs, you can check it in the logcat