Advertisement
Guest User

Logs

a guest
Aug 10th, 2015
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.61 KB | None | 0 0
  1. 08-10 16:22:45.028 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  2. 08-10 16:22:45.028 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.322ms total 54.517ms
  3. 08-10 16:22:45.028 I/art ( 9083): WaitForGcToComplete blocked for 472.171ms for cause Alloc
  4. 08-10 16:22:45.028 E/art ( 9083): Throwing OutOfMemoryError "Failed to allocate a 28 byte allocation with 0 free bytes and 3GB until OOM" (recursive case)
  5. 08-10 16:22:45.065 E/art ( 9083): "FinalizerDaemon" daemon prio=5 tid=8 Runnable
  6. 08-10 16:22:45.065 E/art ( 9083): | group="system" sCount=0 dsCount=0 obj=0x423381c0 self=0x60e04980
  7. 08-10 16:22:45.065 E/art ( 9083): | sysTid=9095 nice=0 cgrp=default sched=0/0 handle=0x60e04f70
  8. 08-10 16:22:45.065 E/art ( 9083): | state=R schedstat=( 380137000 60341000 352 ) utm=34 stm=4 core=1 HZ=100
  9. 08-10 16:22:45.065 E/art ( 9083): | stack=0x5afdc000-0x5afde000 stackSize=1036KB
  10. 08-10 16:22:45.065 E/art ( 9083): | held mutexes= "mutator lock"(shared held)
  11. 08-10 16:22:45.065 E/art ( 9083): at com.android.internal.os.BinderInternal$GcWatcher.finalize(BinderInternal.java:51)
  12. 08-10 16:22:45.065 E/art ( 9083): at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:191)
  13. 08-10 16:22:45.065 E/art ( 9083): at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:174)
  14. 08-10 16:22:45.065 E/art ( 9083): at java.lang.Thread.run(Thread.java:818)
  15. 08-10 16:22:45.066 E/System ( 9083): Uncaught exception thrown by finalizer
  16. 08-10 16:22:45.125 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  17. 08-10 16:22:45.125 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.313ms total 94.599ms
  18. 08-10 16:22:45.125 I/art ( 9083): Forcing collection of SoftReferences for 76B allocation
  19. 08-10 16:22:45.178 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  20. 08-10 16:22:45.178 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.331ms total 51.944ms
  21. 08-10 16:22:45.178 E/art ( 9083): Throwing OutOfMemoryError "Failed to allocate a 76 byte allocation with 0 free bytes and 3GB until OOM"
  22. 08-10 16:22:45.178 I/art ( 9083): WaitForGcToComplete blocked for 200.920ms for cause Alloc
  23. 08-10 16:22:45.239 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  24. 08-10 16:22:45.239 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.381ms total 60.960ms
  25. 08-10 16:22:45.239 I/art ( 9083): WaitForGcToComplete blocked for 173.551ms for cause Alloc
  26. 08-10 16:22:45.247 E/art ( 9083): Throwing OutOfMemoryError "Failed to allocate a 28 byte allocation with 0 free bytes and 3GB until OOM" (recursive case)
  27. 08-10 16:22:45.254 I/art ( 9083): Alloc sticky concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.820ms total 14.168ms
  28. 08-10 16:22:45.329 E/art ( 9083): "main" prio=5 tid=1 Runnable
  29. 08-10 16:22:45.329 E/art ( 9083): | group="main" sCount=0 dsCount=0 obj=0x74af4eb8 self=0x4006a570
  30. 08-10 16:22:45.329 E/art ( 9083): | sysTid=9083 nice=0 cgrp=default sched=0/0 handle=0x4012cbec
  31. 08-10 16:22:45.329 E/art ( 9083): | state=R schedstat=( 38678415000 3617000000 13431 ) utm=3190 stm=677 core=0 HZ=100
  32. 08-10 16:22:45.329 E/art ( 9083): | stack=0xbe755000-0xbe757000 stackSize=8MB
  33. 08-10 16:22:45.329 E/art ( 9083): | held mutexes= "mutator lock"(shared held)
  34. 08-10 16:22:45.329 E/art ( 9083): at android.graphics.Outline.setRoundRect(Outline.java:164)
  35. 08-10 16:22:45.329 E/art ( 9083): at android.graphics.Outline.setRect(Outline.java:143)
  36. 08-10 16:22:45.329 E/art ( 9083): at android.graphics.Outline.setRect(Outline.java:150)
  37. 08-10 16:22:45.329 E/art ( 9083): at android.graphics.drawable.ColorDrawable.getOutline(ColorDrawable.java:224)
  38. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewOutlineProvider$1.getOutline(ViewOutlineProvider.java:38)
  39. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.rebuildOutline(View.java:11227)
  40. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.drawBackground(View.java:15406)
  41. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15222)
  42. 08-10 16:22:45.330 E/art ( 9083): at android.widget.AbsListView.draw(AbsListView.java:4110)
  43. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15140)
  44. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.drawChild(ViewGroup.java:3405)
  45. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3198)
  46. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15138)
  47. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.drawChild(ViewGroup.java:3405)
  48. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3198)
  49. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15234)
  50. 08-10 16:22:45.330 E/art ( 9083): at android.support.v4.view.ViewPager.draw(ViewPager.java:2257)
  51. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15140)
  52. 08-10 16:22:45.425 I/art ( 9083): 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.drawChild(ViewGroup.java:3405)
  53. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3198)
  54. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15234)
  55. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15140)
  56. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.drawChild(ViewGroup.java:3405)
  57. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3198)
  58. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15138)
  59. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.drawChild(ViewGroup.java:3405)
  60. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3198)
  61. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15234)
  62. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15140)
  63. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.drawChild(ViewGroup.java:3405)
  64. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3198)
  65. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15138)
  66. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.drawChild(ViewGroup.java:3405)
  67. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3198)
  68. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15138)
  69. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.drawChild(ViewGroup.java:3405)
  70. 08-10 16:22:45.330 E/art ( 9083): at android.support.v4.widget.DrawerLayout.drawChild(DrawerLayout.java:1089)
  71. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3198)
  72. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15138)
  73. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.drawChild(ViewGroup.java:3405)
  74. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3198)
  75. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15138)
  76. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.drawChild(ViewGroup.java:3405)
  77. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3198)
  78. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15138)
  79. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.drawChild(ViewGroup.java:3405)
  80. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3198)
  81. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15138)
  82. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.drawChild(ViewGroup.java:3405)
  83. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3198)
  84. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15138)
  85. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.drawChild(ViewGroup.java:3405)
  86. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3198)
  87. 08-10 16:22:45.330 E/art ( 9083): at android.view.View.draw(View.java:15234)
  88. 08-10 16:22:45.330 E/art ( 9083): at android.widget.FrameLayout.draw(FrameLayout.java:598)
  89. 08-10 16:22:45.330 E/art ( 9083): at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:2650)
  90. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2644)
  91. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewRootImpl.draw(ViewRootImpl.java:2557)
  92. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2352)
  93. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1982)
  94. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1061)
  95. 08-10 16:22:45.330 E/art ( 9083): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5885)
  96. 08-10 16:22:45.330 E/art ( 9083): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
  97. 08-10 16:22:45.330 E/art ( 9083): at android.view.Choreographer.doCallbacks(Choreographer.java:580)
  98. 08-10 16:22:45.330 E/art ( 9083): at android.view.Choreographer.doFrame(Choreographer.java:550)
  99. 08-10 16:22:45.330 E/art ( 9083): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
  100. 08-10 16:22:45.330 E/art ( 9083): at android.os.Handler.handleCallback(Handler.java:739)
  101. 08-10 16:22:45.330 E/art ( 9083): at android.os.Handler.dispatchMessage(Handler.java:95)
  102. 08-10 16:22:45.330 E/art ( 9083): at android.os.Looper.loop(Looper.java:135)
  103. 08-10 16:22:45.330 E/art ( 9083): at android.app.ActivityThread.main(ActivityThread.java:5254)
  104. 08-10 16:22:45.330 E/art ( 9083): at java.lang.reflect.Method.invoke!(Native method)
  105. 08-10 16:22:45.330 E/art ( 9083): at java.lang.reflect.Method.invoke(Method.java:372)
  106. 08-10 16:22:45.330 E/art ( 9083): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
  107. 08-10 16:22:45.330 E/art ( 9083): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
  108. 08-10 16:22:45.377 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  109. 08-10 16:22:45.377 I/art ( 9083): Alloc partial concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.103ms total 123.177ms
  110. 08-10 16:22:45.425 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  111. 08-10 16:22:45.425 I/art ( 9083): Alloc concurrent mark sweep GC freed 4(176B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.135ms total 47.220ms
  112. 08-10 16:22:45.425 I/art ( 9083): Forcing collection of SoftReferences for 16B allocation
  113. 08-10 16:22:45.425 I/art ( 9083): WaitForGcToComplete blocked for 641.305ms for cause Alloc
  114. 08-10 16:22:45.460 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  115. 08-10 16:22:45.460 I/art ( 9083): Alloc partial concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.098ms total 34.358ms
  116. 08-10 16:22:45.505 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  117. 08-10 16:22:45.505 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.172ms total 44.909ms
  118. 08-10 16:22:45.505 I/art ( 9083): WaitForGcToComplete blocked for 156.221ms for cause Alloc
  119. 08-10 16:22:45.512 I/art ( 9083): Forcing collection of SoftReferences for 16KB allocation
  120. 08-10 16:22:45.512 I/art ( 9083): Alloc sticky concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.837ms total 6.858ms
  121. 08-10 16:22:45.512 I/art ( 9083): WaitForGcToComplete blocked for 84.123ms for cause Alloc
  122. 08-10 16:22:45.558 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  123. 08-10 16:22:45.558 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.316ms total 45.312ms
  124. 08-10 16:22:45.558 I/art ( 9083): WaitForGcToComplete blocked for 37.845ms for cause Alloc
  125. 08-10 16:22:45.567 E/art ( 9083): Throwing OutOfMemoryError "Failed to allocate a 16 byte allocation with 0 free bytes and 3GB until OOM"
  126. 08-10 16:22:45.592 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  127. 08-10 16:22:45.592 I/art ( 9083): Alloc partial concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.327ms total 33.952ms
  128. 08-10 16:22:45.637 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  129. 08-10 16:22:45.637 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.327ms total 44.606ms
  130. 08-10 16:22:45.637 I/art ( 9083): Forcing collection of SoftReferences for 32B allocation
  131. 08-10 16:22:45.637 I/art ( 9083): WaitForGcToComplete blocked for 451.021ms for cause Alloc
  132. 08-10 16:22:45.637 I/art ( 9083): WaitForGcToComplete blocked for 70.436ms for cause Alloc
  133. 08-10 16:22:45.645 I/art ( 9083): Alloc sticky concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.689ms total 7.311ms
  134. 08-10 16:22:45.687 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  135. 08-10 16:22:45.687 I/art ( 9083): Alloc partial concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.061ms total 41.881ms
  136. 08-10 16:22:45.736 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  137. 08-10 16:22:45.736 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.344ms total 48.105ms
  138. 08-10 16:22:45.736 I/art ( 9083): WaitForGcToComplete blocked for 94.865ms for cause Alloc
  139. 08-10 16:22:45.740 I/art ( 9083): Forcing collection of SoftReferences for 28B allocation
  140. 08-10 16:22:45.784 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  141. 08-10 16:22:45.784 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.405ms total 47.674ms
  142. 08-10 16:22:45.784 E/art ( 9083): Throwing OutOfMemoryError "Failed to allocate a 32 byte allocation with 0 free bytes and 3GB until OOM"
  143. 08-10 16:22:45.790 I/art ( 9083): WaitForGcToComplete blocked for 1.486s for cause Alloc
  144. 08-10 16:22:45.840 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  145. 08-10 16:22:45.840 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.132ms total 49.620ms
  146. 08-10 16:22:45.840 I/art ( 9083): WaitForGcToComplete blocked for 99.705ms for cause Alloc
  147. 08-10 16:22:45.844 E/art ( 9083): Throwing OutOfMemoryError "Failed to allocate a 16396 byte allocation with 0 free bytes and 3GB until OOM"
  148. 08-10 16:22:45.889 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  149. 08-10 16:22:45.889 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.125ms total 48.492ms
  150. 08-10 16:22:45.889 I/art ( 9083): WaitForGcToComplete blocked for 243.988ms for cause Alloc
  151. 08-10 16:22:45.889 E/art ( 9083): Throwing OutOfMemoryError "Failed to allocate a 28 byte allocation with 0 free bytes and 3GB until OOM" (recursive case)
  152. 08-10 16:22:45.967 E/art ( 9083): "FinalizerDaemon" daemon prio=5 tid=8 Runnable
  153. 08-10 16:22:45.967 E/art ( 9083): | group="system" sCount=0 dsCount=0 obj=0x423381c0 self=0x60e04980
  154. 08-10 16:22:45.967 E/art ( 9083): | sysTid=9095 nice=0 cgrp=default sched=0/0 handle=0x60e04f70
  155. 08-10 16:22:45.967 E/art ( 9083): | state=R schedstat=( 647862000 117505000 441 ) utm=59 stm=5 core=0 HZ=100
  156. 08-10 16:22:45.967 E/art ( 9083): | stack=0x5afdc000-0x5afde000 stackSize=1036KB
  157. 08-10 16:22:45.967 E/art ( 9083): | held mutexes= "mutator lock"(shared held)
  158. 08-10 16:22:45.967 E/art ( 9083): native: #00 pc 00004ef0 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
  159. 08-10 16:22:45.967 E/art ( 9083): native: #01 pc 000036d5 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
  160. 08-10 16:22:45.967 E/art ( 9083): native: #02 pc 00243999 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
  161. 08-10 16:22:45.967 E/art ( 9083): native: #03 pc 00226871 /system/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+140)
  162. 08-10 16:22:45.967 E/art ( 9083): native: #04 pc 00229b4f /system/lib/libart.so (art::Thread::ThrowOutOfMemoryError(char const*)+258)
  163. 08-10 16:22:45.967 E/art ( 9083): native: #05 pc 0013d857 /system/lib/libart.so (art::gc::Heap::ThrowOutOfMemoryError(art::Thread*, unsigned int, art::gc::AllocatorType)+818)
  164. 08-10 16:22:45.967 E/art ( 9083): native: #06 pc 0013f767 /system/lib/libart.so (art::gc::Heap::AllocateInternalWithGc(art::Thread*, art::gc::AllocatorType, unsigned int, unsigned int*, unsigned int*, art::mirror::Class**)+634)
  165. 08-10 16:22:45.967 E/art ( 9083): native: #07 pc 000f9757 /system/lib/libart.so (???)
  166. 08-10 16:22:45.967 E/art ( 9083): native: #08 pc 00229351 /system/lib/libart.so (art::Thread::ThrowNewWrappedException(art::ThrowLocation const&, char const*, char const*)+488)
  167. 08-10 16:22:45.967 E/art ( 9083): native: #09 pc 00229ba5 /system/lib/libart.so (art::Thread::ThrowOutOfMemoryError(char const*)+344)
  168. 08-10 16:22:45.967 E/art ( 9083): native: #10 pc 0013d857 /system/lib/libart.so (art::gc::Heap::ThrowOutOfMemoryError(art::Thread*, unsigned int, art::gc::AllocatorType)+818)
  169. 08-10 16:22:45.967 E/art ( 9083): native: #11 pc 0013f767 /system/lib/libart.so (art::gc::Heap::AllocateInternalWithGc(art::Thread*, art::gc::AllocatorType, unsigned int, unsigned int*, unsigned int*, art::mirror::Class**)+634)
  170. 08-10 16:22:45.967 E/art ( 9083): native: #12 pc 000f9757 /system/lib/libart.so (???)
  171. 08-10 16:22:45.967 E/art ( 9083): native: #13 pc 001cebdb /system/lib/libart.so (???)
  172. 08-10 16:22:45.967 E/art ( 9083): native: #14 pc 000b62c3 /system/lib/libart.so (???)
  173. 08-10 16:22:45.967 E/art ( 9083): native: #15 pc 000024ad /system/lib/libnativehelper.so (jniLogException+228)
  174. 08-10 16:22:45.967 E/art ( 9083): native: #16 pc 0001586f /system/lib/libjavacore.so (???)
  175. 08-10 16:22:45.967 E/art ( 9083): native: #17 pc 000902dd /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_System_log__CLjava_lang_String_2Ljava_lang_Throwable_2+136)
  176. 08-10 16:22:45.967 E/art ( 9083): at java.lang.System.log(Native method)
  177. 08-10 16:22:45.967 E/art ( 9083): at java.lang.System.logE(System.java:1002)
  178. 08-10 16:22:45.967 E/art ( 9083): at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:194)
  179. 08-10 16:22:45.967 E/art ( 9083): at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:174)
  180. 08-10 16:22:45.967 E/art ( 9083): at java.lang.Thread.run(Thread.java:818)
  181. 08-10 16:22:45.968 E/System ( 9083): java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack available
  182. 08-10 16:22:46.002 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  183. 08-10 16:22:46.002 I/art ( 9083): Alloc partial concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.121ms total 112.654ms
  184. 08-10 16:22:46.002 I/art ( 9083): WaitForGcToComplete blocked for 206.759ms for cause Alloc
  185. 08-10 16:22:46.009 I/art ( 9083): Alloc sticky concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.492ms total 6.498ms
  186. 08-10 16:22:46.044 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  187. 08-10 16:22:46.044 I/art ( 9083): Alloc partial concurrent mark sweep GC freed 2(64B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.069ms total 34.298ms
  188. 08-10 16:22:46.089 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  189. 08-10 16:22:46.089 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.129ms total 44.608ms
  190. 08-10 16:22:46.089 I/art ( 9083): Forcing collection of SoftReferences for 28B allocation
  191. 08-10 16:22:46.089 I/art ( 9083): WaitForGcToComplete blocked for 244.972ms for cause Alloc
  192. 08-10 16:22:46.098 I/art ( 9083): Alloc sticky concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 2.160ms total 8.736ms
  193. 08-10 16:22:46.133 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  194. 08-10 16:22:46.133 I/art ( 9083): Alloc partial concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.158ms total 34.834ms
  195. 08-10 16:22:46.133 I/art ( 9083): WaitForGcToComplete blocked for 41.071ms for cause Alloc
  196. 08-10 16:22:46.180 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  197. 08-10 16:22:46.180 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.163ms total 46.395ms
  198. 08-10 16:22:46.180 E/art ( 9083): Throwing OutOfMemoryError "Failed to allocate a 28 byte allocation with 0 free bytes and 3GB until OOM" (recursive case)
  199. 08-10 16:22:46.180 I/art ( 9083): WaitForGcToComplete blocked for 668.246ms for cause Alloc
  200. 08-10 16:22:46.210 E/art ( 9083): "main" prio=5 tid=1 Runnable
  201. referenceTable GDEF length=670 1
  202. referenceTable GSUB length=7202 1
  203. referenceTable GPOS length=24560 1
  204. referenceTable head length=54 1
  205. referenceTable GDEF length=670 1
  206. referenceTable GSUB length=7186 1
  207. referenceTable GPOS length=26482 1
  208. referenceTable head length=54 1
  209. referenceTable GDEF length=670 1
  210. referenceTable GSUB length=7186 1
  211. referenceTable GPOS length=26464 1
  212. referenceTable head length=54 1
  213. referenceTable GDEF length=22 1
  214. referenceTable GSUB length=1206 1
  215. referenceTable GPOS length=12 1
  216. 08-10 16:22:46.210 E/art ( 9083): | group="main" sCount=0 dsCount=0 obj=0x74af4eb8 self=0x4006a570
  217. 08-10 16:22:46.210 E/art ( 9083): | sysTid=9083 nice=0 cgrp=default sched=0/0 handle=0x4012cbec
  218. 08-10 16:22:46.210 E/art ( 9083): | state=R schedstat=( 38952534000 3654902000 13484 ) utm=3215 stm=680 core=0 HZ=100
  219. 08-10 16:22:46.210 E/art ( 9083): | stack=0xbe755000-0xbe757000 stackSize=8MB
  220. 08-10 16:22:46.210 E/art ( 9083): native: #16 pc 002147ab /system/lib/libart.so08-10 16:22:46.210 E/art ( 9083): | held mutexes= "mutator lock"(shared held)
  221. 08-10 16:22:46.210 E/art ( 9083): native: #00 pc 00004ef0 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
  222. 08-10 16:22:46.210 E/art ( 9083): native: #01 pc 000036d5 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
  223. 08-10 16:22:46.210 E/art ( 9083): native: #02 pc 00243999 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
  224. 08-10 16:22:46.210 E/art ( 9083): native: #03 pc 00226871 /system/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+140)
  225. 08-10 16:22:46.210 E/art ( 9083): native: #04 pc 00229b4f /system/lib/libart.so (art::Thread::ThrowOutOfMemoryError(char const*)+258)
  226. 08-10 16:22:46.210 E/art ( 9083): native: #05 pc 0013d857 /system/lib/libart.so (art::gc::Heap::ThrowOutOfMemoryError(art::Thread*, unsigned int, art::gc::AllocatorType)+818)
  227. 08-10 16:22:46.210 E/art ( 9083): native: #06 pc 0013f767 /system/lib/libart.so (art::gc::Heap::AllocateInternalWithGc(art::Thread*, art::gc::AllocatorType, unsigned int, unsigned int*, unsigned int*, art::mirror::Class**)+634)
  228. 08-10 16:22:46.210 E/art ( 9083): native: #07 pc 000f9757 /system/lib/libart.so (???)
  229. 08-10 16:22:46.210 E/art ( 9083): native: #08 pc 00229351 /system/lib/libart.so (art::Thread::ThrowNewWrappedException(art::ThrowLocation const&, char const*, char const*)+488)
  230. 08-10 16:22:46.210 E/art ( 9083): native: #09 pc 00229ba5 /system/lib/libart.so (art::Thread::ThrowOutOfMemoryError(char const*)+344)
  231. 08-10 16:22:46.210 E/art ( 9083): native: #10 pc 0013d857 /system/lib/libart.so (art::gc::Heap::ThrowOutOfMemoryError(art::Thread*, unsigned int, art::gc::AllocatorType)+818)
  232. 08-10 16:22:46.210 E/art ( 9083): native: #11 pc 0013f767 /system/lib/libart.so (art::gc::Heap::AllocateInternalWithGc(art::Thread*, art::gc::AllocatorType, unsigned int, unsigned int*, unsigned int*, art::mirror::Class**)+634)
  233. 08-10 16:22:46.210 E/art ( 9083): native: #12 pc 000f9757 /system/lib/libart.so (???)
  234. 08-10 16:22:46.210 E/art ( 9083): native: #13 pc 001cebdb /system/lib/libart.so (???)
  235. 08-10 16:22:46.210 E/art ( 9083): native: #14 pc 000b6335 /system/lib/libart.so (???)
  236. 08-10 16:22:46.210 E/art ( 9083): native: #15 pc 00195cf5 /system/lib/libart.so (???)
  237. 08-10 16:22:46.210 E/art ( 9083): native: #16 pc 002147ab /system/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, bool)+614)
  238. 08-10 16:22:46.210 E/art ( 9083): native: #17 pc 002016e1 /system/lib/libart.so (???)
  239. 08-10 16:22:46.210 E/art ( 9083): native: #18 pc 0009b9fb /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_reflect_Method_invoke__Ljava_lang_Object_2_3Ljava_lang_Object_2Z+134)
  240. 08-10 16:22:46.210 E/art ( 9083): at java.lang.reflect.Method.invoke!(Native method)
  241. 08-10 16:22:46.210 E/art ( 9083): at java.lang.reflect.Method.invoke(Method.java:372)
  242. 08-10 16:22:46.210 E/art ( 9083): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
  243. 08-10 16:22:46.210 E/art ( 9083): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
  244. 08-10 16:22:46.235 F/art ( 9083): art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: JNI Throw called with pending exception 'java.lang.OutOfMemoryError' thrown in java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[], boolean):-2
  245. 08-10 16:22:46.235 F/art ( 9083): art/runtime/check_jni.cc:65] in call to Throw
  246. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] from java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[], boolean)
  247. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] "main" prio=5 tid=1 Runnable
  248. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] | group="main" sCount=0 dsCount=0 obj=0x74af4eb8 self=0x4006a570
  249. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] | sysTid=9083 nice=0 cgrp=default sched=0/0 handle=0x4012cbec
  250. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] | state=R schedstat=( 38978282000 3658950000 13498 ) utm=3215 stm=682 core=0 HZ=100
  251. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] | stack=0xbe755000-0xbe757000 stackSize=8MB
  252. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] | held mutexes= "mutator lock"(shared held)
  253. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] native: #00 pc 00004ef0 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
  254. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] native: #01 pc 000036d5 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
  255. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] native: #02 pc 00243999 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
  256. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] native: #03 pc 00227d41 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+144)
  257. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] native: #04 pc 000b0a0b /system/lib/libart.so (???)
  258. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] native: #05 pc 000b1151 /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+60)
  259. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] native: #06 pc 000b4299 /system/lib/libart.so (???)
  260. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] native: #07 pc 000b5251 /system/lib/libart.so (???)
  261. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] native: #08 pc 002147b7 /system/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, bool)+626)
  262. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] native: #09 pc 002016e1 /system/lib/libart.so (???)
  263. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] native: #10 pc 0009b9fb /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_reflect_Method_invoke__Ljava_lang_Object_2_3Ljava_lang_Object_2Z+134)
  264. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] at java.lang.reflect.Method.invoke!(Native method)
  265. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] at java.lang.reflect.Method.invoke(Method.java:372)
  266. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
  267. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
  268. 08-10 16:22:46.236 F/art ( 9083): art/runtime/check_jni.cc:65]
  269. 08-10 16:22:46.290 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  270. 08-10 16:22:46.290 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.845ms total 109.144ms
  271. 08-10 16:22:46.290 E/art ( 9083): Throwing OutOfMemoryError "Failed to allocate a 16396 byte allocation with 0 free bytes and 3GB until OOM"
  272. 08-10 16:22:46.306 I/art ( 9083): Alloc sticky concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.095ms total 9.598ms
  273. 08-10 16:22:46.346 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  274. 08-10 16:22:46.346 I/art ( 9083): Alloc partial concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.282ms total 40.334ms
  275. 08-10 16:22:46.399 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  276. 08-10 16:22:46.399 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.641ms total 52.223ms
  277. 08-10 16:22:46.399 I/art ( 9083): Forcing collection of SoftReferences for 28B allocation
  278. 08-10 16:22:46.451 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  279. 08-10 16:22:46.452 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.196ms total 52.403ms
  280. 08-10 16:22:46.452 E/art ( 9083): Throwing OutOfMemoryError "Failed to allocate a 28 byte allocation with 0 free bytes and 3GB until OOM" (recursive case)
  281. 08-10 16:22:46.458 I/art ( 9083): WaitForGcToComplete blocked for 441.732ms for cause Alloc
  282. 08-10 16:22:46.486 E/art ( 9083): "Picasso-/contents/6fREMFowOV/poster" prio=4 tid=40 Runnable
  283. 08-10 16:22:46.486 E/art ( 9083): | group="" sCount=0 dsCount=0 obj=0x42338dc0 self=0x7a8a85d0
  284. 08-10 16:22:46.486 E/art ( 9083): | sysTid=9257 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x7a8a8b68
  285. 08-10 16:22:46.486 E/art ( 9083): | state=R schedstat=( 6511619000 4817725000 3839 ) utm=561 stm=90 core=1 HZ=100
  286. 08-10 16:22:46.486 E/art ( 9083): | stack=0x7c349000-0x7c34b000 stackSize=1036KB
  287. 08-10 16:22:46.486 E/art ( 9083): | held mutexes= "mutator lock"(shared held)
  288. 08-10 16:22:46.486 E/art ( 9083): native: #00 pc 00004ef0 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
  289. 08-10 16:22:46.486 E/art ( 9083): native: #01 pc 000036d5 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
  290. 08-10 16:22:46.486 E/art ( 9083): native: #02 pc 00243999 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
  291. 08-10 16:22:46.486 E/art ( 9083): native: #03 pc 00226871 /system/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+140)
  292. 08-10 16:22:46.486 E/art ( 9083): native: #04 pc 00229b4f /system/lib/libart.so (art::Thread::ThrowOutOfMemoryError(char const*)+258)
  293. 08-10 16:22:46.486 E/art ( 9083): native: #05 pc 0013d857 /system/lib/libart.so (art::gc::Heap::ThrowOutOfMemoryError(art::Thread*, unsigned int, art::gc::AllocatorType)+818)
  294. 08-10 16:22:46.486 E/art ( 9083): native: #06 pc 0013f767 /system/lib/libart.so (art::gc::Heap::AllocateInternalWithGc(art::Thread*, art::gc::AllocatorType, unsigned int, unsigned int*, unsigned int*, art::mirror::Class**)+634)
  295. 08-10 16:22:46.486 E/art ( 9083): native: #07 pc 000f9757 /system/lib/libart.so (???)
  296. 08-10 16:22:46.486 E/art ( 9083): native: #08 pc 00229351 /system/lib/libart.so (art::Thread::ThrowNewWrappedException(art::ThrowLocation const&, char const*, char const*)+488)
  297. 08-10 16:22:46.486 E/art ( 9083): native: #09 pc 00229ba5 /system/lib/libart.so (art::Thread::ThrowOutOfMemoryError(char const*)+344)
  298. 08-10 16:22:46.486 E/art ( 9083): native: #10 pc 0013d857 /system/lib/libart.so (art::gc::Heap::ThrowOutOfMemoryError(art::Thread*, unsigned int, art::gc::AllocatorType)+818)
  299. 08-10 16:22:46.486 E/art ( 9083): native: #11 pc 0013f767 /system/lib/libart.so (art::gc::Heap::AllocateInternalWithGc(art::Thread*, art::gc::AllocatorType, unsigned int, unsigned int*, unsigned int*, art::mirror::Class**)+634)
  300. 08-10 16:22:46.486 E/art ( 9083): native: #12 pc 00263021 /system/lib/libart.so (???)
  301. 08-10 16:22:46.486 E/art ( 9083): native: #13 pc 00279e0f /system/lib/libart.so (???)
  302. 08-10 16:22:46.486 E/art ( 9083): native: #14 pc 0027a7b7 /system/lib/libart.so (artAllocArrayFromCodeResolvedRosAlloc+74)
  303. 08-10 16:22:46.486 E/art ( 9083): native: #15 pc 000a23cf /system/lib/libart.so (???)
  304. 08-10 16:22:46.486 E/art ( 9083): native: #16 pc 0002802d /data/dalvik-cache/arm/system@[email protected] (Java_java_io_BufferedInputStream_fillbuf__Ljava_io_InputStream_2_3B+184)
  305. 08-10 16:22:46.486 E/art ( 9083): at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:163)
  306. 08-10 16:22:46.486 E/art ( 9083): at java.io.BufferedInputStream.read(BufferedInputStream.java:295)
  307. 08-10 16:22:46.486 E/art ( 9083): at com.squareup.picasso.MarkableInputStream.read(MarkableInputStream.java:138)
  308. 08-10 16:22:46.486 E/art ( 9083): at android.graphics.BitmapFactory.nativeDecodeStream(Native method)
  309. 08-10 16:22:46.486 E/art ( 9083): at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:635)
  310. 08-10 16:22:46.486 E/art ( 9083): at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:611)
  311. 08-10 16:22:46.486 E/art ( 9083): at com.squareup.picasso.BitmapHunter.decodeStream(BitmapHunter.java:142)
  312. 08-10 16:22:46.486 E/art ( 9083): at com.squareup.picasso.BitmapHunter.hunt(BitmapHunter.java:217)
  313. 08-10 16:22:46.486 E/art ( 9083): at com.squareup.picasso.BitmapHunter.run(BitmapHunter.java:159)
  314. 08-10 16:22:46.486 E/art ( 9083): at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422)
  315. 08-10 16:22:46.486 E/art ( 9083): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  316. 08-10 16:22:46.486 E/art ( 9083): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
  317. 08-10 16:22:46.486 E/art ( 9083): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  318. 08-10 16:22:46.486 E/art ( 9083): at java.lang.Thread.run(Thread.java:818)
  319. 08-10 16:22:46.486 E/art ( 9083): at com.squareup.picasso.Utils$PicassoThread.run(Utils.java:411)
  320. 08-10 16:22:46.506 I/art ( 9083): Alloc sticky concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.136ms total 47.538ms
  321. 08-10 16:22:46.562 I/art ( 9083): Clamp target GC heap from 97MB to 81MB
  322. 08-10 16:22:46.562 I/art ( 9083): Alloc concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 81MB/81MB, paused 1.196ms total 56.261ms
  323. 08-10 16:22:46.563 I/art ( 9083): Forcing collection of SoftReferences for 28B allocation
  324. 08-10 16:22:46.956 F/art ( 9083): art/runtime/runtime.cc:289] Runtime aborting...
  325. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] Aborting thread:
  326. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] "main" prio=5 tid=1 Native
  327. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x74af4eb8 self=0x4006a570
  328. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | sysTid=9083 nice=0 cgrp=default sched=0/0 handle=0x4012cbec
  329. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | state=R schedstat=( 39000328000 3666065000 13525 ) utm=3218 stm=682 core=0 HZ=100
  330. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | stack=0xbe755000-0xbe757000 stackSize=8MB
  331. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | held mutexes= "abort lock" "mutator lock"(shared held)
  332. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #00 pc 00004ef0 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
  333. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #01 pc 000036d5 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
  334. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #02 pc 00243999 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
  335. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #03 pc 00227d41 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+144)
  336. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #04 pc 00217eb7 /system/lib/libart.so (???)
  337. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #05 pc 0021811d /system/lib/libart.so (???)
  338. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #06 pc 002182e9 /system/lib/libart.so (art::Runtime::Abort()+72)
  339. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #07 pc 000a6eeb /system/lib/libart.so (art::LogMessage::~LogMessage()+1322)
  340. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #08 pc 000b0bf9 /system/lib/libart.so (???)
  341. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #09 pc 000b1151 /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+60)
  342. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #10 pc 000b4299 /system/lib/libart.so (???)
  343. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #11 pc 000b5251 /system/lib/libart.so (???)
  344. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #12 pc 002147b7 /system/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, bool)+626)
  345. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:208-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #13 pc 002016e1 /system/lib/libart.so (???)
  346. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #14 pc 0009b9fb /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_reflect_Method_invoke__Ljava_lang_Object_2_3Ljava_lang_Object_2Z+134)
  347. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke!(Native method)
  348. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke(Method.java:372)
  349. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
  350. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
  351. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] Pending exception java.lang.OutOfMemoryError thrown by 'java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[], boolean):-2'
  352. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack available
  353. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] (Throwable with empty stack trace)Dumping all threads without appropriate locks held: thread list lock mutator lock
  354. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] All threads:
  355. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] DALVIK THREADS (41):
  356. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] "main" prio=5 tid=1 Native
  357. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x74af4eb8 self=0x4006a570
  358. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | sysTid=9083 nice=0 cgrp=default sched=0/0 handle=0x4012cbec
  359. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | state=R schedstat=( 39019319000 3667881000 13537 ) utm=3218 stm=683 core=0 HZ=100
  360. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | stack=0xbe755000-0xbe757000 stackSize=8MB
  361. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | held mutexes= "abort lock"
  362. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #00 pc 00004ef0 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
  363. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #01 pc 000036d5 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
  364. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #02 pc 00243999 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
  365. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #03 pc 00227d41 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+144)
  366. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #04 pc 00230e29 /system/lib/libart.so (art::ThreadList::DumpLocked(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+104)
  367. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #05 pc 0021809d /system/lib/libart.so (???)
  368. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #06 pc 002182e9 /system/lib/libart.so (art::Runtime::Abort()+72)
  369. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #07 pc 000a6eeb /system/lib/libart.so (art::LogMessage::~LogMessage()+1322)
  370. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #08 pc 000b0bf9 /system/lib/libart.so (???)
  371. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #09 pc 000b1151 /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+60)
  372. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #10 pc 000b4299 /system/lib/libart.so (???)
  373. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #11 pc 000b5251 /system/lib/libart.so (???)
  374. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #12 pc 002147b7 /system/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, bool)+626)
  375. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #13 pc 002016e1 /system/lib/libart.so (???)
  376. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #14 pc 0009b9fb /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_reflect_Method_invoke__Ljava_lang_Object_2_3Ljava_lang_Object_2Z+134)
  377. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke!(Native method)
  378. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke(Method.java:372)
  379. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
  380. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
  381. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289]
  382. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] "Heap thread pool worker thread 0" prio=5 tid=2 Native (still starting up)
  383. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x0 self=0x60970a80
  384. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | sysTid=9088 nice=0 cgrp=default sched=0/0 handle=0x40072b68
  385. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | state=S schedstat=( 43722000 33644000 210 ) utm=1 stm=3 core=1 HZ=100
  386. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | stack=0x5a864000-0x5a866000 stackSize=1020KB
  387. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | held mutexes=
  388. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #00 pc 00012964 /system/lib/libc.so (syscall+28)
  389. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #01 pc 000a98af /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
  390. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #02 pc 00232017 /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread*)+50)
  391. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #03 pc 00231fbd /system/lib/libart.so (art::ThreadPoolWorker::Run()+52)
  392. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #04 pc 002327f9 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+52)
  393. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #05 pc 00016467 /system/lib/libc.so (???)
  394. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] native: #06 pc 00014393 /system/lib/libc.so (???)
  395. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] (no managed stack frames)
  396. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289]
  397. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] "Heap thread pool worker thread 1" prio=5 tid=3 Native (still starting up)
  398. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x0 self=0x60df9260
  399. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | sysTid=9089 nice=0 cgrp=default sched=0/0 handle=0x41df1b30
  400. 08-10 16:22:46.957 F/art ( 9083): art/runtime/runtime.cc:289] | state=S schedstat=( 42630000 35255000 229 ) utm=1 stm=3 core=1 HZ=100
  401. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | stack=0x5a964000-0x5a966000 stackSize=1020KB
  402. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | held mutexes=
  403. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #00 pc 00012964 /system/lib/libc.so (syscall+28)
  404. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #01 pc 000a98af /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
  405. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #02 pc 00232017 /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread*)+50)
  406. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #03 pc 00231fbd /system/lib/libart.so (art::ThreadPoolWorker::Run()+52)
  407. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #04 pc 002327f9 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+52)
  408. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #05 pc 00016467 /system/lib/libc.so (???)
  409. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #06 pc 00014393 /system/lib/libc.so (???)
  410. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] (no managed stack frames)
  411. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289]
  412. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] "Heap thread pool worker thread 2" prio=5 tid=4 Native (still starting up)
  413. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x0 self=0x60e00d30
  414. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | sysTid=9090 nice=0 cgrp=default sched=0/0 handle=0x40077d78
  415. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | state=S schedstat=( 51850000 29285000 218 ) utm=4 stm=1 core=0 HZ=100
  416. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | stack=0x5aa64000-0x5aa66000 stackSize=1020KB
  417. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | held mutexes=
  418. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #00 pc 00012964 /system/lib/libc.so (syscall+28)
  419. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #01 pc 000a98af /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
  420. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #02 pc 00232017 /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread*)+50)
  421. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #03 pc 00231fbd /system/lib/libart.so (art::ThreadPoolWorker::Run()+52)
  422. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #04 pc 002327f9 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+52)
  423. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #05 pc 00016467 /system/lib/libc.so (???)
  424. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #06 pc 00014393 /system/lib/libc.so (???)
  425. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] (no managed stack frames)
  426. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] "Signal Catcher" prio=5 tid=5 WaitingInMainSignalCatcherLoop
  427. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x423380a0 self=0x60e005b0
  428. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | sysTid=9091 nice=0 cgrp=default sched=0/0 handle=0x60e00368
  429. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | state=S schedstat=( 1185000 630000 5 ) utm=0 stm=0 core=0 HZ=100
  430. 08-10 16:22:46.967 F/art ( 9083): art/runtime/runtime.cc:289] nat08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | stack=0x5acdc000-0x5acde000 stackSize=1012KB
  431. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | held mutexes=
  432. 08-10 16:22:46.967 F/art ( 9083): art/runtime/runtime.cc:289] native: #06 pc 000b387b /data/dalvik-cache/arm/system@[email protected] (Java_android_os_MessageQueue_nativePollOnce_08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #00 pc 0003d94c /system/lib/libc.so (__rt_sigtimedwait+12)
  433. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #01 pc 00017c05 /system/lib/libc.so (sigwait+24)
  434. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #02 pc 0021b733 /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+66)
  435. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #03 pc 0021d235 /system/lib/libart.so (art::SignalCatcher::Run(void*)+196)
  436. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #04 pc 00016467 /system/lib/libc.so (???)
  437. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #05 pc 00014393 /system/lib/libc.so (???)
  438. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] (no managed stack frames)
  439. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289]
  440. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] "JDWP" prio=5 tid=6 WaitingInMainDebuggerLoop
  441. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x42338100 self=0x60e03a60
  442. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | sysTid=9093 nice=0 cgrp=default sched=0/0 handle=0x60dffec8
  443. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | state=S schedstat=( 1027000 2608000 3 ) utm=0 stm=0 core=2 HZ=100
  444. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | stack=0x5adda000-0x5addc000 stackSize=1012KB
  445. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | held mutexes=
  446. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #00 pc 0003cec4 /system/lib/libc.so (recvmsg+8)
  447. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #01 pc 00282bfb /system/lib/libart.so (art::JDWP::JdwpAdbState::ReceiveClientFd()+86)
  448. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #02 pc 00282ced /system/lib/libart.so (art::JDWP::JdwpAdbState::Accept()+100)
  449. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #03 pc 00190301 /system/lib/libart.so (art::JDWP::JdwpState::Run()+292)
  450. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #04 pc 00191863 /system/lib/libart.so (???)
  451. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #05 pc 00016467 /system/lib/libc.so (???)
  452. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #06 pc 00014393 /system/lib/libc.so (???)
  453. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] (no managed stack frames)
  454. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289]
  455. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] "ReferenceQueueDaemon" prio=5 tid=7 Waiting
  456. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x42338160 self=0x60e03fe8
  457. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | sysTid=9094 nice=0 cgrp=default sched=0/0 handle=0x60e045b8
  458. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | state=S schedstat=( 53999000 2002000 608 ) utm=0 stm=5 core=0 HZ=100
  459. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | stack=0x5aed8000-0x5aeda000 stackSize=1036KB
  460. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | held mutexes=
  461. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #00 pc 00012964 /system/lib/libc.so (syscall+28)
  462. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #01 pc 000a98af /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
  463. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #02 pc 001ea27b /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
  464. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #03 pc 001eb699 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
  465. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #04 pc 001f82c1 /system/lib/libart.so (???)
  466. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] native: #05 pc 000003df /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_Object_wait__+82)
  467. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
  468. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] - waiting on <0x20e5959e> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
  469. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:134)
  470. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] - locked <0x20e5959e> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
  471. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
  472. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289]
  473. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] "FinalizerDaemon" prio=5 tid=8 Waiting
  474. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x423381c0 self=0x60e04980
  475. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | sysTid=9095 nice=0 cgrp=default sched=0/0 handle=0x60e04f70
  476. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | state=S schedstat=( 676678000 119511000 474 ) utm=61 stm=6 core=0 HZ=100
  477. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | stack=0x5afdc000-0x5afde000 stackSize=1036KB
  478. 08-10 16:22:46.958 F/art ( 9083): art/runtime/runtime.cc:289] | held mutexes=
  479. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] native: #00 pc 00012964 /system/lib/libc.so (syscall+28)
  480. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] native: #01 pc 000a98af /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
  481. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] native: #02 pc 001ea27b /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
  482. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] native: #03 pc 001eb699 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
  483. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] native: #04 pc 001f8299 /system/lib/libart.so (???)
  484. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] native: #05 pc 0000060b /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_Object_wait__JI+102)
  485. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
  486. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] - waiting on <0x0b8b087f> (a java.lang.ref.ReferenceQueue)
  487. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.Object.wait(Object.java:422)
  488. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
  489. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] - locked <0x0b8b087f> (a java.lang.ref.ReferenceQueue)
  490. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
  491. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:174)
  492. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
  493. 08-10 16:22:47.078 I/D08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289]
  494. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] "FinalizerWatchdogDaemon" prio=5 tid=9 Sleeping
  495. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x42338220 self=0x60e05338
  496. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] | sysTid=9096 nice=0 cgrp=default sched=0/0 handle=0x60e06bd8
  497. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] | state=S schedstat=( 3354000 8942000 28 ) utm=0 stm=0 core=0 HZ=100
  498. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] | stack=0x5b0e0000-0x5b0e2000 stackSize=1036KB
  499. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] | held mutexes=
  500. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] native: #00 pc 00012968 /system/lib/libc.so (syscall+32)
  501. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] native: #01 pc 000a9663 /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread*, long long, int)+98)
  502. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] native: #02 pc 001ea069 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+468)
  503. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] native: #03 pc 001eb699 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
  504. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] native: #04 pc 00073319 /data/dalvik-cache/arm/system@[email protected] (Java_java_lang_Thread_sleep__Ljava_lang_Object_2JI+132)
  505. 08-10 16:22:46.959 F/art ( 9083): art/runtime/runtime.cc:289] at java.lang.Thread.sleep!(Native method)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement