Some of my users are experiencing a crash with the following error. If it's any help: the count method is called inside a SyncAdapter
Fatal Exception: java.lang.RuntimeException: cannot get the result of the JobManager query
at com.birbit.android.jobqueue.JobManager$IntQueryFuture.getSafe(JobManager.java:533)
at com.birbit.android.jobqueue.JobManager.count(JobManager.java:411)
Some of my users are experiencing a crash with the following error. If it's any help: the
count
method is called inside a SyncAdapterI couldn't find the reason why this would happen.