简体   繁体   中英

Where do Crash Reports on Android go in Developer console

I have been working on an android project and published it to the market. I then installed the app on my device via the play store and upon doing something I found a possible way to crash the app.

When the app force closed it asked me if I wanted to send a report which I did so I could see what it looks like in the developer console.

I added some text about what I did to cause the app to force close and could then view what the crash report looked like and it conained various information like device make and model etc. I submitted and I logged in to my developer account but could not see any of the information within the crash report other than the message I put inside explaining what I did.

Where does the rest of the information go as unless someone actually says what phone or android version they are running in the message I don't what I need to replicate the issue.

Thanks for any help you can provide.

AFAIK, you cannot view the device etc. in the developer console. You can only view the user message (if provided) or the stack trace. Beyond that there is no more information as far as I know.

However, you can get much more information by integrating ACRA into your application. This will give you a huge amount of information about the crash, including memory statistics, the device, the android version it is running etc.

EDIT

It would seem that the device at least is displayed in the new Developer Console, but the information still isn't even close to what ACRA provides.

With the standard report included it depends a bit on android(?) or play store app version what details you get in your reports it seems. In the publisher/developer console (example from the new developer console version):

开发者控制台的崩溃报告

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM