Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
几天前,我在 Play 商店中上传了我的应用程序。今天我收到了一份崩溃报告和用户对我帐户的评论。我们如何才能知道发生崩溃的设备的详细信息。谁能告诉我该怎么做?
您可以实现崩溃报告工具,例如 Bugsense 或 Acra。这些都是免费的并且易于集成。请检查
错误感https://www.bugsense.com/
在您的崩溃和 ANR选项卡中,您Google Play Developer Console可以Device在打开崩溃报告时查看报告的来源。
Google Play Developer Console
Device
您将看到两个选项卡,Stack Traces并且User Messages在“用户消息”选项卡中,您可以看到崩溃发生在哪个设备上。
Stack Traces
User Messages
编辑: 如果用户未Description在设备的崩溃报告中输入 a,则可能缺少设备信息。
Description