Android-job: crash faced in 1.1.8

Created on 30 Mar 2017  路  5Comments  路  Source: evernote/android-job

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.content.Intent.getIntExtra(java.lang.String, int)' on a null object reference
at com.evernote.android.job.WakeLockUtil.completeWakefulIntent(WakeLockUtil.java:119)
at com.evernote.android.job.JobRescheduleService.onHandleIntent(JobRescheduleService.java:69)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.os.HandlerThread.run(HandlerThread.java:61)

bug

Most helpful comment

All 5 comments

Thanks for reporting. It'll be fixed in then next version. You can give it a try if you want:

repositories {
    jcenter()

    maven {
        url 'https://oss.sonatype.org/content/repositories/snapshots/'
    }
}

dependencies {
    compile 'com.evernote:android-job:1.1.9-SNAPSHOT'
}

When is the next release scheduled?

We don't have a fixed release cycle. There's nothing wrong with the latest snapshot. But probably after #173 is merged I'll publish a stable release.

thanks, but my app is crashing in prod. now i have to send an update :(

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ExploiTR picture ExploiTR  路  6Comments

ruhul015 picture ruhul015  路  4Comments

v4-adi picture v4-adi  路  3Comments

judemanutd picture judemanutd  路  4Comments

letos picture letos  路  4Comments