简体   繁体   English

如何从 Google Play 控制台获取应用程序崩溃日志

[英]How can I get app crash log from Google play console

I have android app, released to Play Store .我有 android 应用程序,发布到Play 商店 Few users are getting crashes & crash asking them to submit report.很少有用户遇到崩溃和崩溃要求他们提交报告。

I believe these reports are getting stored in google play store console.我相信这些报告会存储在 Google Play 商店控制台中。 I am able to get crash count & related device except crash report.除了崩溃报告,我可以获得崩溃计数和相关设备。 Where can I get all issues log report from console?我在哪里可以从控制台获取所有问题日志报告? Thank you谢谢

  • Select an app.选择一个应用程序。
  • On the left menu, select Android vitals > ANRs & Crashes.在左侧菜单中,选择 Android Vitals > ANR 和崩溃。
  • Near the middle of your screen, use the filters to help you find and diagnose issues.在屏幕中间附近,使用过滤器帮助您查找和诊断问题。
  • Or, select a cluster to get more details about a specific crash or ANR error.或者,选择一个集群以获取有关特定崩溃或 ANR 错误的更多详细信息。

In the new Developer Console experience, starting to be active on November 2nd 2020, follow the steps below to see crashes and A ndroid n ot r esponding (ANR)s reports:在新的开发者控制台的经验,开始活跃于2020年11月2日,按照下面的步骤看崩溃和被A ndroidñOT [R esponding(ANR)■报告:

  1. Login to the developer console: https://play.google.com/apps/publish/登录开发者控制台: https : //play.google.com/apps/publish/
  2. In the overview select an app在概览中选择一个应用程序
  3. Look for the Quality header on the left menu在左侧菜单中查找质量标题
  4. Select Android vitals选择Android Vitals
  5. Select Crashes and ANRs选择崩溃和 ANR
  6. Change the filter to your needs根据您的需要更改过滤器

Android 开发者控制台崩溃日志


You may need to scroll to the right to access the crash details , as mentioned in the comments.如评论中所述,您可能需要向右滚动才能访问崩溃详细信息

Android 开发者控制台崩溃日志详细信息

If you like me are using the new Google Play console, your screen might not be wide enough.如果您像我一样使用新的 Google Play 控制台,您的屏幕可能不够宽。 There is a gray list at the bottom of the error report list, move it to the right, blue arrows will appear next to each report.错误报告列表底部有一个灰色列表,将其向右移动,每个报告旁边会出现蓝色箭头。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google Play控制台报告应用程序崩溃,我无法复制 - Google Play console reports app crash, I can not reproduce 从 Play 控制台安装应用程序后,Google Places API 崩溃 - Google Places API crash after installing app from play console Google Play控制台中的java.lang.RuntimeException应用程序崩溃 - java.lang.RuntimeException App Crash from Google Play Console 我的应用程序崩溃了,我怎样才能获得崩溃日志? - My app just crashed, how can I get the crash log? 如何从 Google Play 控制台中提供的堆栈跟踪调试 Flutter 应用程序的崩溃? - How to debug a Flutter app's crash from the provided stack trace in Google Play Console? 在 Google Play 管理中心哪里可以找到用户的崩溃反馈? - Where can I find crash feedback from users in the Google Play Console? 如何从 Google Play 开发者控制台下载图片 - How can i download images from Google Play developer console 如何在Google Play上获取评论的应用版本? - How can I get the app version of comment at the Google Play? 如何从Google Play获取我的Android应用评论和信息Feed进入我的网站 - How can I get my android app reviews and info Feed into my site from Google play 我如何指定要使用 Fastlane 更新的应用程序(在 Google Play 控制台中创建)? - How can i specify the app (created in the Google Play Console) i want to update using Fastlane?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM