googlearchive / firebase-jobdispatcher-android

DEPRECATED please see the README.md below for details.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArrayIndexOutOfBoundsException during schedule

shwethag opened this issue · comments

I'm seeing a lot of crashes in google play console with this stack trace. It is happening on kitkat devices. Please check.

java.lang.ArrayIndexOutOfBoundsException:
at android.support.v4.util.SimpleArrayMap.indexOf (SimpleArrayMap.java:77)
at android.support.v4.util.SimpleArrayMap.indexOfKey (SimpleArrayMap.java:283)
at android.support.v4.util.SimpleArrayMap.get (SimpleArrayMap.java:323)
at com.firebase.jobdispatcher.GooglePlayReceiver.onSchedule (GooglePlayReceiver.java:268)
at com.firebase.jobdispatcher.GooglePlayDriver.schedule (GooglePlayDriver.java:88)
at com.firebase.jobdispatcher.FirebaseJobDispatcher.schedule (FirebaseJobDispatcher.java:85)

In April 2019 we announced that Firebase Job Dispatcher would be deprecated today, April 7th 2020. For this reason we are going to close all open issues and archive the repository. We will also stop supporting FJD for new app installations (such as those targeting sdk versions greater than Android Q). Existing apps that rely on FJD should continue to function as usual.

While we will no longer work on FJD, we encourage you to migrate to Work Manager which is a superior tool and fully supported by the Android team.

Thank you for taking the time to try the library and provide this feedback. We sincerely appreciate your effort and we apologize for not addressing it in time.