getodk / collect

ODK Collect is an Android app for filling out forms. It's been used to collect billions of data points in challenging environments around the world. Contribute and make the world a better place! ✨📋✨
https://docs.getodk.org/collect-intro
Other
717 stars 1.38k forks source link

Log exceptions that happen during background tasks #6480

Closed seadowg closed 3 weeks ago

seadowg commented 3 weeks ago

Exceptions from our TaskSpec implementations will now be logged as non fatals to Crashlytics. Additionally, I've wrapped exceptions that occur during entity list updates in a specific exception so that it'll be easier to track them.