mirror of
https://github.com/etesync/android
synced 2025-02-02 19:01:06 +00:00
b8299a81ce
This will make it easier to identify and fix crashes. Until now we relied on user to automatically figure out if the app has crashed and gather debug info manually. This didn't work well, especially in places like "import" where they just assumed the import finished successfully if there was a crash. This change makes it so whenever there's a crash, the email app is opened with a template email and the stack trace attached. This should make it easier for us to detect and fix issues. Important to note: nothing is sent automatically. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle | ||
lint.xml | ||
proguard-rules.txt |