简体   繁体   English

从Android获取崩溃堆栈跟踪的最简单方法是什么?

[英]What is the easiest way to get a crash stack trace from Android?

Many of my beta testers are non-developers and don't know how to use Eclipse. 我的许多beta测试人员都是非开发人员,不知道如何使用Eclipse。 Is there an EASY way for non-techies to send me stack traces after a crash? 崩溃后,非技术人员是否有一种方便的方式向我发送堆栈跟踪?

Is Eclipse the only way to see a stack trace for an Android app? Eclipse是查看Android应用程序堆栈跟踪的唯一方法吗?

Thanks, 谢谢,

Barry 巴里

Integrate ACRA into your app. ACRA集成到您的应用中。 All crashes (unhandled exceptions) will be posted to a Google Spreadsheet (or a web app you provide) and you can get realtime notifications by email. 所有崩溃(未处理的例外)都会发布到Google电子表格(或您提供的网络应用),您可以通过电子邮件获得实时通知。 If you add the required permission, it can also collect logcat automatically. 如果添加所需权限,它还可以自动收集logcat。

Bugsense does something similar with a much nicer interface, but report details are somewhat limited. Bugsense使用更好的界面做类似的事情,但报告细节有限。

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

相关问题 如何从Android崩溃报告中了解堆栈跟踪以获取崩溃原因 - How to comprehend the stack trace to get to the reason for the crash from android crash report Android WebView:有没有办法获得javascript堆栈跟踪? - Android WebView: is there a way to get a javascript stack trace? 有没有办法从Android看到完整的堆栈跟踪? - Is there a way to see a complete stack trace from android? 没有有用的堆栈跟踪的 Android 应用程序崩溃 - Android app crash without a useful stack trace 在Android上导致SIGSEGV(本机崩溃)的最简单方法? - Easiest way to cause SIGSEGV (native crash) on Android? 无法从android ndk中的堆栈跟踪中获取行号 - Unable to get line no from stack trace in android ndk 获取.apk Android应用安装错误的最简单方法是什么? - What is the easiest way to get installation error of .apk Android app? 在 Android 中获取星期几的最简单方法是什么? - What is the easiest way to get the current day of the week in Android? 从网上更新我的android应用程序上数据的最简单方法是什么 - What is the easiest way to update data on my android application from the web 从 java 中的 Flowable 获取列表的最简单方法是什么? - What's the easiest way to get a list from a Flowable in java?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM