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

貢獻者指南