yigit/android-priority-jobqueue

Crash that I can't explain

Open

#299 opened on 2016年12月29日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)Java (403 forks)batch import
help wanted

Repository metrics

Stars
 (3,406 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド