如何从我的 Google 游戏用户那里得到错误 logcat?

How to get error logcat from my Google play users?

我在 Google Play 商店 上下载了一个应用程序,我的一些用户在应用程序上遇到错误:

Errors that i don't see on emulator or on my device.

所以我想知道我怎样才能得到那些用户的错误 logcats 以便我可以调试它们并改进我的应用程序,我一直在阅读 Android 重要信息但只显示错误和 ANR 统计数据,找不到 logcat。

有没有办法让我的用户出错 logcats,或者我应该在我的应用程序上实现一个功能来通过互联网发送 logcat给我?

您应该使用 Firebase Crashlytics SDK,它会自动将用户设备上发生的错误发送到您可以在 firebase 控制台上看到的 firebase。您将能够找到 activity/fragment 等错误发生在哪一行。

来自 Firebase 网站:

Crashlytics intelligently groups an avalanche of crashes into a manageable list of issues. It also provides information on why a crash occurred and what happened leading up to it. With this insight, you can uncover the root cause of crashes more quickly.