Guest User

corona/rastreamento_Context.startForegroundService

a guest
Aug 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.28 KB | None | 0 0
  1. "main" tid=1 Native
  2. "main" prio=5 tid=1 Native
  3. | group="main" sCount=1 dsCount=0 flags=1 obj=0x734995f8 self=0xac035000
  4. | sysTid=9087 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0xb00e14a8
  5. | state=S schedstat=( 122705119 55700363 278 ) utm=4 stm=6 core=5 HZ=100
  6. | stack=0xbe269000-0xbe26b000 stackSize=8MB
  7. | held mutexes=
  8. #00 pc 00000000000493e8 /system/lib/libc.so (__epoll_pwait+20)
  9. #01 pc 000000000001b4bd /system/lib/libc.so (epoll_pwait+60)
  10. #02 pc 000000000001b4ed /system/lib/libc.so (epoll_wait+12)
  11. #03 pc 0000000000010337 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)
  12. #04 pc 0000000000010229 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+32)
  13. #05 pc 00000000000b7a39 /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+24)
  14. #06 pc 00000000001a4585 /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+92)
  15. at android.os.MessageQueue.nativePollOnce (Native method)
  16. at android.os.MessageQueue.next (MessageQueue.java:325)
  17. at android.os.Looper.loop (Looper.java:142)
  18. at android.app.ActivityThread.main (ActivityThread.java:6673)
  19. at java.lang.reflect.Method.invoke (Native method)
  20. at com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:240)
  21. at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:769)
  22. "Jit thread pool worker thread 0" tid=2 Native
  23. "Jit thread pool worker thread 0" daemon prio=5 tid=2 Native
  24. | group="main" sCount=1 dsCount=0 flags=1 obj=0x13540030 self=0xac035c00
  25. | sysTid=9092 nice=9 cgrp=bg_non_interactive sched=0/0 handle=0xa339d970
  26. | state=S schedstat=( 719687 386927 4 ) utm=0 stm=0 core=3 HZ=100
  27. | stack=0xa329f000-0xa32a1000 stackSize=1022KB
  28. | held mutexes=
  29. #00 pc 0000000000018e58 /system/lib/libc.so (syscall+28)
  30. #01 pc 00000000000b395d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+88)
  31. #02 pc 000000000036bec7 /system/lib/libart.so (_ZN3art10ThreadPool7GetTaskEPNS_6ThreadE+170)
  32. #03 pc 000000000036b76b /system/lib/libart.so (_ZN3art16ThreadPoolWorker3RunEv+62)
  33. #04 pc 000000000036b381 /system/lib/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+92)
  34. #05 pc 0000000000047db7 /system/lib/libc.so (_ZL15__pthread_startPv+22)
  35. #06 pc 000000000001b0a5 /system/lib/libc.so (__start_thread+32)
  36. "FinalizerDaemon" tid=4 Waiting
  37. "FinalizerDaemon" daemon prio=5 tid=4 Waiting
  38. | group="system" sCount=1 dsCount=0 flags=1 obj=0x12c48128 self=0xac036e00
  39. | sysTid=9096 nice=4 cgrp=bg_non_interactive sched=0/0 handle=0x92bf0970
  40. | state=S schedstat=( 345730 1171562 6 ) utm=0 stm=0 core=1 HZ=100
  41. | stack=0x92aee000-0x92af0000 stackSize=1038KB
  42. | held mutexes=
  43. at java.lang.Object.wait (Native method)
  44. - waiting on <0x08a8ebd3> (a java.lang.Object)
  45. at java.lang.Object.wait (Object.java:422)
  46. at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:188)
  47. - locked <0x08a8ebd3> (a java.lang.Object)
  48. at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:209)
  49. at java.lang.Daemons$FinalizerDaemon.runInternal (Daemons.java:232)
  50. at java.lang.Daemons$Daemon.run (Daemons.java:103)
  51. at java.lang.Thread.run (Thread.java:764)
  52. "FinalizerWatchdogDaemon" tid=5 Waiting
  53. "FinalizerWatchdogDaemon" daemon prio=5 tid=5 Waiting
  54. | group="system" sCount=1 dsCount=0 flags=1 obj=0x12c481c8 self=0xa1acc400
  55. | sysTid=9097 nice=4 cgrp=bg_non_interactive sched=0/0 handle=0x92aeb970
  56. | state=S schedstat=( 370001 1016561 7 ) utm=0 stm=0 core=5 HZ=100
  57. | stack=0x929e9000-0x929eb000 stackSize=1038KB
  58. | held mutexes=
  59. at java.lang.Object.wait (Native method)
  60. - waiting on <0x0ff8e310> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  61. at java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded (Daemons.java:297)
  62. - locked <0x0ff8e310> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  63. at java.lang.Daemons$FinalizerWatchdogDaemon.runInternal (Daemons.java:277)
  64. at java.lang.Daemons$Daemon.run (Daemons.java:103)
  65. at java.lang.Thread.run (Thread.java:764)
  66. "ReferenceQueueDaemon" tid=6 Waiting
  67. "ReferenceQueueDaemon" daemon prio=5 tid=6 Waiting
  68. | group="system" sCount=1 dsCount=0 flags=1 obj=0x12c48088 self=0xac036800
  69. | sysTid=9095 nice=4 cgrp=bg_non_interactive sched=0/0 handle=0x92cf5970
  70. | state=S schedstat=( 693750 1027500 7 ) utm=0 stm=0 core=2 HZ=100
  71. | stack=0x92bf3000-0x92bf5000 stackSize=1038KB
  72. | held mutexes=
  73. at java.lang.Object.wait (Native method)
  74. - waiting on <0x0087be09> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
  75. at java.lang.Daemons$ReferenceQueueDaemon.runInternal (Daemons.java:178)
  76. - locked <0x0087be09> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
  77. at java.lang.Daemons$Daemon.run (Daemons.java:103)
  78. at java.lang.Thread.run (Thread.java:764)
  79. "Binder:9087_1" tid=8 Native
  80. "Binder:9087_1" prio=5 tid=8 Native
  81. | group="main" sCount=1 dsCount=0 flags=1 obj=0x135c0020 self=0xa0cb7200
  82. | sysTid=9099 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x927e3970
  83. | state=S schedstat=( 1310833 0 12 ) utm=0 stm=0 core=2 HZ=100
  84. | stack=0x926e9000-0x926eb000 stackSize=1006KB
  85. | held mutexes=
  86. #00 pc 0000000000049524 /system/lib/libc.so (__ioctl+8)
  87. #01 pc 000000000001df37 /system/lib/libc.so (ioctl+38)
  88. #02 pc 0000000000048025 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+168)
  89. #03 pc 000000000004811d /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)
  90. #04 pc 00000000000486b3 /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+38)
  91. #05 pc 000000000005e939 /system/lib/libbinder.so (???)
  92. #06 pc 000000000000d469 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
  93. #07 pc 0000000000079f29 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
  94. #08 pc 0000000000047db7 /system/lib/libc.so (_ZL15__pthread_startPv+22)
  95. #09 pc 000000000001b0a5 /system/lib/libc.so (__start_thread+32)
  96. "Binder:9087_2" tid=9 Native
  97. "Binder:9087_2" prio=5 tid=9 Native
  98. | group="main" sCount=1 dsCount=0 flags=1 obj=0x13600020 self=0xa0cb7800
  99. | sysTid=9100 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x926e6970
  100. | state=S schedstat=( 3300001 2476666 14 ) utm=0 stm=0 core=5 HZ=100
  101. | stack=0x925ec000-0x925ee000 stackSize=1006KB
  102. | held mutexes=
  103. #00 pc 0000000000049524 /system/lib/libc.so (__ioctl+8)
  104. #01 pc 000000000001df37 /system/lib/libc.so (ioctl+38)
  105. #02 pc 0000000000048025 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+168)
  106. #03 pc 000000000004811d /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)
  107. #04 pc 00000000000486b3 /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+38)
  108. #05 pc 000000000005e939 /system/lib/libbinder.so (???)
  109. #06 pc 000000000000d469 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
  110. #07 pc 0000000000079f29 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
  111. #08 pc 0000000000047db7 /system/lib/libc.so (_ZL15__pthread_startPv+22)
  112. #09 pc 000000000001b0a5 /system/lib/libc.so (__start_thread+32)
  113. "Profile Saver" tid=10 Native
  114. "Profile Saver" daemon prio=5 tid=10 Native
  115. | group="system" sCount=1 dsCount=0 flags=1 obj=0x13640020 self=0xa0cb8400
  116. | sysTid=9110 nice=9 cgrp=bg_non_interactive sched=0/0 handle=0x91d41970
  117. | state=S schedstat=( 10964060 2439480 14 ) utm=0 stm=0 core=0 HZ=100
  118. | stack=0x91c47000-0x91c49000 stackSize=1006KB
  119. | held mutexes=
  120. #00 pc 0000000000018e58 /system/lib/libc.so (syscall+28)
  121. #01 pc 00000000000b395d /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+88)
  122. #02 pc 0000000000256c67 /system/lib/libart.so (_ZN3art12ProfileSaver3RunEv+342)
  123. #03 pc 0000000000258777 /system/lib/libart.so (_ZN3art12ProfileSaver21RunProfileSaverThreadEPv+50)
  124. #04 pc 0000000000047db7 /system/lib/libc.so (_ZL15__pthread_startPv+22)
  125. #05 pc 000000000001b0a5 /system/lib/libc.so (__start_thread+32)
  126. "Binder:9087_3" tid=11 Native
  127. "Binder:9087_3" prio=5 tid=11 Native
  128. | group="main" sCount=1 dsCount=0 flags=1 obj=0x136c0020 self=0xa0a34000
  129. | sysTid=9114 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0x916c1970
  130. | state=S schedstat=( 1190780 320416 6 ) utm=0 stm=0 core=5 HZ=100
  131. | stack=0x915c7000-0x915c9000 stackSize=1006KB
  132. | held mutexes=
  133. #00 pc 0000000000049524 /system/lib/libc.so (__ioctl+8)
  134. #01 pc 000000000001df37 /system/lib/libc.so (ioctl+38)
  135. #02 pc 0000000000048025 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+168)
  136. #03 pc 000000000004811d /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)
  137. #04 pc 00000000000486b3 /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+38)
  138. #05 pc 000000000005e939 /system/lib/libbinder.so (???)
  139. #06 pc 000000000000d469 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
  140. #07 pc 0000000000079f29 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
  141. #08 pc 0000000000047db7 /system/lib/libc.so (_ZL15__pthread_startPv+22)
  142. #09 pc 000000000001b0a5 /system/lib/libc.so (__start_thread+32)
  143. "queued-work-looper" tid=12 Native
  144. "queued-work-looper" prio=5 tid=12 Native
  145. | group="main" sCount=1 dsCount=0 flags=1 obj=0x12c64520 self=0xa0a34600
  146. | sysTid=9116 nice=-2 cgrp=bg_non_interactive sched=0/0 handle=0x915c4970
  147. | state=S schedstat=( 363594 162396 1 ) utm=0 stm=0 core=5 HZ=100
  148. | stack=0x914c2000-0x914c4000 stackSize=1038KB
  149. | held mutexes=
  150. #00 pc 00000000000493e8 /system/lib/libc.so (__epoll_pwait+20)
  151. #01 pc 000000000001b4bd /system/lib/libc.so (epoll_pwait+60)
  152. #02 pc 000000000001b4ed /system/lib/libc.so (epoll_wait+12)
  153. #03 pc 0000000000010337 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)
  154. #04 pc 0000000000010229 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+32)
  155. #05 pc 00000000000b7a39 /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+24)
  156. #06 pc 00000000001a4585 /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+92)
  157. at android.os.MessageQueue.nativePollOnce (Native method)
  158. at android.os.MessageQueue.next (MessageQueue.java:325)
  159. at android.os.Looper.loop (Looper.java:142)
  160. at android.os.HandlerThread.run (HandlerThread.java:65)
  161. "Signal Catcher" tid=3 Runnable
  162. "Signal Catcher" daemon prio=5 tid=3 Runnable
  163. | group="system" sCount=0 dsCount=0 flags=0 obj=0x13580020 self=0xac036200
  164. | sysTid=9093 nice=0 cgrp=bg_non_interactive sched=0/0 handle=0xa329c970
  165. | state=R schedstat=( 31217602 42073019 58 ) utm=1 stm=0 core=7 HZ=100
  166. | stack=0xa31a2000-0xa31a4000 stackSize=1006KB
  167. | held mutexes= "mutator lock"(shared held)
  168. #00 pc 00000000002c57ef /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+130)
  169. #01 pc 0000000000356e29 /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMapb+200)
  170. #02 pc 00000000003532fb /system/lib/libart.so (_ZNK3art6Thread4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMapb+34)
  171. #03 pc 000000000036ab9f /system/lib/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+650)
  172. #04 pc 0000000000364829 /system/lib/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureES2_+320)
  173. #05 pc 0000000000364389 /system/lib/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+536)
  174. #06 pc 0000000000364043 /system/lib/libart.so (_ZN3art10ThreadList14DumpForSigQuitERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+650)
  175. #07 pc 0000000000341707 /system/lib/libart.so (_ZN3art7Runtime14DumpForSigQuitERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+122)
  176. #08 pc 00000000003485d7 /system/lib/libart.so (_ZN3art13SignalCatcher13HandleSigQuitEv+1130)
  177. #09 pc 0000000000347821 /system/lib/libart.so (_ZN3art13SignalCatcher3RunEPv+240)
  178. #10 pc 0000000000047db7 /system/lib/libc.so (_ZL15__pthread_startPv+22)
  179. #11 pc 000000000001b0a5 /system/lib/libc.so (__start_thread+32)
  180. "HeapTaskDaemon" tid=7 Blocked
  181. "HeapTaskDaemon" daemon prio=5 tid=7 Blocked
  182. | group="system" sCount=1 dsCount=0 flags=1 obj=0x12c48268 self=0xa1acca00
  183. | sysTid=9098 nice=4 cgrp=bg_non_interactive sched=0/0 handle=0x929e6970
  184. | state=S schedstat=( 512188 3457864 6 ) utm=0 stm=0 core=5 HZ=100
  185. | stack=0x928e4000-0x928e6000 stackSize=1038KB
  186. | held mutexes=
  187. #00 pc 0000000000018e5c /system/lib/libc.so (syscall+32)
  188. #01 pc 00000000000b3c85 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108)
  189. #02 pc 00000000001c09eb /system/lib/libart.so (_ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+238)
  190. #03 pc 00000000001c0ff9 /system/lib/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+44)
  191. #04 pc 00000000001cb2d3 /system/framework/arm/boot-core-libart.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+74)
  192. at dalvik.system.VMRuntime.runHeapTasks (Native method)
  193. - waiting to lock an unknown object
  194. at java.lang.Daemons$HeapTaskDaemon.runInternal (Daemons.java:461)
  195. at java.lang.Daemons$Daemon.run (Daemons.java:103)
  196. at java.lang.Thread.run (Thread.java:764)
Add Comment
Please, Sign In to add comment