Where can I find crash feedback from users in the Google Play Console?
Asked Answered
P

4

61

When a crash occurs in an application installed via the Google Play app, user's have the option to Send Feedback.

Send Feedback

A user can optional write feedback to describe the problem they have encountered and then submit their crash report.

  1. Is the written feedback provided by the user available anywhere in the Google Play Console?
  2. Can the feedback be associated with a stack trace of the crash the user encountered?
Plater answered 30/1, 2018 at 17:26 Comment(1)
did you find where it is?Harvey
B
31

After talking with google support iv received this answer -

"The console has been updated since the IO and some of the function you had in the past is now redundant."

Google has removed the "crash feedback" in the latest update.

Bevan answered 4/6, 2018 at 14:12 Comment(8)
Cool so the pissed off customer's crash report just disappears.. Thanks, Google! Certainly not redundant, I sent a few logs myself and they never came through.. maybe its just slow?Discourtesy
I thought I read somewhere that we can download the user feedback via GSUTIL. Has anyone had luck with that?Deannadeanne
According to this page on Google Support; as of May 2018 you cannot download detailed reports for crashes and ANRs using GSUTIL. support.google.com/googleplay/android-developer/answer/…Quinquennial
I really don't understand why Google hates Android developers. :/Condemn
anyone found where it is??Harvey
User crash reports are certainly not redundant as they sometimes provide valuable information.Prognostication
Any update on that? I'm also trying to find the logs I sent to myself after some startup crash that happens only on release builds and not even all of them....Individually
I'm so pissed off that user feedback just vanishes into thin air. Why is the report dialog still there then, especially as crash reports are sent automatically regardless of the user reporting it or not. Also, "User feedback" is redundant? Thanks Google!Charland
C
0

1.>Open your google console as registered user where you uploaded your app. link.

2.click on Download Report.

3.click on Crashes and ANRs.

4.select your app name from serch box.select the app which report you want to check.

5.you will get your result as two different option ...

a. Crash report which you can download if you want. b. ANR reports.

Cessionary answered 30/1, 2018 at 17:45 Comment(7)
from google console we will get only exception cause of which app got crashed . but if we need user feedback or any user msg regarding crash then we have to get that from app, from where user will send their msg to our api . and then we will get those messages.Cessionary
we can get user review report too . from google api console. there is a option Reviews.Cessionary
Crash reports don't have user messages.Holocrine
Automatic crash reports don't have user messages. To view crash reports with user messages click on "Anrs & Crashes" on the left menu and then click on a small link "previous area" below the android vitals banner. Because i am from germany, it's possible that the links in quotes slightly differ. Hope it helps.Syllogistic
@Syllogistic The 'Previous area' is now removed. Any idea where the messages will be now?Repatriate
@Repatriate No, I don't know where the messages are now, or if they are still available... Sry.Syllogistic
Has anyone found where they live yet? This is ridiculous lol.Sizing
H
0

I think I found it :

  • For internal testing : it is in Play console, in "Pre-launch reports" > "Overview"
  • For production : it is in left menu, in "Statistics"

Play console menu

Harned answered 30/4, 2021 at 8:13 Comment(1)
I tried your solution but I cannot see the feedbacks I reported from a Android 6.0 device :(Trossachs
N
-2

Go to google console->select you application ->left side menu-> Android vitals->Crashes and ANR's.

https://support.google.com/googleplay/android-developer/answer/6083203?hl=en

Neutrophil answered 12/12, 2018 at 7:13 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.