daily pastebin goal
72%
SHARE
TWEET

Untitled

a guest Jun 28th, 2017 19 Never
Upgrade to PRO!
ENDING IN00days00hours00mins00secs
 
  1. "Signal Catcher" daemon prio=5 tid=2 Runnable
  2.   | group="system" sCount=0 dsCount=0 obj=0x12ef70a0 self=0x7f74252000
  3.   | sysTid=1085 nice=0 cgrp=default sched=0/0 handle=0x7f7473f440
  4.   | state=R schedstat=( 13725833 160676 11 ) utm=1 stm=0 core=2 HZ=100
  5.   | stack=0x7f74643000-0x7f74645000 stackSize=1013KB
  6.   | held mutexes= "mutator lock"(shared held)
  7.   native: pc 000000000048c768  /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiPKcPNS_9ArtMethodEPv+236)
  8.   native: pc 000000000045bd90  /system/lib64/libart.so (_ZNK3art6Thread4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+220)
  9.   native: pc 0000000000468508  /system/lib64/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+688)
  10.   native: pc 0000000000469420  /system/lib64/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+276)
  11.   native: pc 0000000000469adc  /system/lib64/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+188)
  12.   native: pc 000000000046a3c4  /system/lib64/libart.so (_ZN3art10ThreadList14DumpForSigQuitERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+492)
  13.   native: pc 0000000000432b94  /system/lib64/libart.so (_ZN3art7Runtime14DumpForSigQuitERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+96)
  14.   native: pc 0000000000440218  /system/lib64/libart.so (_ZN3art13SignalCatcher13HandleSigQuitEv+1256)
  15.   native: pc 0000000000440e8c  /system/lib64/libart.so (_ZN3art13SignalCatcher3RunEPv+552)
  16.   native: pc 0000000000067104  /system/lib64/libc.so (_ZL15__pthread_startPv+52)
  17.   native: pc 000000000001eec4  /system/lib64/libc.so (__start_thread+16)
  18.  
  19. "main" prio=5 tid=1 Blocked
  20.   | group="main" sCount=1 dsCount=0 obj=0x76366530 self=0x7f757fba00
  21.   | sysTid=1079 nice=-4 cgrp=default sched=0/0 handle=0x7f78f22fc8
  22.   | state=S schedstat=( 3793272703 808813496 6478 ) utm=295 stm=84 core=3 HZ=100
  23.   | stack=0x7fd4310000-0x7fd4312000 stackSize=8MB
  24.   | held mutexes=
  25.   at com.twitter.sdk.android.core.internal.IdManager.getAdvertisingInfo (IdManager.java:180)
  26. - waiting to lock <0x043c645c> (a com.twitter.sdk.android.core.internal.j) held by thread 108 (tid=108)
  27.   at com.twitter.sdk.android.core.internal.IdManager.getAdvertisingId (IdManager.java:204)
  28.   at com.twitter.sdk.android.core.internal.scribe.DefaultScribeClient.<init> (DefaultScribeClient.java:79)
  29.   at com.twitter.sdk.android.core.internal.scribe.DefaultScribeClient.<init> (DefaultScribeClient.java:66)
  30.   at com.twitter.sdk.android.tweetui.TweetUi.setUpScribeClient (TweetUi.java:91)
  31.   at com.twitter.sdk.android.tweetui.TweetUi.<init> (TweetUi.java:76)
  32.   at com.twitter.sdk.android.tweetui.TweetUi.getInstance (TweetUi.java:60)
  33. - locked <0x0f72f365> (a java.lang.Class<com.twitter.sdk.android.tweetui.aa>)
  34.   at com.twitter.sdk.android.tweetui.TweetUtils.loadTweet (TweetUtils.java:48)
  35.   at pl.OUR_APP.adapter.article.vh.TwitterViewHolder.loadTweet (TwitterViewHolder.java:50)
  36.   at pl.OUR_APP.adapter.article.vh.TwitterViewHolder.populateView (TwitterViewHolder.java:40)
  37.   at pl.OUR_APP.adapter.article.ArticleTypeBaseAdapter.onBindViewHolder (ArticleTypeBaseAdapter.java:233)
  38.   at android.support.v7.widget.RecyclerView$Adapter.onBindViewHolder$16dbee04 (RecyclerView.java:6356)
  39.   at android.support.v7.widget.RecyclerView$Adapter.bindViewHolder (RecyclerView.java:6389)
  40.   at android.support.v7.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline (RecyclerView.java:5335)
  41.   at android.support.v7.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline$11018fa5 (RecyclerView.java:5598)
  42.   at android.support.v7.widget.GapWorker.prefetchPositionWithDeadline (GapWorker.java:282)
  43.   at android.support.v7.widget.GapWorker.flushTaskWithDeadline (GapWorker.java:336)
  44.   at android.support.v7.widget.GapWorker.flushTasksWithDeadline (GapWorker.java:349)
  45.   at android.support.v7.widget.GapWorker.prefetch (GapWorker.java:356)
  46.   at android.support.v7.widget.GapWorker.run (GapWorker.java:387)
  47.   at android.os.Handler.handleCallback (Handler.java:739)
  48.   at android.os.Handler.dispatchMessage (Handler.java:95)
  49.   at android.os.Looper.loop (Looper.java:148)
  50.   at android.app.ActivityThread.main (ActivityThread.java:5525)
  51.   at java.lang.reflect.Method.invoke! (Native method)
  52.   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:730)
  53.   at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:620)
  54.  
  55. "FinalizerDaemon" daemon prio=5 tid=3 Waiting
  56.   | group="system" sCount=1 dsCount=0 obj=0x12eeed60 self=0x7f743c4a00
  57.   | sysTid=1088 nice=0 cgrp=default sched=0/0 handle=0x7f7453b440
  58.   | state=S schedstat=( 7419008 7277707 17 ) utm=0 stm=0 core=4 HZ=100
  59.   | stack=0x7f74439000-0x7f7443b000 stackSize=1037KB
  60.   | held mutexes=
  61.   at java.lang.Object.wait! (Native method)
  62. - waiting on <0x0f38983a> (a java.lang.ref.ReferenceQueue)
  63.   at java.lang.Object.wait (Object.java:423)
  64.   at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:101)
  65. - locked <0x0f38983a> (a java.lang.ref.ReferenceQueue)
  66.   at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:72)
  67.   at java.lang.Daemons$FinalizerDaemon.run (Daemons.java:185)
  68.   at java.lang.Thread.run (Thread.java:818)
  69.  
  70. "ReferenceQueueDaemon" daemon prio=5 tid=4 Waiting
  71.   | group="system" sCount=1 dsCount=0 obj=0x12eeed00 self=0x7f743c4000
  72.   | sysTid=1086 nice=0 cgrp=default sched=0/0 handle=0x7f74640440
  73.   | state=S schedstat=( 2929744 7268958 20 ) utm=0 stm=0 core=4 HZ=100
  74.   | stack=0x7f7453e000-0x7f74540000 stackSize=1037KB
  75.   | held mutexes=
  76.   at java.lang.Object.wait! (Native method)
  77. - waiting on <0x0056aceb> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
  78.   at java.lang.Daemons$ReferenceQueueDaemon.run (Daemons.java:147)
  79. - locked <0x0056aceb> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
  80.   at java.lang.Thread.run (Thread.java:818)
  81.  
  82. "HeapTaskDaemon" daemon prio=5 tid=5 Blocked
  83.   | group="system" sCount=1 dsCount=0 obj=0x12eeee20 self=0x7f743c5e00
  84.   | sysTid=1090 nice=0 cgrp=default sched=0/0 handle=0x7f7413a440
  85.   | state=S schedstat=( 48479845 19452293 38 ) utm=4 stm=0 core=2 HZ=100
  86.   | stack=0x7f74038000-0x7f7403a000 stackSize=1037KB
  87.   | held mutexes=
  88.   native: pc 000000000001c24c  /system/lib64/libc.so (syscall+28)
  89.   native: pc 000000000013b754  /system/lib64/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+136)
  90.   native: pc 0000000000269fbc  /system/lib64/libart.so (_ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+128)
  91.   native: pc 000000000026a624  /system/lib64/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+120)
  92.   native: pc 0000000000023a9c  /system/framework/arm64/boot.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+128)
  93.   at dalvik.system.VMRuntime.runHeapTasks (Native method)
  94. - waiting to lock an unknown object
  95.   at java.lang.Daemons$HeapTaskDaemon.run (Daemons.java:355)
  96.   at java.lang.Thread.run (Thread.java:818)
  97.  
  98. "FinalizerWatchdogDaemon" daemon prio=5 tid=6 Waiting
  99.   | group="system" sCount=1 dsCount=0 obj=0x12eeedc0 self=0x7f743c5400
  100.   | sysTid=1089 nice=0 cgrp=default sched=0/0 handle=0x7f7423f440
  101.   | state=S schedstat=( 1113803 1737814 11 ) utm=0 stm=0 core=1 HZ=100
  102.   | stack=0x7f7413d000-0x7f7413f000 stackSize=1037KB
  103.   | held mutexes=
  104.   at java.lang.Object.wait! (Native method)
  105. - waiting on <0x06596a48> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  106.   at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject (Daemons.java:255)
  107. - locked <0x06596a48> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  108.   at java.lang.Daemons$FinalizerWatchdogDaemon.run (Daemons.java:227)
  109.   at java.lang.Thread.run (Thread.java:818)
  110.  
  111. "Binder_1" prio=5 tid=7 Native
  112.   | group="main" sCount=1 dsCount=0 obj=0x12efd0a0 self=0x7f757fe200
  113.   | sysTid=1091 nice=0 cgrp=default sched=0/0 handle=0x7f73f37440
  114.   | state=S schedstat=( 37906714 100291917 257 ) utm=1 stm=2 core=0 HZ=100
  115.   | stack=0x7f73e3b000-0x7f73e3d000 stackSize=1013KB
  116.   | held mutexes=
  117.   native: pc 0000000000069ce0  /system/lib64/libc.so (__ioctl+4)
  118.   native: pc 00000000000736a8  /system/lib64/libc.so (ioctl+100)
  119.   native: pc 000000000002d490  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+164)
  120.   native: pc 000000000002dd58  /system/lib64/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+24)
  121.   native: pc 000000000002de74  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+76)
  122.   native: pc 00000000000368fc  /system/lib64/libbinder.so (???)
  123.   native: pc 0000000000015964  /system/lib64/libutils.so (_ZN7android6Thread11_threadLoopEPv+208)
  124.   native: pc 0000000000093040  /system/lib64/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+96)
  125.   native: pc 00000000000151b4  /system/lib64/libutils.so (???)
  126.   native: pc 0000000000067104  /system/lib64/libc.so (_ZL15__pthread_startPv+52)
  127.   native: pc 000000000001eec4  /system/lib64/libc.so (__start_thread+16)
  128.  
  129. "Binder_2" prio=5 tid=8 Native
  130.   | group="main" sCount=1 dsCount=0 obj=0x12f110a0 self=0x7f7425f400
  131.   | sysTid=1092 nice=0 cgrp=default sched=0/0 handle=0x7f73e38440
  132.   | state=S schedstat=( 53614228 85231820 283 ) utm=4 stm=1 core=1 HZ=100
  133.   | stack=0x7f73d3c000-0x7f73d3e000 stackSize=1013KB
  134.   | held mutexes=
  135.   native: pc 0000000000069ce0  /system/lib64/libc.so (__ioctl+4)
  136.   native: pc 00000000000736a8  /system/lib64/libc.so (ioctl+100)
  137.   native: pc 000000000002d490  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+164)
  138.   native: pc 000000000002dd58  /system/lib64/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+24)
  139.   native: pc 000000000002de74  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+76)
  140.   native: pc 00000000000368fc  /system/lib64/libbinder.so (???)
  141.   native: pc 0000000000015964  /system/lib64/libutils.so (_ZN7android6Thread11_threadLoopEPv+208)
  142.   native: pc 0000000000093040  /system/lib64/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+96)
  143.   native: pc 00000000000151b4  /system/lib64/libutils.so (???)
  144.   native: pc 0000000000067104  /system/lib64/libc.so (_ZL15__pthread_startPv+52)
  145.   native: pc 000000000001eec4  /system/lib64/libc.so (__start_thread+16)
  146.  
  147. "GoogleApiHandler" prio=5 tid=9 Native
  148.   | group="main" sCount=1 dsCount=0 obj=0x12f1c8e0 self=0x7f743c7200
  149.   | sysTid=1096 nice=9 cgrp=default sched=0/0 handle=0x7f73cc1440
  150.   | state=S schedstat=( 59131667 19909114 97 ) utm=5 stm=0 core=1 HZ=100
  151.   | stack=0x7f73bbf000-0x7f73bc1000 stackSize=1037KB
  152.   | held mutexes=
  153.   native: pc 0000000000069f24  /system/lib64/libc.so (__epoll_pwait+8)
  154.   native: pc 000000000001f524  /system/lib64/libc.so (epoll_pwait+32)
  155.   native: pc 000000000001b038  /system/lib64/libutils.so (_ZN7android6Looper9pollInnerEi+144)
  156.   native: pc 000000000001b418  /system/lib64/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+80)
  157.   native: pc 00000000000d57ac  /system/lib64/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+48)
  158.   native: pc 00000000006b764c  /system/framework/arm64/boot.oat (Java_android_os_MessageQueue_nativePollOnce__JI+144)
  159.   at android.os.MessageQueue.nativePollOnce (Native method)
  160.   at android.os.MessageQueue.next (MessageQueue.java:323)
  161.   at android.os.Looper.loop (Looper.java:135)
  162.   at android.os.HandlerThread.run (HandlerThread.java:61)
  163.  
  164. "Measurement Worker" prio=5 tid=10 TimedWaiting
  165.   | group="main" sCount=1 dsCount=0 obj=0x13057760 self=0x7f7562a600
  166.   | sysTid=1100 nice=0 cgrp=default sched=0/0 handle=0x7f6f2a3440
  167.   | state=S schedstat=( 123933346 30332711 169 ) utm=8 stm=4 core=2 HZ=100
  168.   | stack=0x7f6f1a1000-0x7f6f1a3000 stackSize=1037KB
  169.   | held mutexes=
  170.   at java.lang.Object.wait! (Native method)
  171. - waiting on <0x0e2460e1> (a java.lang.Object)
  172.   at java.lang.Object.wait (Object.java:423)
  173.   at com.google.android.gms.b.fb$d.run (unavailable)
  174. - locked <0x0e2460e1> (a java.lang.Object)
  175.  
  176. "AsyncTask #1" prio=5 tid=11 Waiting
  177.   | group="main" sCount=1 dsCount=0 obj=0x13057ee0 self=0x7f757fc400
  178.   | sysTid=1101 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x7f6f03f440
  179.   | state=S schedstat=( 65534178 16812552 80 ) utm=5 stm=1 core=3 HZ=100
  180.   | stack=0x7f6ef3d000-0x7f6ef3f000 stackSize=1037KB
  181.   | held mutexes=
  182.   at java.lang.Object.wait! (Native method)
  183. - waiting on <0x0a07fe06> (a java.lang.Object)
  184.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  185. - locked <0x0a07fe06> (a java.lang.Object)
  186.   at sun.misc.Unsafe.park (Unsafe.java:299)
  187.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  188.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  189.   at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:410)
  190.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  191.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  192.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  193.   at java.lang.Thread.run (Thread.java:818)
  194.  
  195. "AsyncTask #2" prio=5 tid=13 Waiting
  196.   | group="main" sCount=1 dsCount=0 obj=0x130bb100 self=0x7f757fce00
  197.   | sysTid=1103 nice=0 cgrp=default sched=0/0 handle=0x7f59e66440
  198.   | state=S schedstat=( 3410421 6199790 20 ) utm=0 stm=0 core=5 HZ=100
  199.   | stack=0x7f59d64000-0x7f59d66000 stackSize=1037KB
  200.   | held mutexes=
  201.   at java.lang.Object.wait! (Native method)
  202. - waiting on <0x03712cc7> (a java.lang.Object)
  203.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  204. - locked <0x03712cc7> (a java.lang.Object)
  205.   at sun.misc.Unsafe.park (Unsafe.java:299)
  206.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  207.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  208.   at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:410)
  209.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  210.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  211.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  212.   at java.lang.Thread.run (Thread.java:818)
  213.  
  214. "AsyncTask #3" prio=5 tid=12 Waiting
  215.   | group="main" sCount=1 dsCount=0 obj=0x130bb1c0 self=0x7f757fd800
  216.   | sysTid=1104 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x7f59d61440
  217.   | state=S schedstat=( 2403751 2732029 13 ) utm=0 stm=0 core=1 HZ=100
  218.   | stack=0x7f59c5f000-0x7f59c61000 stackSize=1037KB
  219.   | held mutexes=
  220.   at java.lang.Object.wait! (Native method)
  221. - waiting on <0x0bbee2f4> (a java.lang.Object)
  222.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  223. - locked <0x0bbee2f4> (a java.lang.Object)
  224.   at sun.misc.Unsafe.park (Unsafe.java:299)
  225.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  226.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  227.   at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:410)
  228.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  229.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  230.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  231.   at java.lang.Thread.run (Thread.java:818)
  232.  
  233. "AsyncTask #4" prio=5 tid=14 Waiting
  234.   | group="main" sCount=1 dsCount=0 obj=0x130bb220 self=0x7f743be200
  235.   | sysTid=1105 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x7f59c5c440
  236.   | state=S schedstat=( 8891203 3742655 23 ) utm=0 stm=0 core=0 HZ=100
  237.   | stack=0x7f59b5a000-0x7f59b5c000 stackSize=1037KB
  238.   | held mutexes=
  239.   at java.lang.Object.wait! (Native method)
  240. - waiting on <0x06252a1d> (a java.lang.Object)
  241.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  242. - locked <0x06252a1d> (a java.lang.Object)
  243.   at sun.misc.Unsafe.park (Unsafe.java:299)
  244.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  245.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  246.   at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:410)
  247.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  248.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  249.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  250.   at java.lang.Thread.run (Thread.java:818)
  251.  
  252. "pool-1-thread-1" prio=5 tid=15 TimedWaiting
  253.   | group="main" sCount=1 dsCount=0 obj=0x130f1280 self=0x7f74269200
  254.   | sysTid=1108 nice=0 cgrp=default sched=0/0 handle=0x7f6ef3a440
  255.   | state=S schedstat=( 2835623 10726980 18 ) utm=0 stm=0 core=1 HZ=100
  256.   | stack=0x7f6ee38000-0x7f6ee3a000 stackSize=1037KB
  257.   | held mutexes=
  258.   at java.lang.Object.wait! (Native method)
  259. - waiting on <0x0015f492> (a java.lang.Object)
  260.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  261. - locked <0x0015f492> (a java.lang.Object)
  262.   at sun.misc.Unsafe.park (Unsafe.java:299)
  263.   at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:198)
  264.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2053)
  265.   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1090)
  266.   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1071)
  267.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  268.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  269.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  270.   at java.lang.Thread.run (Thread.java:818)
  271.  
  272. "pool-2-thread-1" prio=5 tid=16 Waiting
  273.   | group="main" sCount=1 dsCount=0 obj=0x130f12e0 self=0x7f74269c00
  274.   | sysTid=1109 nice=0 cgrp=default sched=0/0 handle=0x7f59b57440
  275.   | state=S schedstat=( 30213334 7778906 37 ) utm=3 stm=0 core=3 HZ=100
  276.   | stack=0x7f59a55000-0x7f59a57000 stackSize=1037KB
  277.   | held mutexes=
  278.   at java.lang.Object.wait! (Native method)
  279. - waiting on <0x04c9ce63> (a java.lang.Object)
  280.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  281. - locked <0x04c9ce63> (a java.lang.Object)
  282.   at sun.misc.Unsafe.park (Unsafe.java:299)
  283.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  284.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  285.   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1078)
  286.   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1071)
  287.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  288.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  289.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  290.   at java.lang.Thread.run (Thread.java:818)
  291.  
  292. "Queue" prio=10 tid=17 Waiting
  293.   | group="main" sCount=1 dsCount=0 obj=0x130bb3a0 self=0x7f743bec00
  294.   | sysTid=1111 nice=-8 cgrp=default sched=0/0 handle=0x7f59a52440
  295.   | state=S schedstat=( 26119486 12273123 38 ) utm=2 stm=0 core=4 HZ=100
  296.   | stack=0x7f59950000-0x7f59952000 stackSize=1037KB
  297.   | held mutexes=
  298.   at java.lang.Object.wait! (Native method)
  299. - waiting on <0x0a613a60> (a java.lang.Object)
  300.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  301. - locked <0x0a613a60> (a java.lang.Object)
  302.   at sun.misc.Unsafe.park (Unsafe.java:299)
  303.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  304.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  305.   at java.util.concurrent.PriorityBlockingQueue.take (PriorityBlockingQueue.java:510)
  306.   at io.a.a.a.a.c.c.a (DependencyPriorityBlockingQueue.java:1197)
  307.   at io.a.a.a.a.c.c.take (DependencyPriorityBlockingQueue.java:4065)
  308.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  309.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  310.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  311.   at java.lang.Thread.run (Thread.java:818)
  312.  
  313. "Queue" prio=10 tid=18 Waiting
  314.   | group="main" sCount=1 dsCount=0 obj=0x130bb400 self=0x7f743bf600
  315.   | sysTid=1112 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x7f5994d440
  316.   | state=S schedstat=( 24513801 20390159 68 ) utm=2 stm=0 core=1 HZ=100
  317.   | stack=0x7f5984b000-0x7f5984d000 stackSize=1037KB
  318.   | held mutexes=
  319.   at java.lang.Object.wait! (Native method)
  320. - waiting on <0x016f4b19> (a java.lang.Object)
  321.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  322. - locked <0x016f4b19> (a java.lang.Object)
  323.   at sun.misc.Unsafe.park (Unsafe.java:299)
  324.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  325.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  326.   at java.util.concurrent.PriorityBlockingQueue.take (PriorityBlockingQueue.java:510)
  327.   at io.a.a.a.a.c.c.a (DependencyPriorityBlockingQueue.java:1197)
  328.   at io.a.a.a.a.c.c.take (DependencyPriorityBlockingQueue.java:4065)
  329.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  330.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  331.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  332.   at java.lang.Thread.run (Thread.java:818)
  333.  
  334. "Queue" prio=10 tid=19 Waiting
  335.   | group="main" sCount=1 dsCount=0 obj=0x130bb4c0 self=0x7f73b18a00
  336.   | sysTid=1115 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x7f5963e440
  337.   | state=S schedstat=( 2530727 193593 11 ) utm=0 stm=0 core=1 HZ=100
  338.   | stack=0x7f5953c000-0x7f5953e000 stackSize=1037KB
  339.   | held mutexes=
  340.   at java.lang.Object.wait! (Native method)
  341. - waiting on <0x039ac7de> (a java.lang.Object)
  342.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  343. - locked <0x039ac7de> (a java.lang.Object)
  344.   at sun.misc.Unsafe.park (Unsafe.java:299)
  345.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  346.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  347.   at java.util.concurrent.PriorityBlockingQueue.take (PriorityBlockingQueue.java:510)
  348.   at io.a.a.a.a.c.c.a (DependencyPriorityBlockingQueue.java:1197)
  349.   at io.a.a.a.a.c.c.take (DependencyPriorityBlockingQueue.java:4065)
  350.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  351.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  352.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  353.   at java.lang.Thread.run (Thread.java:818)
  354.  
  355. "Queue" prio=10 tid=21 Waiting
  356.   | group="main" sCount=1 dsCount=0 obj=0x130bb460 self=0x7f73b18000
  357.   | sysTid=1113 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x7f59848440
  358.   | state=S schedstat=( 1515936 149166 10 ) utm=0 stm=0 core=1 HZ=100
  359.   | stack=0x7f59746000-0x7f59748000 stackSize=1037KB
  360.   | held mutexes=
  361.   at java.lang.Object.wait! (Native method)
  362. - waiting on <0x0580edbf> (a java.lang.Object)
  363.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  364. - locked <0x0580edbf> (a java.lang.Object)
  365.   at sun.misc.Unsafe.park (Unsafe.java:299)
  366.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  367.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  368.   at java.util.concurrent.PriorityBlockingQueue.take (PriorityBlockingQueue.java:510)
  369.   at io.a.a.a.a.c.c.a (DependencyPriorityBlockingQueue.java:1197)
  370.   at io.a.a.a.a.c.c.take (DependencyPriorityBlockingQueue.java:4065)
  371.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  372.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  373.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  374.   at java.lang.Thread.run (Thread.java:818)
  375.  
  376. "Queue" prio=10 tid=22 Waiting
  377.   | group="main" sCount=1 dsCount=0 obj=0x130bb520 self=0x7f73b19400
  378.   | sysTid=1116 nice=-8 cgrp=default sched=0/0 handle=0x7f59539440
  379.   | state=S schedstat=( 1383335 1525886 14 ) utm=0 stm=0 core=0 HZ=100
  380.   | stack=0x7f59437000-0x7f59439000 stackSize=1037KB
  381.   | held mutexes=
  382.   at java.lang.Object.wait! (Native method)
  383. - waiting on <0x010f9c8c> (a java.lang.Object)
  384.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  385. - locked <0x010f9c8c> (a java.lang.Object)
  386.   at sun.misc.Unsafe.park (Unsafe.java:299)
  387.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  388.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  389.   at java.util.concurrent.PriorityBlockingQueue.take (PriorityBlockingQueue.java:510)
  390.   at io.a.a.a.a.c.c.a (DependencyPriorityBlockingQueue.java:1197)
  391.   at io.a.a.a.a.c.c.take (DependencyPriorityBlockingQueue.java:4065)
  392.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  393.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  394.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  395.   at java.lang.Thread.run (Thread.java:818)
  396.  
  397. "Queue" prio=10 tid=23 Waiting
  398.   | group="main" sCount=1 dsCount=0 obj=0x130bb580 self=0x7f73b19e00
  399.   | sysTid=1117 nice=-8 cgrp=default sched=0/0 handle=0x7f59434440
  400.   | state=S schedstat=( 630785 203594 12 ) utm=0 stm=0 core=1 HZ=100
  401.   | stack=0x7f59332000-0x7f59334000 stackSize=1037KB
  402.   | held mutexes=
  403.   at java.lang.Object.wait! (Native method)
  404. - waiting on <0x05a07fd5> (a java.lang.Object)
  405.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  406. - locked <0x05a07fd5> (a java.lang.Object)
  407.   at sun.misc.Unsafe.park (Unsafe.java:299)
  408.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  409.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  410.   at java.util.concurrent.PriorityBlockingQueue.take (PriorityBlockingQueue.java:510)
  411.   at io.a.a.a.a.c.c.a (DependencyPriorityBlockingQueue.java:1197)
  412.   at io.a.a.a.a.c.c.take (DependencyPriorityBlockingQueue.java:4065)
  413.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  414.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  415.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  416.   at java.lang.Thread.run (Thread.java:818)
  417.  
  418. "Queue" prio=10 tid=24 Waiting
  419.   | group="main" sCount=1 dsCount=0 obj=0x130bb5e0 self=0x7f73b1a800
  420.   | sysTid=1118 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x7f5932f440
  421.   | state=S schedstat=( 4015050 4538699 16 ) utm=0 stm=0 core=0 HZ=100
  422.   | stack=0x7f5922d000-0x7f5922f000 stackSize=1037KB
  423.   | held mutexes=
  424.   at java.lang.Object.wait! (Native method)
  425. - waiting on <0x000783ea> (a java.lang.Object)
  426.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  427. - locked <0x000783ea> (a java.lang.Object)
  428.   at sun.misc.Unsafe.park (Unsafe.java:299)
  429.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  430.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  431.   at java.util.concurrent.PriorityBlockingQueue.take (PriorityBlockingQueue.java:510)
  432.   at io.a.a.a.a.c.c.a (DependencyPriorityBlockingQueue.java:1197)
  433.   at io.a.a.a.a.c.c.take (DependencyPriorityBlockingQueue.java:4065)
  434.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  435.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  436.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  437.   at java.lang.Thread.run (Thread.java:818)
  438.  
  439. "Answers Events Handler1" prio=5 tid=25 TimedWaiting
  440.   | group="main" sCount=1 dsCount=0 obj=0x130bbfa0 self=0x7f73b1bc00
  441.   | sysTid=1121 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x7f5922a440
  442.   | state=S schedstat=( 25810468 58144748 162 ) utm=1 stm=1 core=2 HZ=100
  443.   | stack=0x7f59128000-0x7f5912a000 stackSize=1037KB
  444.   | held mutexes=
  445.   at java.lang.Object.wait! (Native method)
  446. - waiting on <0x0e60a6db> (a java.lang.Object)
  447.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  448. - locked <0x0e60a6db> (a java.lang.Object)
  449.   at sun.misc.Unsafe.park (Unsafe.java:299)
  450.   at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:198)
  451.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2053)
  452.   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1090)
  453.   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1071)
  454.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  455.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  456.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  457.   at io.a.a.a.a.b.n$1$1.a (ExecutorUtils.java:75)
  458.   at io.a.a.a.a.b.h.run (BackgroundPriorityRunnable.java:30)
  459.   at java.lang.Thread.run (Thread.java:818)
  460.  
  461. "Crashlytics Exception Handler1" prio=5 tid=27 Waiting
  462.   | group="main" sCount=1 dsCount=0 obj=0x131aa8e0 self=0x7f743c6800
  463.   | sysTid=1127 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x7f58f1b440
  464.   | state=S schedstat=( 28785941 17020987 31 ) utm=2 stm=0 core=2 HZ=100
  465.   | stack=0x7f58e19000-0x7f58e1b000 stackSize=1037KB
  466.   | held mutexes=
  467.   at java.lang.Object.wait! (Native method)
  468. - waiting on <0x0a5ff578> (a java.lang.Object)
  469.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  470. - locked <0x0a5ff578> (a java.lang.Object)
  471.   at sun.misc.Unsafe.park (Unsafe.java:299)
  472.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  473.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  474.   at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:410)
  475.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  476.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  477.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  478.   at io.a.a.a.a.b.n$1$1.a (ExecutorUtils.java:75)
  479.   at io.a.a.a.a.b.h.run (BackgroundPriorityRunnable.java:30)
  480.   at java.lang.Thread.run (Thread.java:818)
  481.  
  482. "RealmFinalizingDaemon" prio=5 tid=28 Waiting
  483.   | group="main" sCount=1 dsCount=0 obj=0x13533280 self=0x7f73ae0000
  484.   | sysTid=1132 nice=0 cgrp=default sched=0/0 handle=0x7f57f0b440
  485.   | state=S schedstat=( 2892186 1062188 6 ) utm=0 stm=0 core=0 HZ=100
  486.   | stack=0x7f57e09000-0x7f57e0b000 stackSize=1037KB
  487.   | held mutexes=
  488.   at java.lang.Object.wait! (Native method)
  489. - waiting on <0x0a764451> (a java.lang.ref.ReferenceQueue)
  490.   at java.lang.Object.wait (Object.java:423)
  491.   at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:101)
  492. - locked <0x0a764451> (a java.lang.ref.ReferenceQueue)
  493.   at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:72)
  494.   at io.realm.internal.d.run (FinalizerRunnable.java:37)
  495.   at java.lang.Thread.run (Thread.java:818)
  496.  
  497. "OkHttp ConnectionPool" daemon prio=5 tid=29 TimedWaiting
  498.   | group="main" sCount=1 dsCount=0 obj=0x134175e0 self=0x7f743c7c00
  499.   | sysTid=1134 nice=0 cgrp=default sched=0/0 handle=0x7f57d07440
  500.   | state=S schedstat=( 800678 273387 6 ) utm=0 stm=0 core=2 HZ=100
  501.   | stack=0x7f57c05000-0x7f57c07000 stackSize=1037KB
  502.   | held mutexes=
  503.   at java.lang.Object.wait! (Native method)
  504. - waiting on <0x04d1f4b6> (a com.android.okhttp.ConnectionPool)
  505.   at com.android.okhttp.ConnectionPool.performCleanup (ConnectionPool.java:307)
  506. - locked <0x04d1f4b6> (a com.android.okhttp.ConnectionPool)
  507.   at com.android.okhttp.ConnectionPool.runCleanupUntilPoolIsEmpty (ConnectionPool.java:244)
  508.   at com.android.okhttp.ConnectionPool.-wrap0 (ConnectionPool.java)
  509.   at com.android.okhttp.ConnectionPool$1.run (ConnectionPool.java:98)
  510.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1113)
  511.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  512.   at java.lang.Thread.run (Thread.java:818)
  513.  
  514. "pool-11-thread-1" prio=5 tid=30 Waiting
  515.   | group="main" sCount=1 dsCount=0 obj=0x13417880 self=0x7f743c8600
  516.   | sysTid=1135 nice=0 cgrp=default sched=0/0 handle=0x7f57c02440
  517.   | state=S schedstat=( 56926154 16617868 137 ) utm=1 stm=4 core=1 HZ=100
  518.   | stack=0x7f57b00000-0x7f57b02000 stackSize=1037KB
  519.   | held mutexes=
  520.   at java.lang.Object.wait! (Native method)
  521. - waiting on <0x00b8d5b7> (a java.lang.Object)
  522.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  523. - locked <0x00b8d5b7> (a java.lang.Object)
  524.   at sun.misc.Unsafe.park (Unsafe.java:299)
  525.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  526.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  527.   at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:410)
  528.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  529.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  530.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  531.   at java.lang.Thread.run (Thread.java:818)
  532.  
  533. "AsyncTask #5" prio=5 tid=31 Waiting
  534.   | group="main" sCount=1 dsCount=0 obj=0x134178e0 self=0x7f743d6600
  535.   | sysTid=1140 nice=0 cgrp=default sched=0/0 handle=0x7f57afd440
  536.   | state=S schedstat=( 16289371 4817603 75 ) utm=1 stm=0 core=4 HZ=100
  537.   | stack=0x7f579fb000-0x7f579fd000 stackSize=1037KB
  538.   | held mutexes=
  539.   at java.lang.Object.wait! (Native method)
  540. - waiting on <0x025af124> (a java.lang.Object)
  541.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  542. - locked <0x025af124> (a java.lang.Object)
  543.   at sun.misc.Unsafe.park (Unsafe.java:299)
  544.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  545.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  546.   at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:410)
  547.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  548.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  549.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  550.   at java.lang.Thread.run (Thread.java:818)
  551.  
  552. "measurement-1" prio=5 tid=32 TimedWaiting
  553.   | group="main" sCount=1 dsCount=0 obj=0x13618160 self=0x7f73b02a00
  554.   | sysTid=1143 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x7f5853f440
  555.   | state=S schedstat=( 71019578 55162188 232 ) utm=2 stm=5 core=2 HZ=100
  556.   | stack=0x7f5843d000-0x7f5843f000 stackSize=1037KB
  557.   | held mutexes=
  558.   at java.lang.Object.wait! (Native method)
  559. - waiting on <0x0c09d48d> (a java.lang.Object)
  560.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  561. - locked <0x0c09d48d> (a java.lang.Object)
  562.   at sun.misc.Unsafe.park (Unsafe.java:299)
  563.   at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:198)
  564.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2053)
  565.   at java.util.concurrent.LinkedBlockingQueue.poll (LinkedBlockingQueue.java:435)
  566.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1037)
  567.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  568.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  569.   at java.lang.Thread.run (Thread.java:818)
  570.   at com.google.android.gms.analytics.o$c.run (unavailable)
  571.  
  572. "pool-12-thread-1" prio=5 tid=33 TimedWaiting
  573.   | group="main" sCount=1 dsCount=0 obj=0x137057c0 self=0x7f58386600
  574.   | sysTid=1154 nice=0 cgrp=default sched=0/0 handle=0x7f5809f440
  575.   | state=S schedstat=( 5355054 1928229 12 ) utm=0 stm=0 core=0 HZ=100
  576.   | stack=0x7f57f9d000-0x7f57f9f000 stackSize=1037KB
  577.   | held mutexes=
  578.   at java.lang.Object.wait! (Native method)
  579. - waiting on <0x0100a642> (a java.lang.Object)
  580.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  581. - locked <0x0100a642> (a java.lang.Object)
  582.   at sun.misc.Unsafe.park (Unsafe.java:299)
  583.   at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:198)
  584.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2053)
  585.   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1090)
  586.   at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1071)
  587.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  588.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  589.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  590.   at java.lang.Thread.run (Thread.java:818)
  591.  
  592. "GAC_Executor[0]" prio=5 tid=34 Waiting
  593.   | group="main" sCount=1 dsCount=0 obj=0x137d3c40 self=0x7f5830ea00
  594.   | sysTid=1164 nice=0 cgrp=default sched=0/0 handle=0x7f572ff440
  595.   | state=S schedstat=( 3289844 6462084 16 ) utm=0 stm=0 core=0 HZ=100
  596.   | stack=0x7f571fd000-0x7f571ff000 stackSize=1037KB
  597.   | held mutexes=
  598.   at java.lang.Object.wait! (Native method)
  599. - waiting on <0x08fb1653> (a java.lang.Object)
  600.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  601. - locked <0x08fb1653> (a java.lang.Object)
  602.   at sun.misc.Unsafe.park (Unsafe.java:299)
  603.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  604.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  605.   at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:410)
  606.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  607.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  608.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  609.   at com.google.android.gms.b.bk.run (unavailable)
  610.   at java.lang.Thread.run (Thread.java:818)
  611.  
  612. "RenderThread" prio=5 tid=35 Native
  613.   | group="main" sCount=1 dsCount=0 obj=0x138260a0 self=0x7f596b1e00
  614.   | sysTid=1166 nice=-4 cgrp=default sched=0/0 handle=0x7f56f7f440
  615.   | state=S schedstat=( 2039671817 306668864 2269 ) utm=169 stm=34 core=0 HZ=100
  616.   | stack=0x7f56e83000-0x7f56e85000 stackSize=1013KB
  617.   | held mutexes=
  618.   native: pc 0000000000069f24  /system/lib64/libc.so (__epoll_pwait+8)
  619.   native: pc 000000000001f524  /system/lib64/libc.so (epoll_pwait+32)
  620.   native: pc 000000000001b038  /system/lib64/libutils.so (_ZN7android6Looper9pollInnerEi+144)
  621.   native: pc 000000000001b418  /system/lib64/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+80)
  622.   native: pc 000000000002c0d4  /system/lib64/libhwui.so (_ZN7android10uirenderer12renderthread12RenderThread10threadLoopEv+100)
  623.   native: pc 0000000000015964  /system/lib64/libutils.so (_ZN7android6Thread11_threadLoopEPv+208)
  624.   native: pc 0000000000093040  /system/lib64/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+96)
  625.   native: pc 00000000000151b4  /system/lib64/libutils.so (???)
  626.   native: pc 0000000000067104  /system/lib64/libc.so (_ZL15__pthread_startPv+52)
  627.   native: pc 000000000001eec4  /system/lib64/libc.so (__start_thread+16)
  628.  
  629. "pool-15-thread-1" prio=5 tid=26 Waiting
  630.   | group="main" sCount=1 dsCount=0 obj=0x13821160 self=0x7f5830e000
  631.   | sysTid=1167 nice=0 cgrp=default sched=0/0 handle=0x7f55d3f440
  632.   | state=S schedstat=( 190972189 10065786 90 ) utm=19 stm=0 core=1 HZ=100
  633.   | stack=0x7f55c3d000-0x7f55c3f000 stackSize=1037KB
  634.   | held mutexes=
  635.   at java.lang.Object.wait! (Native method)
  636. - waiting on <0x0ae7fb90> (a java.lang.Object)
  637.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  638. - locked <0x0ae7fb90> (a java.lang.Object)
  639.   at sun.misc.Unsafe.park (Unsafe.java:299)
  640.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  641.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  642.   at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:410)
  643.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  644.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  645.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  646.   at java.lang.Thread.run (Thread.java:818)
  647.  
  648. "GAC_Executor[1]" prio=5 tid=20 Waiting
  649.   | group="main" sCount=1 dsCount=0 obj=0x13821400 self=0x7f5830f400
  650.   | sysTid=1171 nice=0 cgrp=default sched=0/0 handle=0x7f5587f440
  651.   | state=S schedstat=( 2381407 1228593 9 ) utm=0 stm=0 core=0 HZ=100
  652.   | stack=0x7f5577d000-0x7f5577f000 stackSize=1037KB
  653.   | held mutexes=
  654.   at java.lang.Object.wait! (Native method)
  655. - waiting on <0x04cc2c89> (a java.lang.Object)
  656.   at java.lang.Thread.parkFor$ (Thread.java:1220)
  657. - locked <0x04cc2c89> (a java.lang.Object)
  658.   at sun.misc.Unsafe.park (Unsafe.java:299)
  659.   at java.util.concurrent.locks.LockSupport.park (LockSupport.java:158)
  660.   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2013)
  661.   at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:410)
  662.   at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1038)
  663.   at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1098)
  664.   at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
  665.   at com.google.android.gms.b.b
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Pastebin PRO 'CHRISTMAS SPECIAL'!
Get 60% OFF Pastebin PRO accounts!
 
Top