commons-app / apps-android-commons

The Wikimedia Commons Android app allows users to upload pictures from their Android phone/tablet to Wikimedia Commons
https://commons-app.github.io/
Apache License 2.0
1.03k stars 1.24k forks source link

Organizing crash/bug reports (ACRAlyzer?) #130

Open misaochan opened 8 years ago

misaochan commented 8 years ago

We currently get most of our crash reports at https://groups.google.com/forum/#!forum/commons-app-android , since that's where the crash report function in the app sends them. Currently, when I want to address a crash report, I copy/paste it to GitHub so it can be discussed and marked 'done' when complete. But there are two downsides to this: (1) duplication of effort/content, and (2) now looking back at the crash report threads, it takes a bit of wracking the brain to remember which ones have been handled and which ones haven't. With more collaborators this might get more difficult.

Do you guys think there might be a better way?

nicolas-raoul commented 8 years ago

You're totally right. We would gain a lot from using ACRA+ACRAlyzer https://github.com/ACRA We would need a server, I guess we could use a Labs instance for that.

misaochan commented 8 years ago

Oh, cool. We seem to already be using ACRA (it's in the external libraries), so we just need to set ACRAlyzer up, right?

nicolas-raoul commented 8 years ago

ACRA can be set up to send crashes directly without going via email. Not sure whether ACRAlyzer can deal with emails. As an example, AnkiDroid uses ACRA+ACRAlyzer without email: https://github.com/ankidroid/Anki-Android