RuntimeExceptionError when app is in background
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:
- OS: android
- Version: seen in android 10 but may affect other versions
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.
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?
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