简体   繁体   English

我的应用程序在我的 Droid X 上运行良好,评论者抱怨在其他设备上崩溃 - 如何调试?

[英]My App works perfectly on my Droid X, reviewers complain of crashes on other devices - how to debug?

Some say it doesnt start on their HTC Hero, another says it doesnt open in their Cliq, etc. I built the entire app using my Droid X to debug.有人说它不会在他们的 HTC Hero 上启动,另一个说它不会在他们的 Cliq 中打开,等等。我使用我的 Droid X 构建了整个应用程序进行调试。 Now that the app is released, and the code is interacting with so many different types of hardware, how do I figure out what may be going wrong for these users?既然应用程序已经发布,并且代码正在与这么多不同类型的硬件进行交互,我该如何找出这些用户可能出了什么问题?

In my Crash errors log I have one record of a crash, and I believe I've already fixed this.在我的崩溃错误日志中,我有一个崩溃记录,我相信我已经解决了这个问题。 It was certainly not responsible for the crashes that users are complaining about.它当然不对用户抱怨的崩溃负责。

Maybe you have to check manually or maybe it's a problem of multiresolution because different mobile have different resolutions.也许您必须手动检查,或者可能是多分辨率的问题,因为不同的手机具有不同的分辨率。 Otherwise if it is possible then you have to include crash log report in your application which send crash logs to your email id.否则,如果可能,那么您必须在您的应用程序中包含崩溃日志报告,该报告将崩溃日志发送到您的电子邮件 ID。

Or you can ask them to install crash log reporter and set your emailid to target for crash report.或者您可以要求他们安装崩溃日志报告器并将您的 emailid 设置为崩溃报告的目标。 Try this link, first one for manually adding code to your application.试试这个链接,第一个用于手动向您的应用程序添加代码。

https://github.com/tomquist/Android-Error-Reporter https://github.com/tomquist/Android-Error-Reporter

http://www.androidzoom.com/android_applications/tools/log-collector_tlt.html http://www.androidzoom.com/android_applications/tools/log-collector_tlt.html

Do you have any Logcat outputs in release mode?您在发布模式下有任何 Logcat 输出吗? May be they help you out..也许他们会帮助你..

Alternatively, you can test it out on 3rd party mobile testing vendors.. Where in you can buy some hours and do some quick testing...或者,您可以在 3rd 方移动测试供应商上对其进行测试。您可以在哪里购买一些时间并进行一些快速测试...

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

相关问题 我的代码正确,我的Droid模拟器运行,但该应用程序无法运行(Eclipse) - My code is correct, my Droid emulator runs, but the App will not run (Eclipse) 我的应用程序可在AVD模拟器中运行,但在Bluestacks中运行时会崩溃 - My app works in AVD emulator, but crashes when I run in Bluestacks 我的android应用在模拟器中崩溃 - My android app crashes in the emulator 我的android应用如何在多个屏幕分辨率的设备上运行? - How my android app will run on multiple screen resolution devices? 如何在三星上调试我的Android应用 - How do I debug my Android app on Samsung 如何激活droid4x上的物理键盘或电源和音量按钮? - How to activate physical keyboard or Power and Volume buttons on droid4x? 当我尝试实现滚动条时,我的应用程序崩溃 - My app crashes when I try to implement a Scroll Bar 我需要在不同的虚拟设备上测试我的应用程序 - I need to test my app on different virtual devices Android Studio不显示我的真实设备调试应用程序 - Android Studio Not Showing My Real Device To Debug App Android Studio 虚拟设备模拟器使我的笔记本电脑崩溃(HP Spectre x360) - Android Studio virtual device emulator crashes my laptop(HP Spectre x360)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM