Skip to content
New issue

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

【兼容性Bug】【Android 15】【ANR】Android 15上捕获ANR 无法获取到堆栈 #137

Open
shiqos opened this issue May 16, 2024 · 4 comments

Comments

@shiqos
Copy link

shiqos commented May 16, 2024

git clone最新代码
运行: xcrash_sample

在 Android 15 设备上获取trace失败:

--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
Cmd line: xcrash.sample
Mode: ART DumpForSigQuit
Failed to load symbols.

参考附件
tombstone_00001715859704630087_1.0.0__xcrash.sample.anr.xcrash.txt

@HOTFIGHTER
Copy link

Android 15 DumpForSigQuit方法被官方链接隐藏了,xcrash现有的方案不支持

@shiqos
Copy link
Author

shiqos commented Nov 13, 2024

Android 15 DumpForSigQuit方法被官方链接隐藏了,xcrash现有的方案不支持

了解.
目前我们是分别使用xCrash的java/native crash监控, Matrix中的anr监控
后续我打算在xCrash中集成Matrix的anr检测方案

@xuexixuexijpg
Copy link

Android 15 DumpForSigQuit方法被官方链接隐藏了,xcrash现有的方案不支持

了解. 目前我们是分别使用xCrash的java/native crash监控, Matrix中的anr监控 后续我打算在xCrash中集成Matrix的anr检测方案

大佬集成了吗?有包吗?

@shiqos
Copy link
Author

shiqos commented Dec 12, 2024

Android 15 DumpForSigQuit方法被官方链接隐藏了,xcrash现有的方案不支持

了解. 目前我们是分别使用xCrash的java/native crash监控, Matrix中的anr监控 后续我打算在xCrash中集成Matrix的anr检测方案

大佬集成了吗?有包吗?

还没。。。

建议也是ANR监控直接用matrix, 因为他们实现的挺好的, 性能对比 xCrash 也更好
完全经过外网的验证

我后续可以抽时间集成下, 不过我这里没法经过外网验证。。。
因为我们APP内部的方案基本还是用的Matrix

总得来说还是建议你前期集成下Matrix来支持ANR监控

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants