Android是否有可用于读取设备上第三方应用程序崩溃信息的API?

huangapple go评论108阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年5月17日 15:49:56
  • 转载请务必保留本文链接:https://go.coder-hub.com/76269701.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定