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

使用了xcrash之后app里面集成的FirebaseCrashlytics 无法正常搜集到native的crash #120

Open
gejiashu opened this issue Sep 14, 2022 · 1 comment

Comments

@gejiashu
Copy link

gejiashu commented Sep 14, 2022

测试设备: Google Pixel 5 Android 11 xcrash 能正常捕获异常 firebase无法正常捕获
测试设备: 三星s21 Android 12 xcrash正常捕获 firebase正常捕获
测试设备:华为mate 40pro 鸿蒙2.0 也都正常
测试设备: Google Pixel 3 Android 12也都正常

@gejiashu
Copy link
Author

目前只发现Pixel 5有问题。

想请教几个问题:

1.xcrash是如何针对其他的第三方的native crash搜集库做兼容的,是通过nativeRethrow这个参数吗,有这个参数的时候就重新调用sigaction把oldaction注册进去?在newaction handler回调里面 把oldation注册进去之后oldaction对应的handler是会被系统再次调用吗?

2.xcrash init方法是否需要在每个进程进行初始化

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

1 participant