You are on page 1of 2

java.lang.IllegalStateException: Fatal Exception thrown on Scheduler.Worker thread.

at rx.internal.schedulers.ScheduledAction.run(SourceFile:4)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:301)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
Caused by: java.lang.OutOfMemoryError: Failed to allocate a 32 byte allocation with
3989616 free bytes and 3896KB until OOM, target footprint 536870912, growth limit
536870912; failed due to fragmentation (largest possible contiguous allocation 0
bytes)
at android.database.CursorWindow.nativeGetString(Native Method)
at android.database.CursorWindow.getString(CursorWindow.java:475)
at
android.database.AbstractWindowedCursor.getString(AbstractWindowedCursor.java:53)
at o.wh.ˊ(SourceFile:8)
at o.xh.ˋ(SourceFile:8)
at o.mm8.getJunkInfoWithChildren(SourceFile:4)
at o.om8.ͺ(SourceFile:2)
at o.om8$e.ˊ(SourceFile:1)
at o.om8$e.call(SourceFile:1)
at rx.internal.operators.OnSubscribeFromCallable.call(SourceFile:4)
at rx.internal.operators.OnSubscribeFromCallable.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:4)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:1)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:4)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:4)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:1)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:4)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:4)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:1)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:4)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:4)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:1)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:4)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:4)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:1)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:4)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:4)
at rx.internal.operators.OnSubscribeMap.call(SourceFile:1)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:4)
at rx.internal.operators.OnSubscribeLift.call(SourceFile:1)
at rx.Observable.unsafeSubscribe(SourceFile:2)
at
rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(SourceFile:4)
at
rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call(SourceFile:2)
at rx.internal.schedulers.ScheduledAction.run(SourceFile:2)
... 6 more

You might also like