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
测试设备: Google Pixel 5 Android 11 xcrash 能正常捕获异常 firebase无法正常捕获 测试设备: 三星s21 Android 12 xcrash正常捕获 firebase正常捕获 测试设备:华为mate 40pro 鸿蒙2.0 也都正常 测试设备: Google Pixel 3 Android 12也都正常
The text was updated successfully, but these errors were encountered:
目前只发现Pixel 5有问题。
想请教几个问题:
1.xcrash是如何针对其他的第三方的native crash搜集库做兼容的,是通过nativeRethrow这个参数吗,有这个参数的时候就重新调用sigaction把oldaction注册进去?在newaction handler回调里面 把oldation注册进去之后oldaction对应的handler是会被系统再次调用吗?
2.xcrash init方法是否需要在每个进程进行初始化
Sorry, something went wrong.
No branches or pull requests
测试设备: Google Pixel 5 Android 11 xcrash 能正常捕获异常 firebase无法正常捕获
测试设备: 三星s21 Android 12 xcrash正常捕获 firebase正常捕获
测试设备:华为mate 40pro 鸿蒙2.0 也都正常
测试设备: Google Pixel 3 Android 12也都正常
The text was updated successfully, but these errors were encountered: