yigit/android-priority-jobqueue

Crash that I can't explain

Open

#299 创建于 2016年12月29日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Java (403 fork)batch import
help wanted

仓库指标

Star
 (3,406 star)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南