algolia / algoliasearch-client-android

Algolia Search API Client for Android
MIT License
99 stars 29 forks source link

RuntimeExceptionError when app is in background #584

Open miibpa opened 3 years ago

miibpa commented 3 years ago

Describe the bug 🐛 We have several crashes appearing in Crashlytics due to an issue on the Evernote android-job library described here

To Reproduce 🔍 Steps to reproduce the behavior: Impossible to reproduce ATM

Expected behavior 💭 No crashes arriving to Crashlytics

Environment:

Additional context After analyzing our dependency tree, the only usage of this evernote library comes from the algoliasearch library, pointing to version 1.2.6 of evernote android-job library, that is an outdated version, it seems that from the 1.3.0 version of the evernote android-job library this issue is solved, an upgrade from your side may solve this.

aallam commented 3 years ago

Hello @miibpa, This library does not have Evernote android-job as a dependency, however InstantSearch Insights does! To solve the issue, did you try manually specifying the newer version of android-job in your dependencies?

miibpa commented 3 years ago

Hi @Aallam, we changed the version of the android job library in our app, unfortunately ATM we don't know how to reproduce this issue, as this is a theoretical solution, the only thing that we can do is release a new version and keep monitoring crashes to see if number decreases. We'll maintain you informed on the results of this "experiment".

Cheers