Android ART: “Failed to find Dex offset for PC offset …”

自闭症网瘾萝莉.ら 提交于 2019-12-07 04:48:46

问题


I have recently stumbled upon this very strange bug that causes a crash while developing an app. Here is a logcat screenshot:

And here is the code of the function in which supposedly it crashes:

private static long Round(double d)
{
    return Math.round(d * 1000.0);
}

What can be done here? Should I report this problem?

EDIT: It might be relevant to an infinite recursion problem I had, because the problem seems to be gone now...

来源:https://stackoverflow.com/questions/22520107/android-art-failed-to-find-dex-offset-for-pc-offset

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!