简体   繁体   English

Android上的崩溃报告在开发者控制台中的何处

[英]Where do Crash Reports on Android go in Developer console

I have been working on an android project and published it to the market. 我一直在从事一个android项目,并将其发布到市场上。 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. 然后,我通过Play商店在该设备上安装了该应用程序,并在做某件事后发现了使该应用程序崩溃的可能方法。

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. 除非有人在消息中实际说出他们正在运行的手机或Android版本,否则其余信息将流向何处,我不需要什么来复制问题。

Thanks for any help you can provide. 感谢您的任何帮助,您可以提供。

AFAIK, you cannot view the device etc. in the developer console. AFAIK,您无法在开发人员控制台中查看设备等。 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. 但是,通过将ACRA集成到您的应用程序中,您可以获得更多信息。 This will give you a huge amount of information about the crash, including memory statistics, the device, the android version it is running etc. 这将为您提供有关崩溃的大量信息,包括内存统计信息,设备,正在运行的android版本等。

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. 看起来该设备至少显示在新的开发者控制台中,但信息仍然与ACRA提供的信息不尽相同。

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. 包含标准报告后,它在某种程度上取决于android(?)或Play商店应用的版本,您在报告中看到的详细信息似乎是多少。 In the publisher/developer console (example from the new developer console version): 在发布者/开发者控制台中(以新的开发者控制台版本为例):

开发者控制台的崩溃报告

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

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