yigit/android-priority-jobqueue

Crash that I can't explain

Open

#299 opened on Dec 29, 2016

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Java (403 forks)batch import
help wanted

Repository metrics

Stars
 (3,406 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hello,

I see the following crash for my app on crashlytics. Don't know in which situation it is reproducible or why it happens. Could you please assist? Stack trace below:

Fatal Exception: java.lang.IllegalStateException: Cannot set a Job from JobHolder after it is sealed. at com.birbit.android.jobqueue.Job.updateFromJobHolder(SourceFile:131) at com.birbit.android.jobqueue.JobHolder$Builder.build(SourceFile:419) at com.birbit.android.jobqueue.JobManagerThread.handleAddJob(SourceFile:131) at com.birbit.android.jobqueue.JobManagerThread.access$000(SourceFile:35) at com.birbit.android.jobqueue.JobManagerThread$1.handleMessage(SourceFile:225) at com.birbit.android.jobqueue.messaging.PriorityMessageQueue.consume(SourceFile:39) at com.birbit.android.jobqueue.JobManagerThread.run(SourceFile:220) at java.lang.Thread.run(Thread.java:841)

Thank You, Dheer

Contributor guide