Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
397 views
in Technique[技术] by (71.8m points)

android - 如何从Android应用程序获取崩溃数据?(How do I obtain crash-data from my Android application?)

How can I get crash data (stack traces at least) from my Android application?

(如何从我的Android应用程序获取崩溃数据(至少是堆栈跟踪)?)

At least when working on my own device being retrieved by cable, but ideally from any instance of my application running on the wild so that I can improve it and make it more solid.

(至少在使用有线电视检索我自己的设备时,最好是从我在野外运行的应用程序的任何实例,以便我可以改进它并使其更加坚固。)

  ask by community wiki translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

You might try the ACRA (Application Crash Report for Android) library:

(您可以尝试ACRA(Android应用程序崩溃报告)库:)

ACRA is a library enabling Android Application to automatically post their crash reports to a GoogleDoc form.

(ACRA是一个库,使Android应用程序能够自动将崩溃报告发布到GoogleDoc表单。)

It is targetted to android applications developers to help them get data from their applications when they crash or behave erroneously.

(它面向Android应用程序开发人员,帮助他们在崩溃或行为错误时从应用程序中获取数据。)

It's easy to install in your app, highly configurable and don't require you to host a server script anywhere... reports are sent to a Google Doc spreadsheet !

(它很容易在您的应用程序中安装,高度可配置,不需要您在任何地方托管服务器脚本...报告将发送到Google Doc电子表格!)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...