Advertisement
darpal1707

Output

Jan 22nd, 2020
779
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. "Jit thread pool worker thread 0" daemon prio=5 tid=2 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x132c0000 self=0xa0e0c000 | sysTid=10650 nice=9 cgrp=default sched=0/0 handle=0xa0fcb970 | state=S schedstat=( 750868686 60099951 374 ) utm=57 stm=17 core=5 HZ=100 | stack=0xa0ecd000-0xa0ecf000 stackSize=1022KB | held mutexes=
  2. #00 pc 0000000000019d34 /system/lib/libc.so (syscall+28)
  3. #01 pc 00000000000a6b6b /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+78)
  4. #02 pc 00000000003869b3 /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread*)+174)
  5. #03 pc 0000000000386277 /system/lib/libart.so (art::ThreadPoolWorker::Run()+62)
  6. #04 pc 0000000000385eab /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+94)
  7. #05 pc 00000000000632b5 /system/lib/libc.so (__pthread_start(void*)+22)
  8. #06 pc 000000000001de79 /system/lib/libc.so (__start_thread+24)
  9.  
  10.  
  11. "ReferenceQueueDaemon" daemon prio=5 tid=4 Waiting | group="system" sCount=1 dsCount=0 flags=1 obj=0x132c04b0 self=0xa6b16e00 | sysTid=10652 nice=4 cgrp=default sched=0/0 handle=0x8e44b970 | state=S schedstat=( 4514741 1925365 23 ) utm=0 stm=0 core=5 HZ=100 | stack=0x8e348000-0x8e34a000 stackSize=1042KB | held mutexes=
  12. at java.lang.Object.wait (Native method)
  13. - waiting on <0x0abbf165> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
  14. at java.lang.Daemons$ReferenceQueueDaemon.runInternal (Daemons.java:178)
  15. - locked <0x0abbf165> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
  16. at java.lang.Daemons$Daemon.run (Daemons.java:103)
  17. at java.lang.Thread.run (Thread.java:798)
  18.  
  19.  
  20. "FinalizerDaemon" daemon prio=5 tid=5 Waiting | group="system" sCount=1 dsCount=0 flags=1 obj=0x132c1d38 self=0xa6b17400 | sysTid=10653 nice=4 cgrp=default sched=0/0 handle=0x8e345970 | state=S schedstat=( 5382240 4924895 28 ) utm=0 stm=0 core=4 HZ=100 | stack=0x8e242000-0x8e244000 stackSize=1042KB | held mutexes=
  21. at java.lang.Object.wait (Native method)
  22. - waiting on <0x0eb0be3a> (a java.lang.Object)
  23. at java.lang.Object.wait (Object.java:422)
  24. at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:188)
  25. - locked <0x0eb0be3a> (a java.lang.Object)
  26. at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:209)
  27. at java.lang.Daemons$FinalizerDaemon.runInternal (Daemons.java:232)
  28. at java.lang.Daemons$Daemon.run (Daemons.java:103)
  29. at java.lang.Thread.run (Thread.java:798)
  30.  
  31.  
  32. "FinalizerWatchdogDaemon" daemon prio=5 tid=6 Waiting | group="system" sCount=1 dsCount=0 flags=1 obj=0x132c20f0 self=0x9f4e3000 | sysTid=10654 nice=4 cgrp=default sched=0/0 handle=0x8e23f970 | state=S schedstat=( 605987 36146 9 ) utm=0 stm=0 core=4 HZ=100 | stack=0x8e13c000-0x8e13e000 stackSize=1042KB | held mutexes=
  33. at java.lang.Object.wait (Native method)
  34. - waiting on <0x0612daeb> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  35. at java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded (Daemons.java:297)
  36. - locked <0x0612daeb> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  37. at java.lang.Daemons$FinalizerWatchdogDaemon.runInternal (Daemons.java:277)
  38. at java.lang.Daemons$Daemon.run (Daemons.java:103)
  39. at java.lang.Thread.run (Thread.java:798)
  40.  
  41.  
  42. "HeapTaskDaemon" daemon prio=5 tid=7 WaitingForTaskProcessor | group="system" sCount=1 dsCount=0 flags=1 obj=0x132c3be8 self=0x9f4e3600 | sysTid=10655 nice=4 cgrp=default sched=0/0 handle=0x8e139970 | state=S schedstat=( 209122230 6450785 74 ) utm=19 stm=0 core=4 HZ=100 | stack=0x8e036000-0x8e038000 stackSize=1042KB | held mutexes=
  43. #00 pc 0000000000019d34 /system/lib/libc.so (syscall+28)
  44. #01 pc 00000000000a6b6b /system/lib/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+78)
  45. #02 pc 00000000001a981f /system/lib/libart.so (art::gc::TaskProcessor::GetTask(art::Thread*)+298)
  46. #03 pc 00000000001a9e45 /system/lib/libart.so (art::gc::TaskProcessor::RunAllTasks(art::Thread*)+48)
  47. at dalvik.system.VMRuntime.runHeapTasks (Native method)
  48. at java.lang.Daemons$HeapTaskDaemon.runInternal (Daemons.java:475)
  49. at java.lang.Daemons$Daemon.run (Daemons.java:103)
  50. at java.lang.Thread.run (Thread.java:798)
  51.  
  52.  
  53. "Signal Catcher" daemon prio=5 tid=3 Runnable | group="system" sCount=0 dsCount=0 flags=0 obj=0x132c0428 self=0xa6bcf000 | sysTid=10651 nice=0 cgrp=default sched=0/0 handle=0xa0dff970 | state=R schedstat=( 41337509 16967290 60 ) utm=2 stm=1 core=4 HZ=100 | stack=0xa0d04000-0xa0d06000 stackSize=1010KB | held mutexes= "mutator lock"(shared held)
  54. #00 pc 00000000002db0cf /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+134)
  55. #01 pc 000000000037037b /system/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+210)
  56. #02 pc 000000000036cb33 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+34)
  57. #03 pc 00000000003857e9 /system/lib/libart.so (art::DumpCheckpoint::Run(art::Thread*)+624)
  58. #04 pc 000000000037facf /system/lib/libart.so (art::ThreadList::RunCheckpoint(art::Closure*, art::Closure*)+314)
  59. #05 pc 000000000037f1c7 /system/lib/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool)+758)
  60. #06 pc 000000000037edff /system/lib/libart.so (art::ThreadList::DumpForSigQuit(std::__1::basic_ostream<char, std::__1::char_traits<char>>&)+614)
  61. #07 pc 00000000003590c9 /system/lib/libart.so (art::Runtime::DumpForSigQuit(std::__1::basic_ostream<char, std::__1::char_traits<char>>&)+120)
  62. #08 pc 00000000003620e9 /system/lib/libart.so (art::SignalCatcher::HandleSigQuit()+1040)
  63. #09 pc 000000000036127b /system/lib/libart.so (art::SignalCatcher::Run(void*)+246)
  64. #10 pc 00000000000632b5 /system/lib/libc.so (__pthread_start(void*)+22)
  65. #11 pc 000000000001de79 /system/lib/libc.so (__start_thread+24)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement