英文:
Is there any Android API available to read info about the crash of third-party apps on the device?
问题
我需要在设备上报告的其他应用程序中获取有关崩溃的信息。
我尝试使用UncaughtExceptionHandler,但它只会处理当前应用程序,而不是设备上的其他应用程序。
我需要在设备上第三方应用程序崩溃时获得回调。
有没有办法获取其他应用程序中的崩溃信息?
提前致谢。
英文:
I want to get the info about the crash that was reported in other apps on the device.
I tried with UncaughtExceptionHandler but it will handle only the current app, not the other apps on the device.
I need to get a callback when a third-party app crashes on the device.
Any idea how to get the info about the crash in other apps?
Thanks in advance.
答案1
得分: 1
你可以在你的应用程序中包含 Firebase Crashlytics,以获取有关崩溃的详细信息。
https://firebase.google.com/docs/crashlytics
如果不实用,请留下评论。谢谢。
英文:
You can include the firebase crashlytics in your application to get the details about the crashes.
https://firebase.google.com/docs/crashlytics
If it is not useful please drop a comment. Thank you.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论