1

I would like to know how others are finding the Android SDK version number and device info in crash reports for applications in production. How do you know if its on a Samsung Galaxy Infuse running Android 2.3? I am considering using ACRA for a an app that has millions of downloads, however I am not going to introduce a new library like ACRA in the code base without some significant justification and recommendation in terms of what apps are using ACRA.

One approach that has been identified is to upload the information w/o an API to a spreadsheet: See: https://stackoverflow.com/questions/11217508/android-crash-handler-to-upload-info-to-google-spreadsheet

4

1 に答える 1

0

さて、独自の Google スプレッドシート クラッシュ レポート アップローダの実装を開始する場合は、なぜ ACRA を使用したくないのでしょうか? 最新バージョン 4.2.3 は 1 年前のもので (安定しています)、10000 回以上ダウンロードされており、Facebook、Shazam、Winamp などの主要なアプリで使用されています。新しいベータ版は 8 月の最初の数週間で提供されます。

自分の目で確かめてください: http://www.appbrain.com/stats/libraries/details/acra/acra

必要なものを実装する際に 2 年間の経験を活かすことができるのに、なぜ自分で実装する必要があるのでしょうか?

ACRA lib 全体が恐ろしく見える場合 (セットアップに 5 分かかる場合でも)、ソースを見て GoogleFormSender クラスを選択するだけです。

ACRAについてご不明な点がございましたら、お気軽にお問い合わせください。

于 2012-07-29T20:49:52.907 に答える