Advertisement
Guest User

traces

a guest
Mar 10th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 270.36 KB | None | 0 0
  1.  
  2.  
  3. ----- pid 25549 at 2016-03-10 18:07:45 -----
  4. Cmd line: pl.zdunex25.updater
  5.  
  6. JNI: CheckJNI is off; workarounds are off; pins=1; globals=311 (plus 32 weak)
  7.  
  8. DALVIK THREADS:
  9. (mutexes: tll=0 tsl=0 tscl=0 ghl=0)
  10.  
  11. "main" prio=5 tid=1 WAIT
  12. | group="main" sCount=1 dsCount=0 obj=0x4170ed68 self=0x415284e8
  13. | sysTid=25549 nice=-6 sched=0/0 cgrp=apps handle=1074356564
  14. | state=S schedstat=( 0 0 0 ) utm=161 stm=59 core=0
  15. at java.lang.Object.wait(Native Method)
  16. - waiting on <0x4170ee38> (a java.lang.VMThread) held by tid=1 (main)
  17. at java.lang.Thread.parkFor(Thread.java:1205)
  18. at sun.misc.Unsafe.park(Unsafe.java:325)
  19. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  20. at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:400)
  21. at java.util.concurrent.FutureTask.get(FutureTask.java:162)
  22. at android.os.AsyncTask.get(AsyncTask.java:-1)
  23. at pl.zdunex25.updater.MainActivity.onCreate(MainActivity.java:221)
  24. at android.app.Activity.performCreate(Activity.java:-1)
  25. at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:-1)
  26. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:-1)
  27. at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:-1)
  28. at android.app.ActivityThread.access$800(ActivityThread.java:-1)
  29. at android.app.ActivityThread$H.handleMessage(ActivityThread.java:-1)
  30. at android.os.Handler.dispatchMessage(Handler.java:-1)
  31. at android.os.Looper.loop(Looper.java:-1)
  32. at android.app.ActivityThread.main(ActivityThread.java:-1)
  33. at java.lang.reflect.Method.invokeNative(Native Method)
  34. at java.lang.reflect.Method.invoke(Method.java:515)
  35. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:788)
  36. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:604)
  37. at dalvik.system.NativeStart.main(Native Method)
  38.  
  39. "IntentService[ReminderService]" prio=5 tid=24 WAIT
  40. | group="main" sCount=1 dsCount=0 obj=0x41eb3018 self=0x73770ad8
  41. | sysTid=25609 nice=0 sched=0/0 cgrp=apps handle=1872226464
  42. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  43. at java.lang.Object.wait(Native Method)
  44. - waiting on <0x41eb3268> (a java.lang.VMThread) held by tid=24 (IntentService[ReminderService])
  45. at java.lang.Thread.parkFor(Thread.java:1205)
  46. at sun.misc.Unsafe.park(Unsafe.java:325)
  47. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  48. at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:400)
  49. at java.util.concurrent.FutureTask.get(FutureTask.java:162)
  50. at android.os.AsyncTask.get(AsyncTask.java:-1)
  51. at pl.zdunex25.updater.ReminderService.onHandleIntent(ReminderService.java:44)
  52. at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:-1)
  53. at android.os.Handler.dispatchMessage(Handler.java:-1)
  54. at android.os.Looper.loop(Looper.java:-1)
  55. at android.os.HandlerThread.run(HandlerThread.java:-1)
  56.  
  57. "AsyncTask #3" prio=5 tid=23 SUSPENDED
  58. | group="main" sCount=1 dsCount=0 obj=0x41f13ec8 self=0x773b4990
  59. | sysTid=25607 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1926970616
  60. | state=S schedstat=( 0 0 0 ) utm=1030 stm=145 core=0
  61. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  62. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  63. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  64. #03 pc 00052f8b /system/lib/libdvm.so
  65. #04 pc 00053551 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)
  66. #05 pc 00048d8f /system/lib/libdvm.so
  67. #06 pc 0004aa4f /system/lib/libdvm.so
  68. #07 pc 00012671 /system/lib/libjavacore.so
  69. #08 pc 000194ef /system/lib/libjavacore.so
  70. #09 pc 0001ccf1 /system/lib/libjavacore.so
  71. #10 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  72. #11 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  73. #12 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  74. at libcore.io.Posix.writeBytes(Native Method)
  75. at libcore.io.Posix.write(Posix.java:202)
  76. at libcore.io.BlockGuardOs.write(BlockGuardOs.java:197)
  77. at libcore.io.IoBridge.write(IoBridge.java:450)
  78. at java.io.FileOutputStream.write(FileOutputStream.java:187)
  79. at pl.zdunex25.updater.MainActivity$DownloadZip.doInBackground(MainActivity.java:857)
  80. at pl.zdunex25.updater.MainActivity$DownloadZip.doInBackground(MainActivity.java:1)
  81. at android.os.AsyncTask$2.call(AsyncTask.java:-1)
  82. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  83. at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:-1)
  84. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
  85. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  86. at java.lang.Thread.run(Thread.java:841)
  87.  
  88. "AsyncTask #2" prio=5 tid=22 WAIT
  89. | group="main" sCount=1 dsCount=0 obj=0x41e3f0e0 self=0x773d0f70
  90. | sysTid=25606 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1899168464
  91. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  92. at java.lang.Object.wait(Native Method)
  93. - waiting on <0x41e3f200> (a java.lang.VMThread) held by tid=22 (AsyncTask #2)
  94. at java.lang.Thread.parkFor(Thread.java:1205)
  95. at sun.misc.Unsafe.park(Unsafe.java:325)
  96. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  97. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  98. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  99. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  100. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  101. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  102. at java.lang.Thread.run(Thread.java:841)
  103.  
  104. "Thread-3519" prio=5 tid=21 NATIVE
  105. | group="main" sCount=1 dsCount=0 obj=0x41c621b8 self=0x745ec6e0
  106. | sysTid=25602 nice=0 sched=0/0 cgrp=apps handle=1951928864
  107. | state=S schedstat=( 0 0 0 ) utm=3 stm=0 core=0
  108. #00 pc 00021900 /system/lib/libc.so (__futex_syscall3+12)
  109. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  110. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  111. #03 pc 001c974b /system/lib/libwebviewchromium.so
  112. #04 pc 00cb5dc1 /system/lib/libwebviewchromium.so
  113. #05 pc 00cb5e9f /system/lib/libwebviewchromium.so
  114. #06 pc 001bcd2b /system/lib/libwebviewchromium.so
  115. #07 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  116. #08 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  117. at dalvik.system.NativeStart.run(Native Method)
  118.  
  119. "Thread-3517" prio=5 tid=19 NATIVE
  120. | group="main" sCount=1 dsCount=0 obj=0x41f4b4a8 self=0x73779d58
  121. | sysTid=25591 nice=0 sched=0/0 cgrp=apps handle=1897808544
  122. | state=S schedstat=( 0 0 0 ) utm=7 stm=3 core=0
  123. #00 pc 00021900 /system/lib/libc.so (__futex_syscall3+12)
  124. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  125. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  126. #03 pc 001c974b /system/lib/libwebviewchromium.so
  127. #04 pc 001bc34f /system/lib/libwebviewchromium.so
  128. #05 pc 001b2667 /system/lib/libwebviewchromium.so
  129. #06 pc 001b1c29 /system/lib/libwebviewchromium.so
  130. #07 pc 001b6953 /system/lib/libwebviewchromium.so
  131. #08 pc 001b12e3 /system/lib/libwebviewchromium.so
  132. #09 pc 001bf07d /system/lib/libwebviewchromium.so
  133. #10 pc 001bcd2b /system/lib/libwebviewchromium.so
  134. #11 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  135. #12 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  136. at dalvik.system.NativeStart.run(Native Method)
  137.  
  138. "OkHttp ConnectionPool" daemon prio=5 tid=18 TIMED_WAIT
  139. | group="main" sCount=1 dsCount=0 obj=0x41ea80d0 self=0x72dba800
  140. | sysTid=25583 nice=0 sched=0/0 cgrp=apps handle=1926999128
  141. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  142. at java.lang.Object.wait(Native Method)
  143. - waiting on <0x41ea81a8> (a java.lang.VMThread) held by tid=18 (OkHttp ConnectionPool)
  144. at java.lang.Thread.parkFor(Thread.java:1205)
  145. at sun.misc.Unsafe.park(Unsafe.java:325)
  146. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:197)
  147. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2056)
  148. at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:435)
  149. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  150. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  151. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  152. at java.lang.Thread.run(Thread.java:841)
  153.  
  154. "AsyncTask #1" prio=5 tid=17 WAIT
  155. | group="main" sCount=1 dsCount=0 obj=0x41e7d208 self=0x71961988
  156. | sysTid=25582 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1905663456
  157. | state=S schedstat=( 0 0 0 ) utm=6 stm=1 core=0
  158. at java.lang.Object.wait(Native Method)
  159. - waiting on <0x41e7d3a0> (a java.lang.VMThread) held by tid=17 (AsyncTask #1)
  160. at java.lang.Thread.parkFor(Thread.java:1205)
  161. at sun.misc.Unsafe.park(Unsafe.java:325)
  162. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  163. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  164. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  165. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  166. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  167. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  168. at java.lang.Thread.run(Thread.java:841)
  169.  
  170. "CleanupReference" daemon prio=5 tid=16 WAIT
  171. | group="main" sCount=1 dsCount=0 obj=0x41e57f00 self=0x72bc99a8
  172. | sysTid=25581 nice=0 sched=0/0 cgrp=apps handle=1924960912
  173. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1
  174. at java.lang.Object.wait(Native Method)
  175. - waiting on <0x41e57ee0> (a java.lang.ref.ReferenceQueue)
  176. at java.lang.Object.wait(Object.java:401)
  177. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
  178. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
  179. at com.android.org.chromium.content.common.CleanupReference$1.run(CleanupReference.java:49)
  180.  
  181. "Thread-3511" prio=5 tid=15 NATIVE
  182. | group="main" sCount=1 dsCount=0 obj=0x41e544b0 self=0x7186a300
  183. | sysTid=25567 nice=0 sched=0/0 cgrp=apps handle=1904613064
  184. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  185. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  186. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  187. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  188. #03 pc 001bc357 /system/lib/libwebviewchromium.so
  189. #04 pc 001bc375 /system/lib/libwebviewchromium.so
  190. #05 pc 001b2637 /system/lib/libwebviewchromium.so
  191. #06 pc 001b1c29 /system/lib/libwebviewchromium.so
  192. #07 pc 001b6953 /system/lib/libwebviewchromium.so
  193. #08 pc 001b12e3 /system/lib/libwebviewchromium.so
  194. #09 pc 00b5a88d /system/lib/libwebviewchromium.so
  195. #10 pc 00b5ac6d /system/lib/libwebviewchromium.so
  196. #11 pc 001bf07d /system/lib/libwebviewchromium.so
  197. #12 pc 001bcd2b /system/lib/libwebviewchromium.so
  198. #13 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  199. #14 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  200. at dalvik.system.NativeStart.run(Native Method)
  201.  
  202. "Thread-3510" prio=9 tid=14 NATIVE
  203. | group="main" sCount=1 dsCount=0 obj=0x41e51190 self=0x72bed8e0
  204. | sysTid=25572 nice=-6 sched=0/0 cgrp=apps handle=1904629416
  205. | state=S schedstat=( 0 0 0 ) utm=8 stm=3 core=0
  206. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  207. #01 pc 001cc4e9 /system/lib/libwebviewchromium.so
  208. #02 pc 001cb6d9 /system/lib/libwebviewchromium.so
  209. #03 pc 001c332b /system/lib/libwebviewchromium.so
  210. #04 pc 001b1c29 /system/lib/libwebviewchromium.so
  211. #05 pc 001b6953 /system/lib/libwebviewchromium.so
  212. #06 pc 001b12e3 /system/lib/libwebviewchromium.so
  213. #07 pc 00b5a8fb /system/lib/libwebviewchromium.so
  214. #08 pc 00b5ac95 /system/lib/libwebviewchromium.so
  215. #09 pc 001bf07d /system/lib/libwebviewchromium.so
  216. #10 pc 001bcd2b /system/lib/libwebviewchromium.so
  217. #11 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  218. #12 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  219. at dalvik.system.NativeStart.run(Native Method)
  220.  
  221. "SettinsObserver" prio=5 tid=13 NATIVE
  222. | group="main" sCount=1 dsCount=0 obj=0x41e4fa70 self=0x719633f8
  223. | sysTid=25566 nice=0 sched=0/0 cgrp=apps handle=1904607024
  224. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1
  225. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  226. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  227. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  228. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  229. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  230. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  231. #06 pc 000267e0 /system/lib/libdvm.so
  232. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  233. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  234. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  235. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  236. #11 pc 00054b63 /system/lib/libdvm.so
  237. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  238. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  239. at android.os.MessageQueue.nativePollOnce(Native Method)
  240. at android.os.MessageQueue.next(MessageQueue.java:-1)
  241. at android.os.Looper.loop(Looper.java:-1)
  242. at com.android.org.chromium.media.AudioManagerAndroid$SettingsObserverThread.run(AudioManagerAndroid.java:648)
  243.  
  244. "Binder_2" prio=5 tid=11 NATIVE
  245. | group="main" sCount=1 dsCount=0 obj=0x41a7b4b8 self=0x6f5d4518
  246. | sysTid=25562 nice=0 sched=0/0 cgrp=apps handle=1868382216
  247. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  248. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  249. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  250. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  251. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  252. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  253. #05 pc 000219f9 /system/lib/libbinder.so
  254. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  255. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  256. #08 pc 0000e58b /system/lib/libutils.so
  257. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  258. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  259. at dalvik.system.NativeStart.run(Native Method)
  260.  
  261. "Binder_1" prio=5 tid=10 NATIVE
  262. | group="main" sCount=1 dsCount=0 obj=0x41a7b2d8 self=0x6c0b3510
  263. | sysTid=25561 nice=0 sched=0/0 cgrp=apps handle=1812672992
  264. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2
  265. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  266. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  267. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  268. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  269. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  270. #05 pc 000219f9 /system/lib/libbinder.so
  271. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  272. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  273. #08 pc 0000e58b /system/lib/libutils.so
  274. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  275. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  276. at dalvik.system.NativeStart.run(Native Method)
  277.  
  278. "FinalizerWatchdogDaemon" daemon prio=5 tid=9 WAIT
  279. | group="system" sCount=1 dsCount=0 obj=0x41a75ca8 self=0x6eecb4e0
  280. | sysTid=25560 nice=0 sched=0/0 cgrp=apps handle=1861007672
  281. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  282. at java.lang.Object.wait(Native Method)
  283. - waiting on <0x4171b068> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  284. at java.lang.Object.wait(Object.java:364)
  285. at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:230)
  286. at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:207)
  287. at java.lang.Thread.run(Thread.java:841)
  288.  
  289. "FinalizerDaemon" daemon prio=5 tid=8 WAIT
  290. | group="system" sCount=1 dsCount=0 obj=0x41a75b50 self=0x6c09c178
  291. | sysTid=25559 nice=0 sched=0/0 cgrp=apps handle=1861005320
  292. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  293. at java.lang.Object.wait(Native Method)
  294. - waiting on <0x41700b68> (a java.lang.ref.ReferenceQueue)
  295. at java.lang.Object.wait(Object.java:401)
  296. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
  297. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
  298. at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
  299. at java.lang.Thread.run(Thread.java:841)
  300.  
  301. "ReferenceQueueDaemon" daemon prio=5 tid=7 WAIT
  302. | group="system" sCount=1 dsCount=0 obj=0x41a75990 self=0x6c09b848
  303. | sysTid=25558 nice=0 sched=0/0 cgrp=apps handle=1812577440
  304. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  305. at java.lang.Object.wait(Native Method)
  306. - waiting on <0x41700640>
  307. at java.lang.Object.wait(Object.java:364)
  308. at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:130)
  309. at java.lang.Thread.run(Thread.java:841)
  310.  
  311. "Compiler" daemon prio=5 tid=6 VMWAIT
  312. | group="system" sCount=1 dsCount=0 obj=0x41a758a0 self=0x6c09b140
  313. | sysTid=25557 nice=0 sched=0/0 cgrp=apps handle=1812573944
  314. | state=S schedstat=( 0 0 0 ) utm=6 stm=5 core=2
  315. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  316. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  317. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  318. #03 pc 00073943 /system/lib/libdvm.so
  319. #04 pc 00054245 /system/lib/libdvm.so
  320. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  321. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  322. at dalvik.system.NativeStart.run(Native Method)
  323.  
  324. "JDWP" daemon prio=5 tid=5 VMWAIT
  325. | group="system" sCount=1 dsCount=0 obj=0x41a74be0 self=0x6c09a7c0
  326. | sysTid=25556 nice=0 sched=0/0 cgrp=apps handle=1812571512
  327. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  328. #00 pc 000206a8 /system/lib/libc.so (select+20)
  329. #01 pc 00060ddf /system/lib/libdvm.so
  330. #02 pc 00063931 /system/lib/libdvm.so
  331. #03 pc 00054245 /system/lib/libdvm.so
  332. #04 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  333. #05 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  334. at dalvik.system.NativeStart.run(Native Method)
  335.  
  336. "Signal Catcher" daemon prio=5 tid=4 RUNNABLE
  337. | group="system" sCount=0 dsCount=0 obj=0x41a74ae8 self=0x415e8270
  338. | sysTid=25555 nice=0 sched=0/0 cgrp=apps handle=1096712232
  339. | state=R schedstat=( 0 0 0 ) utm=0 stm=1 core=0
  340. at dalvik.system.NativeStart.run(Native Method)
  341.  
  342. "GC" daemon prio=5 tid=3 VMWAIT
  343. | group="system" sCount=1 dsCount=0 obj=0x41a74a08 self=0x68de4810
  344. | sysTid=25554 nice=0 sched=0/0 cgrp=apps handle=1812592720
  345. | state=S schedstat=( 0 0 0 ) utm=1 stm=5 core=0
  346. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  347. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  348. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  349. #03 pc 0007226d /system/lib/libdvm.so
  350. #04 pc 00054245 /system/lib/libdvm.so
  351. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  352. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  353. at dalvik.system.NativeStart.run(Native Method)
  354.  
  355. "HeapMon" daemon prio=5 tid=2 VMWAIT
  356. | group="system" sCount=1 dsCount=0 obj=0x41a74918 self=0x6eeca9e0
  357. | sysTid=25553 nice=0 sched=0/0 cgrp=apps handle=1780904400
  358. | state=S schedstat=( 0 0 0 ) utm=0 stm=1 core=0
  359. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  360. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  361. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  362. #03 pc 000010eb /system/vendor/lib/libnvopt_dvm.so
  363. #04 pc 00054245 /system/lib/libdvm.so
  364. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  365. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  366. at dalvik.system.NativeStart.run(Native Method)
  367.  
  368. NATIVE THREADS:
  369. "AudioThread" sysTid=25565 nice=0 sched=0/0 cgrp=apps
  370. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  371.  
  372. "Chrome_FileThre" sysTid=25568 nice=0 sched=0/0 cgrp=apps
  373. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1
  374.  
  375. "Chrome_FileUser" sysTid=25569 nice=0 sched=0/0 cgrp=apps
  376. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1
  377.  
  378. "Chrome_ProcessL" sysTid=25570 nice=0 sched=0/0 cgrp=apps
  379. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  380.  
  381. "Chrome_CacheThr" sysTid=25571 nice=0 sched=0/0 cgrp=apps
  382. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  383.  
  384. "IndexedDB" sysTid=25573 nice=0 sched=0/0 cgrp=apps
  385. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  386.  
  387. "Chrome_InProcGp" sysTid=25574 nice=-6 sched=0/0 cgrp=apps
  388. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  389.  
  390. "BrowserBlocking" sysTid=25575 nice=0 sched=0/0 cgrp=apps
  391. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  392.  
  393. "Chrome_ChildIOT" sysTid=25576 nice=-6 sched=0/0 cgrp=apps
  394. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1
  395.  
  396. "MediaStreamDevi" sysTid=25577 nice=0 sched=0/0 cgrp=apps
  397. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  398.  
  399. "Chrome_DevTools" sysTid=25578 nice=0 sched=0/0 cgrp=apps
  400. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1
  401.  
  402. "File Thread" sysTid=25580 nice=0 sched=0/0 cgrp=apps
  403. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  404.  
  405. "Chrome_ChildIOT" sysTid=25592 nice=-6 sched=0/0 cgrp=apps
  406. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  407.  
  408. "VC manager" sysTid=25593 nice=0 sched=0/0 cgrp=apps
  409. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  410.  
  411. "OptimizingCompi" sysTid=25594 nice=0 sched=0/0 cgrp=apps
  412. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  413.  
  414. "v8:SweeperThrea" sysTid=25595 nice=0 sched=0/0 cgrp=apps
  415. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  416.  
  417. "v8:SweeperThrea" sysTid=25596 nice=0 sched=0/0 cgrp=apps
  418. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1
  419.  
  420. "v8:SweeperThrea" sysTid=25597 nice=0 sched=0/0 cgrp=apps
  421. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  422.  
  423. "v8:SweeperThrea" sysTid=25598 nice=0 sched=0/0 cgrp=apps
  424. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  425.  
  426. "SimpleCacheWork" sysTid=25600 nice=0 sched=0/0 cgrp=apps
  427. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  428.  
  429. "SimpleCacheWork" sysTid=25601 nice=0 sched=0/0 cgrp=apps
  430. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  431.  
  432. "HTMLParserThrea" sysTid=25604 nice=0 sched=0/0 cgrp=apps
  433. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  434.  
  435. "CompositorRaste" sysTid=25627 nice=10 sched=0/0 cgrp=apps
  436. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  437.  
  438. ----- end 25549 -----
  439.  
  440.  
  441. ----- pid 915 at 2016-03-10 18:07:45 -----
  442. Cmd line: system_server
  443.  
  444. JNI: CheckJNI is off; workarounds are off; pins=3; globals=2248 (plus 77 weak)
  445.  
  446. DALVIK THREADS:
  447. (mutexes: tll=0 tsl=0 tscl=0 ghl=0)
  448.  
  449. "main" prio=5 tid=1 NATIVE
  450. | group="main" sCount=1 dsCount=0 obj=0x4170ed68 self=0x415284e8
  451. | sysTid=915 nice=-2 sched=0/0 cgrp=apps handle=1074356564
  452. | state=S schedstat=( 0 0 0 ) utm=5647 stm=2635 core=0
  453. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  454. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  455. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  456. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  457. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  458. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  459. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  460. at android.os.MessageQueue.nativePollOnce(Native Method)
  461. at android.os.MessageQueue.next(MessageQueue.java:-1)
  462. at android.os.Looper.loop(Looper.java:-1)
  463. at com.android.server.ServerThread.initAndLoop(SystemServer.java:-1)
  464. at com.android.server.SystemServer.main(SystemServer.java:-1)
  465. at java.lang.reflect.Method.invokeNative(Native Method)
  466. at java.lang.reflect.Method.invoke(Method.java:515)
  467. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:788)
  468. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:604)
  469. at dalvik.system.NativeStart.main(Native Method)
  470.  
  471. "WifiMonitor" prio=5 tid=77 NATIVE
  472. | group="main" sCount=1 dsCount=0 obj=0x426fd898 self=0x7c1f66a0
  473. | sysTid=21220 nice=0 sched=0/0 cgrp=apps handle=2062961696
  474. | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=0
  475. #00 pc 00021794 /system/lib/libc.so (poll+12)
  476. #01 pc 00004b05 /system/lib/libhardware_legacy.so (wifi_ctrl_recv+56)
  477. #02 pc 00004b83 /system/lib/libhardware_legacy.so (wifi_wait_on_socket+26)
  478. #03 pc 0006e8a1 /system/lib/libandroid_runtime.so
  479. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  480. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  481. #06 pc 000267e0 /system/lib/libdvm.so
  482. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  483. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  484. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  485. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  486. #11 pc 00054b63 /system/lib/libdvm.so
  487. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  488. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  489. at android.net.wifi.WifiNative.waitForEventNative(Native Method)
  490. at android.net.wifi.WifiNative.waitForEvent(WifiNative.java:-1)
  491. at android.net.wifi.WifiMonitor$MonitorThread.run(WifiMonitor.java:-1)
  492.  
  493. "Timer-0" prio=5 tid=73 TIMED_WAIT
  494. | group="main" sCount=1 dsCount=0 obj=0x42bba3e0 self=0x7b579278
  495. | sysTid=25787 nice=0 sched=0/0 cgrp=apps handle=1902595112
  496. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=3
  497. at java.lang.Object.wait(Native Method)
  498. - waiting on <0x42bba3e0> (a java.util.Timer$TimerImpl)
  499. at java.lang.Object.wait(Object.java:401)
  500. at java.util.Timer$TimerImpl.run(Timer.java:238)
  501.  
  502. "SyncHandler-0" prio=5 tid=76 NATIVE
  503. | group="main" sCount=1 dsCount=0 obj=0x42679b48 self=0x7196b7d0
  504. | sysTid=4095 nice=0 sched=0/0 cgrp=apps handle=2063190320
  505. | state=S schedstat=( 0 0 0 ) utm=6 stm=1 core=0
  506. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  507. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  508. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  509. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  510. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  511. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  512. #06 pc 000267e0 /system/lib/libdvm.so
  513. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  514. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  515. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  516. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  517. #11 pc 00054b63 /system/lib/libdvm.so
  518. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  519. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  520. at android.os.MessageQueue.nativePollOnce(Native Method)
  521. at android.os.MessageQueue.next(MessageQueue.java:-1)
  522. at android.os.Looper.loop(Looper.java:-1)
  523. at android.os.HandlerThread.run(HandlerThread.java:-1)
  524.  
  525. "ScreenshotUtils" prio=5 tid=72 NATIVE
  526. | group="main" sCount=1 dsCount=0 obj=0x426a4b18 self=0x7196b340
  527. | sysTid=3421 nice=0 sched=0/0 cgrp=apps handle=1933219072
  528. | state=S schedstat=( 0 0 0 ) utm=441 stm=249 core=1
  529. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  530. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  531. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  532. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  533. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  534. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  535. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  536. at android.os.MessageQueue.nativePollOnce(Native Method)
  537. at android.os.MessageQueue.next(MessageQueue.java:-1)
  538. at android.os.Looper.loop(Looper.java:-1)
  539. at android.os.HandlerThread.run(HandlerThread.java:-1)
  540.  
  541. "SoundPoolThread" prio=5 tid=74 NATIVE
  542. | group="main" sCount=1 dsCount=0 obj=0x424f81c8 self=0x7145a958
  543. | sysTid=2022 nice=0 sched=0/0 cgrp=apps handle=1859972144
  544. | state=S schedstat=( 0 0 0 ) utm=6 stm=0 core=0
  545. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  546. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  547. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  548. #03 pc 00066589 /system/lib/libmedia.so
  549. #04 pc 000665db /system/lib/libmedia.so (android::SoundPoolThread::read()+16)
  550. #05 pc 00066753 /system/lib/libmedia.so (android::SoundPoolThread::run()+14)
  551. #06 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  552. #07 pc 0000e58b /system/lib/libutils.so
  553. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  554. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  555. at dalvik.system.NativeStart.run(Native Method)
  556.  
  557. "SoundPool" prio=5 tid=75 NATIVE
  558. | group="main" sCount=1 dsCount=0 obj=0x4252d408 self=0x786ea0a8
  559. | sysTid=2021 nice=0 sched=0/0 cgrp=apps handle=2063209760
  560. | state=S schedstat=( 0 0 0 ) utm=4 stm=0 core=0
  561. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  562. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  563. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  564. #03 pc 0006614f /system/lib/libmedia.so (android::SoundPool::run()+20)
  565. #04 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  566. #05 pc 0000e58b /system/lib/libutils.so
  567. #06 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  568. #07 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  569. at dalvik.system.NativeStart.run(Native Method)
  570.  
  571. "Binder_10" prio=5 tid=71 NATIVE
  572. | group="main" sCount=1 dsCount=0 obj=0x423d0900 self=0x7afd0828
  573. | sysTid=1378 nice=0 sched=0/0 cgrp=apps handle=2063402464
  574. | state=S schedstat=( 0 0 0 ) utm=2423 stm=847 core=0
  575. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  576. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  577. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  578. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  579. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  580. #05 pc 000219f9 /system/lib/libbinder.so
  581. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  582. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  583. #08 pc 0000e58b /system/lib/libutils.so
  584. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  585. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  586. at dalvik.system.NativeStart.run(Native Method)
  587.  
  588. "Binder_F" prio=5 tid=70 NATIVE
  589. | group="main" sCount=1 dsCount=0 obj=0x423d0810 self=0x7afcfb68
  590. | sysTid=1377 nice=0 sched=0/0 cgrp=apps handle=2063399200
  591. | state=S schedstat=( 0 0 0 ) utm=2380 stm=810 core=0
  592. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  593. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  594. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  595. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  596. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  597. #05 pc 000219f9 /system/lib/libbinder.so
  598. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  599. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  600. #08 pc 0000e58b /system/lib/libutils.so
  601. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  602. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  603. at dalvik.system.NativeStart.run(Native Method)
  604.  
  605. "Binder_E" prio=5 tid=69 NATIVE
  606. | group="main" sCount=1 dsCount=0 obj=0x4250c590 self=0x7afd3680
  607. | sysTid=1311 nice=0 sched=0/0 cgrp=apps handle=2063408488
  608. | state=S schedstat=( 0 0 0 ) utm=2454 stm=862 core=0
  609. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  610. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  611. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  612. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  613. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  614. #05 pc 000219f9 /system/lib/libbinder.so
  615. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  616. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  617. #08 pc 0000e58b /system/lib/libutils.so
  618. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  619. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  620. at dalvik.system.NativeStart.run(Native Method)
  621.  
  622. "Binder_D" prio=5 tid=68 NATIVE
  623. | group="main" sCount=1 dsCount=0 obj=0x42509c10 self=0x7afd1700
  624. | sysTid=1310 nice=0 sched=0/0 cgrp=apps handle=1900991264
  625. | state=S schedstat=( 0 0 0 ) utm=2350 stm=832 core=0
  626. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  627. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  628. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  629. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  630. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  631. #05 pc 000219f9 /system/lib/libbinder.so
  632. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  633. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  634. #08 pc 0000e58b /system/lib/libutils.so
  635. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  636. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  637. at dalvik.system.NativeStart.run(Native Method)
  638.  
  639. "Binder_C" prio=5 tid=67 NATIVE
  640. | group="main" sCount=1 dsCount=0 obj=0x425070f0 self=0x7afd2748
  641. | sysTid=1309 nice=0 sched=0/0 cgrp=apps handle=2063406024
  642. | state=S schedstat=( 0 0 0 ) utm=2389 stm=831 core=0
  643. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  644. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  645. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  646. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  647. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  648. #05 pc 000219f9 /system/lib/libbinder.so
  649. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  650. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  651. #08 pc 0000e58b /system/lib/libutils.so
  652. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  653. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  654. at dalvik.system.NativeStart.run(Native Method)
  655.  
  656. "Binder_B" prio=5 tid=66 NATIVE
  657. | group="main" sCount=1 dsCount=0 obj=0x4237cd48 self=0x79915a60
  658. | sysTid=1251 nice=0 sched=0/0 cgrp=apps handle=1860006176
  659. | state=S schedstat=( 0 0 0 ) utm=2378 stm=855 core=0
  660. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  661. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  662. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  663. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  664. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  665. #05 pc 000219f9 /system/lib/libbinder.so
  666. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  667. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  668. #08 pc 0000e58b /system/lib/libutils.so
  669. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  670. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  671. at dalvik.system.NativeStart.run(Native Method)
  672.  
  673. "Binder_A" prio=5 tid=65 NATIVE
  674. | group="main" sCount=1 dsCount=0 obj=0x424a0df8 self=0x796db6b0
  675. | sysTid=1250 nice=0 sched=0/0 cgrp=apps handle=2037232744
  676. | state=S schedstat=( 0 0 0 ) utm=2428 stm=834 core=0
  677. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  678. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  679. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  680. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  681. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  682. #05 pc 000219f9 /system/lib/libbinder.so
  683. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  684. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  685. #08 pc 0000e58b /system/lib/libutils.so
  686. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  687. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  688. at dalvik.system.NativeStart.run(Native Method)
  689.  
  690. "Binder_9" prio=5 tid=64 NATIVE
  691. | group="main" sCount=1 dsCount=0 obj=0x41ab7490 self=0x793c1358
  692. | sysTid=1220 nice=0 sched=0/0 cgrp=apps handle=2033979664
  693. | state=S schedstat=( 0 0 0 ) utm=2497 stm=823 core=0
  694. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  695. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  696. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  697. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  698. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  699. #05 pc 000219f9 /system/lib/libbinder.so
  700. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  701. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  702. #08 pc 0000e58b /system/lib/libutils.so
  703. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  704. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  705. at dalvik.system.NativeStart.run(Native Method)
  706.  
  707. "Binder_8" prio=5 tid=63 NATIVE
  708. | group="main" sCount=1 dsCount=0 obj=0x422a6720 self=0x786eee40
  709. | sysTid=1219 nice=0 sched=0/0 cgrp=apps handle=2020535136
  710. | state=S schedstat=( 0 0 0 ) utm=2423 stm=827 core=0
  711. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  712. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  713. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  714. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  715. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  716. #05 pc 000219f9 /system/lib/libbinder.so
  717. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  718. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  719. #08 pc 0000e58b /system/lib/libutils.so
  720. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  721. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  722. at dalvik.system.NativeStart.run(Native Method)
  723.  
  724. "Binder_7" prio=5 tid=62 NATIVE
  725. | group="main" sCount=1 dsCount=0 obj=0x422a6318 self=0x791b8870
  726. | sysTid=1218 nice=0 sched=0/0 cgrp=apps handle=2031846952
  727. | state=S schedstat=( 0 0 0 ) utm=2526 stm=814 core=0
  728. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  729. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  730. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  731. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  732. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  733. #05 pc 000219f9 /system/lib/libbinder.so
  734. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  735. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  736. #08 pc 0000e58b /system/lib/libutils.so
  737. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  738. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  739. at dalvik.system.NativeStart.run(Native Method)
  740.  
  741. "Binder_6" prio=5 tid=61 NATIVE
  742. | group="main" sCount=1 dsCount=0 obj=0x423ea918 self=0x791b8050
  743. | sysTid=1187 nice=0 sched=0/0 cgrp=apps handle=2031844872
  744. | state=S schedstat=( 0 0 0 ) utm=2479 stm=858 core=0
  745. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  746. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  747. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  748. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  749. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  750. #05 pc 000219f9 /system/lib/libbinder.so
  751. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  752. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  753. #08 pc 0000e58b /system/lib/libutils.so
  754. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  755. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  756. at dalvik.system.NativeStart.run(Native Method)
  757.  
  758. "Binder_5" prio=5 tid=60 NATIVE
  759. | group="main" sCount=1 dsCount=0 obj=0x422e80b8 self=0x791b7250
  760. | sysTid=1186 nice=0 sched=0/0 cgrp=apps handle=2031841288
  761. | state=S schedstat=( 0 0 0 ) utm=2310 stm=848 core=0
  762. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  763. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  764. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  765. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  766. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  767. #05 pc 000219f9 /system/lib/libbinder.so
  768. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  769. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  770. #08 pc 0000e58b /system/lib/libutils.so
  771. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  772. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  773. at dalvik.system.NativeStart.run(Native Method)
  774.  
  775. "NetworkTimeUpdateService" prio=5 tid=59 NATIVE
  776. | group="main" sCount=1 dsCount=0 obj=0x42384698 self=0x786ee218
  777. | sysTid=1172 nice=0 sched=0/0 cgrp=apps handle=1897996432
  778. | state=S schedstat=( 0 0 0 ) utm=12 stm=0 core=1
  779. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  780. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  781. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  782. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  783. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  784. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  785. #06 pc 000267e0 /system/lib/libdvm.so
  786. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  787. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  788. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  789. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  790. #11 pc 00054b63 /system/lib/libdvm.so
  791. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  792. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  793. at android.os.MessageQueue.nativePollOnce(Native Method)
  794. at android.os.MessageQueue.next(MessageQueue.java:-1)
  795. at android.os.Looper.loop(Looper.java:-1)
  796. at android.os.HandlerThread.run(HandlerThread.java:-1)
  797.  
  798. "Binder_4" prio=5 tid=58 NATIVE
  799. | group="main" sCount=1 dsCount=0 obj=0x41ac47f8 self=0x786ed878
  800. | sysTid=1170 nice=0 sched=0/0 cgrp=apps handle=2020529712
  801. | state=S schedstat=( 0 0 0 ) utm=2427 stm=791 core=0
  802. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  803. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  804. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  805. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  806. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  807. #05 pc 000219f9 /system/lib/libbinder.so
  808. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  809. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  810. #08 pc 0000e58b /system/lib/libutils.so
  811. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  812. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  813. at dalvik.system.NativeStart.run(Native Method)
  814.  
  815. "AsyncTask #5" prio=5 tid=57 WAIT
  816. | group="main" sCount=1 dsCount=0 obj=0x425c04f8 self=0x785e0020
  817. | sysTid=1148 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=2019427448
  818. | state=S schedstat=( 0 0 0 ) utm=28 stm=18 core=3
  819. at java.lang.Object.wait(Native Method)
  820. - waiting on <0x41ab1890> (a java.lang.VMThread) held by tid=57 (AsyncTask #5)
  821. at java.lang.Thread.parkFor(Thread.java:1205)
  822. at sun.misc.Unsafe.park(Unsafe.java:325)
  823. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  824. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  825. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  826. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  827. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  828. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  829. at java.lang.Thread.run(Thread.java:841)
  830.  
  831. "AsyncTask #4" prio=5 tid=56 WAIT
  832. | group="main" sCount=1 dsCount=0 obj=0x42393598 self=0x785df3a8
  833. | sysTid=1133 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=2019420632
  834. | state=S schedstat=( 0 0 0 ) utm=27 stm=15 core=1
  835. at java.lang.Object.wait(Native Method)
  836. - waiting on <0x423a7268> (a java.lang.VMThread) held by tid=56 (AsyncTask #4)
  837. at java.lang.Thread.parkFor(Thread.java:1205)
  838. at sun.misc.Unsafe.park(Unsafe.java:325)
  839. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  840. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  841. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  842. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  843. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  844. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  845. at java.lang.Thread.run(Thread.java:841)
  846.  
  847. "AsyncTask #3" prio=5 tid=55 WAIT
  848. | group="main" sCount=1 dsCount=0 obj=0x4229dfc0 self=0x733b0820
  849. | sysTid=1127 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1933249656
  850. | state=S schedstat=( 0 0 0 ) utm=18 stm=17 core=3
  851. at java.lang.Object.wait(Native Method)
  852. - waiting on <0x42248fc0> (a java.lang.VMThread) held by tid=55 (AsyncTask #3)
  853. at java.lang.Thread.parkFor(Thread.java:1205)
  854. at sun.misc.Unsafe.park(Unsafe.java:325)
  855. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  856. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  857. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  858. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  859. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  860. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  861. at java.lang.Thread.run(Thread.java:841)
  862.  
  863. "AsyncTask #2" prio=5 tid=54 WAIT
  864. | group="main" sCount=1 dsCount=0 obj=0x42598708 self=0x713c3a78
  865. | sysTid=1119 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1933238280
  866. | state=S schedstat=( 0 0 0 ) utm=13 stm=16 core=0
  867. at java.lang.Object.wait(Native Method)
  868. - waiting on <0x422bf958> (a java.lang.VMThread) held by tid=54 (AsyncTask #2)
  869. at java.lang.Thread.parkFor(Thread.java:1205)
  870. at sun.misc.Unsafe.park(Unsafe.java:325)
  871. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  872. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  873. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  874. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  875. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  876. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  877. at java.lang.Thread.run(Thread.java:841)
  878.  
  879. "watchdog" prio=5 tid=53 TIMED_WAIT
  880. | group="main" sCount=1 dsCount=0 obj=0x41b59810 self=0x7148e9b0
  881. | sysTid=1100 nice=0 sched=0/0 cgrp=apps handle=1900604936
  882. | state=S schedstat=( 0 0 0 ) utm=69 stm=49 core=0
  883. at java.lang.Object.wait(Native Method)
  884. - waiting on <0x41b59810> (a com.android.server.Watchdog)
  885. at java.lang.Object.wait(Object.java:401)
  886. at com.android.server.Watchdog.run(Watchdog.java:-1)
  887.  
  888. "UsbService host thread" prio=5 tid=52 NATIVE
  889. | group="main" sCount=1 dsCount=0 obj=0x42569900 self=0x7148e0a8
  890. | sysTid=1099 nice=0 sched=0/0 cgrp=apps handle=1900602624
  891. | state=S schedstat=( 0 0 0 ) utm=8 stm=13 core=0
  892. #00 pc 00020294 /system/lib/libc.so (read+8)
  893. #01 pc 000011ab /system/lib/libusbhost.so (usb_host_read_event+30)
  894. #02 pc 000013a1 /system/lib/libusbhost.so (usb_host_run+16)
  895. #03 pc 0000c8e3 /system/lib/libandroid_servers.so
  896. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  897. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  898. #06 pc 000267e0 /system/lib/libdvm.so
  899. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  900. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  901. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  902. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  903. #11 pc 00054b63 /system/lib/libdvm.so
  904. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  905. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  906. at com.android.server.usb.UsbHostManager.monitorUsbHostBus(Native Method)
  907. at com.android.server.usb.UsbHostManager.access$000(UsbHostManager.java:-1)
  908. at com.android.server.usb.UsbHostManager$1.run(UsbHostManager.java:-1)
  909. at java.lang.Thread.run(Thread.java:841)
  910.  
  911. "CaptivePortalTracker" prio=5 tid=51 NATIVE
  912. | group="main" sCount=1 dsCount=0 obj=0x42567830 self=0x714731f8
  913. | sysTid=1092 nice=0 sched=0/0 cgrp=apps handle=1900492368
  914. | state=S schedstat=( 0 0 0 ) utm=14 stm=3 core=2
  915. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  916. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  917. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  918. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  919. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  920. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  921. #06 pc 000267e0 /system/lib/libdvm.so
  922. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  923. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  924. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  925. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  926. #11 pc 00054b63 /system/lib/libdvm.so
  927. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  928. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  929. at android.os.MessageQueue.nativePollOnce(Native Method)
  930. at android.os.MessageQueue.next(MessageQueue.java:-1)
  931. at android.os.Looper.loop(Looper.java:-1)
  932. at android.os.HandlerThread.run(HandlerThread.java:-1)
  933.  
  934. "AsyncTask #1" prio=5 tid=50 WAIT
  935. | group="main" sCount=1 dsCount=0 obj=0x424ce348 self=0x7145f208
  936. | sysTid=1063 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1900410464
  937. | state=S schedstat=( 0 0 0 ) utm=26 stm=22 core=0
  938. at java.lang.Object.wait(Native Method)
  939. - waiting on <0x424ce520> (a java.lang.VMThread) held by tid=50 (AsyncTask #1)
  940. at java.lang.Thread.parkFor(Thread.java:1205)
  941. at sun.misc.Unsafe.park(Unsafe.java:325)
  942. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  943. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  944. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  945. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  946. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  947. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  948. at java.lang.Thread.run(Thread.java:841)
  949.  
  950. "Thread-66" prio=5 tid=49 NATIVE
  951. | group="main" sCount=1 dsCount=0 obj=0x424c14b8 self=0x71451848
  952. | sysTid=1034 nice=0 sched=0/0 cgrp=apps handle=1780902448
  953. | state=S schedstat=( 0 0 0 ) utm=7 stm=29 core=0
  954. #00 pc 0002124c /system/lib/libc.so (accept+8)
  955. #01 pc 0001e1b5 /system/lib/libjavacore.so
  956. #02 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  957. #03 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  958. #04 pc 000267e0 /system/lib/libdvm.so
  959. #05 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  960. #06 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  961. #07 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  962. #08 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  963. #09 pc 00054b63 /system/lib/libdvm.so
  964. #10 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  965. #11 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  966. at libcore.io.Posix.accept(Native Method)
  967. at libcore.io.BlockGuardOs.accept(BlockGuardOs.java:55)
  968. at com.android.server.am.NativeCrashListener.run(NativeCrashListener.java:-1)
  969.  
  970. "android.io" prio=5 tid=48 NATIVE
  971. | group="main" sCount=1 dsCount=0 obj=0x423c18e0 self=0x717111d8
  972. | sysTid=1028 nice=0 sched=0/0 cgrp=apps handle=1903236656
  973. | state=S schedstat=( 0 0 0 ) utm=5 stm=0 core=0
  974. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  975. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  976. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  977. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  978. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  979. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  980. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  981. at android.os.MessageQueue.nativePollOnce(Native Method)
  982. at android.os.MessageQueue.next(MessageQueue.java:-1)
  983. at android.os.Looper.loop(Looper.java:-1)
  984. at android.os.HandlerThread.run(HandlerThread.java:-1)
  985. at com.android.server.ServiceThread.run(ServiceThread.java:-1)
  986.  
  987. "backup" prio=5 tid=47 NATIVE
  988. | group="main" sCount=1 dsCount=0 obj=0x422c0750 self=0x70bd78a8
  989. | sysTid=1007 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1891466496
  990. | state=S schedstat=( 0 0 0 ) utm=11 stm=5 core=0
  991. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  992. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  993. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  994. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  995. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  996. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  997. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  998. at android.os.MessageQueue.nativePollOnce(Native Method)
  999. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1000. at android.os.Looper.loop(Looper.java:-1)
  1001. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1002.  
  1003. "MiuiBackup" prio=5 tid=46 NATIVE
  1004. | group="main" sCount=1 dsCount=0 obj=0x4224b840 self=0x71208c80
  1005. | sysTid=1006 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1897959640
  1006. | state=S schedstat=( 0 0 0 ) utm=7 stm=0 core=3
  1007. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1008. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1009. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1010. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1011. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1012. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1013. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1014. at android.os.MessageQueue.nativePollOnce(Native Method)
  1015. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1016. at android.os.Looper.loop(Looper.java:-1)
  1017. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1018.  
  1019. "SecurityManagerService" prio=5 tid=45 NATIVE
  1020. | group="main" sCount=1 dsCount=0 obj=0x421652f0 self=0x71207f78
  1021. | sysTid=1005 nice=0 sched=0/0 cgrp=apps handle=1897956304
  1022. | state=S schedstat=( 0 0 0 ) utm=5 stm=0 core=0
  1023. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1024. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1025. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1026. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1027. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1028. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1029. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1030. at android.os.MessageQueue.nativePollOnce(Native Method)
  1031. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1032. at android.os.Looper.loop(Looper.java:-1)
  1033. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1034.  
  1035. "SecurityWriteHandlerThread" prio=5 tid=44 NATIVE
  1036. | group="main" sCount=1 dsCount=0 obj=0x4227c950 self=0x71204ed8
  1037. | sysTid=1004 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1897941880
  1038. | state=S schedstat=( 0 0 0 ) utm=8 stm=1 core=0
  1039. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1040. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1041. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1042. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1043. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1044. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1045. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1046. at android.os.MessageQueue.nativePollOnce(Native Method)
  1047. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1048. at android.os.Looper.loop(Looper.java:-1)
  1049. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1050.  
  1051. "UEventObserver" prio=5 tid=43 NATIVE
  1052. | group="main" sCount=1 dsCount=0 obj=0x4237a430 self=0x70bdef60
  1053. | sysTid=1003 nice=0 sched=0/0 cgrp=apps handle=1891496888
  1054. | state=S schedstat=( 0 0 0 ) utm=39 stm=25 core=0
  1055. #00 pc 00021794 /system/lib/libc.so (poll+12)
  1056. #01 pc 00003ac9 /system/lib/libhardware_legacy.so (uevent_next_event+44)
  1057. #02 pc 0006d45f /system/lib/libandroid_runtime.so
  1058. #03 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1059. #04 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1060. #05 pc 000267e0 /system/lib/libdvm.so
  1061. #06 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  1062. #07 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  1063. #08 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  1064. #09 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  1065. #10 pc 00054b63 /system/lib/libdvm.so
  1066. #11 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1067. #12 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1068. at android.os.UEventObserver.nativeWaitForNextEvent(Native Method)
  1069. at android.os.UEventObserver.access$100(UEventObserver.java:-1)
  1070. at android.os.UEventObserver$UEventThread.run(UEventObserver.java:-1)
  1071.  
  1072. "Binder_3" prio=5 tid=42 NATIVE
  1073. | group="main" sCount=1 dsCount=0 obj=0x41a995b0 self=0x70bde560
  1074. | sysTid=1002 nice=0 sched=0/0 cgrp=apps handle=1905125656
  1075. | state=S schedstat=( 0 0 0 ) utm=2457 stm=837 core=0
  1076. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  1077. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  1078. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  1079. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  1080. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  1081. #05 pc 000219f9 /system/lib/libbinder.so
  1082. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  1083. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  1084. #08 pc 0000e58b /system/lib/libutils.so
  1085. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1086. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1087. at dalvik.system.NativeStart.run(Native Method)
  1088.  
  1089. "AudioService" prio=5 tid=41 NATIVE
  1090. | group="main" sCount=1 dsCount=0 obj=0x422eeba8 self=0x70bdb610
  1091. | sysTid=1001 nice=0 sched=0/0 cgrp=apps handle=1901440776
  1092. | state=S schedstat=( 0 0 0 ) utm=19 stm=8 core=0
  1093. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1094. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1095. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1096. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1097. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1098. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1099. #06 pc 000267e0 /system/lib/libdvm.so
  1100. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  1101. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  1102. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  1103. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  1104. #11 pc 00054b63 /system/lib/libdvm.so
  1105. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1106. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1107. at android.os.MessageQueue.nativePollOnce(Native Method)
  1108. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1109. at android.os.Looper.loop(Looper.java:-1)
  1110. at android.media.AudioService$AudioSystemThread.run(AudioService.java:-1)
  1111.  
  1112. "LocationPolicy" prio=5 tid=40 NATIVE
  1113. | group="main" sCount=1 dsCount=0 obj=0x4238a060 self=0x718da860
  1114. | sysTid=1000 nice=0 sched=0/0 cgrp=apps handle=1905110200
  1115. | state=S schedstat=( 0 0 0 ) utm=8 stm=3 core=0
  1116. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1117. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1118. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1119. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1120. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1121. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1122. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1123. at android.os.MessageQueue.nativePollOnce(Native Method)
  1124. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1125. at android.os.Looper.loop(Looper.java:-1)
  1126. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1127.  
  1128. "mDnsConnector" prio=5 tid=39 NATIVE
  1129. | group="main" sCount=1 dsCount=0 obj=0x422f0090 self=0x71476ba8
  1130. | sysTid=985 nice=0 sched=0/0 cgrp=apps handle=1901455608
  1131. | state=S schedstat=( 0 0 0 ) utm=7 stm=0 core=1
  1132. #00 pc 000213a8 /system/lib/libc.so (recvmsg+8)
  1133. #01 pc 0006d721 /system/lib/libandroid_runtime.so
  1134. #02 pc 0006db91 /system/lib/libandroid_runtime.so
  1135. #03 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1136. #04 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1137. #05 pc 000267e0 /system/lib/libdvm.so
  1138. #06 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  1139. #07 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  1140. #08 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  1141. #09 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  1142. #10 pc 00054b63 /system/lib/libdvm.so
  1143. #11 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1144. #12 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1145. at android.net.LocalSocketImpl.readba_native(Native Method)
  1146. at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:-1)
  1147. at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:-1)
  1148. at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:-1)
  1149. at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:-1)
  1150. at java.lang.Thread.run(Thread.java:841)
  1151.  
  1152. "NsdService" prio=5 tid=38 NATIVE
  1153. | group="main" sCount=1 dsCount=0 obj=0x422ef298 self=0x7155e4a0
  1154. | sysTid=984 nice=0 sched=0/0 cgrp=apps handle=1905141936
  1155. | state=S schedstat=( 0 0 0 ) utm=5 stm=0 core=3
  1156. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1157. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1158. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1159. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1160. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1161. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1162. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1163. at android.os.MessageQueue.nativePollOnce(Native Method)
  1164. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1165. at android.os.Looper.loop(Looper.java:-1)
  1166. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1167.  
  1168. "WifiWatchdogStateMachine" prio=5 tid=37 NATIVE
  1169. | group="main" sCount=1 dsCount=0 obj=0x4229e210 self=0x718ef3c8
  1170. | sysTid=983 nice=0 sched=0/0 cgrp=apps handle=1903772552
  1171. | state=S schedstat=( 0 0 0 ) utm=7 stm=3 core=0
  1172. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1173. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1174. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1175. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1176. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1177. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1178. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1179. at android.os.MessageQueue.nativePollOnce(Native Method)
  1180. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1181. at android.os.Looper.loop(Looper.java:-1)
  1182. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1183.  
  1184. "WifiManager" prio=5 tid=29 NATIVE
  1185. | group="main" sCount=1 dsCount=0 obj=0x422313e0 self=0x7171d810
  1186. | sysTid=982 nice=0 sched=0/0 cgrp=apps handle=1900543456
  1187. | state=S schedstat=( 0 0 0 ) utm=29 stm=24 core=0
  1188. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1189. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1190. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1191. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1192. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1193. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1194. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1195. at android.os.MessageQueue.nativePollOnce(Native Method)
  1196. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1197. at android.os.Looper.loop(Looper.java:-1)
  1198. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1199.  
  1200. "ConnectivityServiceThread" prio=5 tid=36 NATIVE
  1201. | group="main" sCount=1 dsCount=0 obj=0x4239e060 self=0x7198e318
  1202. | sysTid=979 nice=0 sched=0/0 cgrp=apps handle=1905846128
  1203. | state=S schedstat=( 0 0 0 ) utm=182 stm=50 core=0
  1204. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1205. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1206. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1207. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1208. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1209. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1210. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1211. at android.os.MessageQueue.nativePollOnce(Native Method)
  1212. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1213. at android.os.Looper.loop(Looper.java:-1)
  1214. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1215.  
  1216. "WifiService" prio=5 tid=35 NATIVE
  1217. | group="main" sCount=1 dsCount=0 obj=0x42389420 self=0x714c0fa8
  1218. | sysTid=978 nice=0 sched=0/0 cgrp=apps handle=1900811264
  1219. | state=S schedstat=( 0 0 0 ) utm=102 stm=65 core=0
  1220. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1221. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1222. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1223. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1224. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1225. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1226. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1227. at android.os.MessageQueue.nativePollOnce(Native Method)
  1228. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1229. at android.os.Looper.loop(Looper.java:-1)
  1230. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1231.  
  1232. "WifiStateMachine" prio=5 tid=34 NATIVE
  1233. | group="main" sCount=1 dsCount=0 obj=0x423716e0 self=0x714c0a18
  1234. | sysTid=977 nice=0 sched=0/0 cgrp=apps handle=1905854144
  1235. | state=S schedstat=( 0 0 0 ) utm=510 stm=199 core=0
  1236. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1237. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1238. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1239. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1240. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1241. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1242. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1243. at android.os.MessageQueue.nativePollOnce(Native Method)
  1244. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1245. at android.os.Looper.loop(Looper.java:-1)
  1246. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1247.  
  1248. "WifiP2pService" prio=5 tid=33 NATIVE
  1249. | group="main" sCount=1 dsCount=0 obj=0x4228e320 self=0x714c47d0
  1250. | sysTid=976 nice=0 sched=0/0 cgrp=apps handle=1901026528
  1251. | state=S schedstat=( 0 0 0 ) utm=11 stm=3 core=0
  1252. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1253. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1254. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1255. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1256. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1257. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1258. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1259. at android.os.MessageQueue.nativePollOnce(Native Method)
  1260. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1261. at android.os.Looper.loop(Looper.java:-1)
  1262. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1263.  
  1264. "NetworkPolicy" prio=5 tid=32 NATIVE
  1265. | group="main" sCount=1 dsCount=0 obj=0x4228aec0 self=0x7197f8d8
  1266. | sysTid=975 nice=0 sched=0/0 cgrp=apps handle=1905786160
  1267. | state=S schedstat=( 0 0 0 ) utm=60 stm=33 core=0
  1268. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1269. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1270. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1271. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1272. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1273. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1274. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1275. at android.os.MessageQueue.nativePollOnce(Native Method)
  1276. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1277. at android.os.Looper.loop(Looper.java:-1)
  1278. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1279.  
  1280. "NetworkStats" prio=5 tid=31 NATIVE
  1281. | group="main" sCount=1 dsCount=0 obj=0x42288b68 self=0x7197f170
  1282. | sysTid=974 nice=0 sched=0/0 cgrp=apps handle=1891512560
  1283. | state=S schedstat=( 0 0 0 ) utm=945 stm=253 core=0
  1284. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1285. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1286. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1287. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1288. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1289. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1290. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1291. at android.os.MessageQueue.nativePollOnce(Native Method)
  1292. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1293. at android.os.Looper.loop(Looper.java:-1)
  1294. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1295.  
  1296. "NetdConnector" prio=5 tid=30 NATIVE
  1297. | group="main" sCount=1 dsCount=0 obj=0x422838e8 self=0x70be2848
  1298. | sysTid=973 nice=0 sched=0/0 cgrp=apps handle=1891511456
  1299. | state=S schedstat=( 0 0 0 ) utm=81 stm=29 core=0
  1300. #00 pc 000213a8 /system/lib/libc.so (recvmsg+8)
  1301. #01 pc 0006d721 /system/lib/libandroid_runtime.so
  1302. #02 pc 0006db91 /system/lib/libandroid_runtime.so
  1303. #03 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1304. #04 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1305. #05 pc 000267e0 /system/lib/libdvm.so
  1306. #06 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  1307. #07 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  1308. #08 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  1309. #09 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  1310. #10 pc 00054b63 /system/lib/libdvm.so
  1311. #11 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1312. #12 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1313. at android.net.LocalSocketImpl.readba_native(Native Method)
  1314. at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:-1)
  1315. at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:-1)
  1316. at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:-1)
  1317. at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:-1)
  1318. at java.lang.Thread.run(Thread.java:841)
  1319.  
  1320. "VoldConnector" prio=5 tid=28 NATIVE
  1321. | group="main" sCount=1 dsCount=0 obj=0x42277e30 self=0x7171d170
  1322. | sysTid=971 nice=0 sched=0/0 cgrp=apps handle=1903285704
  1323. | state=S schedstat=( 0 0 0 ) utm=23 stm=3 core=2
  1324. #00 pc 000213a8 /system/lib/libc.so (recvmsg+8)
  1325. #01 pc 0006d721 /system/lib/libandroid_runtime.so
  1326. #02 pc 0006db91 /system/lib/libandroid_runtime.so
  1327. #03 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1328. #04 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1329. #05 pc 000267e0 /system/lib/libdvm.so
  1330. #06 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  1331. #07 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  1332. #08 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  1333. #09 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  1334. #10 pc 00054b63 /system/lib/libdvm.so
  1335. #11 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1336. #12 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1337. at android.net.LocalSocketImpl.readba_native(Native Method)
  1338. at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:-1)
  1339. at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:-1)
  1340. at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:-1)
  1341. at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:-1)
  1342. at java.lang.Thread.run(Thread.java:841)
  1343.  
  1344. "MountService" prio=5 tid=27 NATIVE
  1345. | group="main" sCount=1 dsCount=0 obj=0x42276d70 self=0x70bdd9f0
  1346. | sysTid=970 nice=0 sched=0/0 cgrp=apps handle=1900514832
  1347. | state=S schedstat=( 0 0 0 ) utm=7 stm=0 core=3
  1348. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1349. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1350. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1351. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1352. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1353. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1354. #06 pc 000267e0 /system/lib/libdvm.so
  1355. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  1356. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  1357. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  1358. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  1359. #11 pc 00054b63 /system/lib/libdvm.so
  1360. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1361. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1362. at android.os.MessageQueue.nativePollOnce(Native Method)
  1363. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1364. at android.os.Looper.loop(Looper.java:-1)
  1365. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1366.  
  1367. "InputDispatcher" prio=10 tid=26 NATIVE
  1368. | group="main" sCount=1 dsCount=0 obj=0x422d4338 self=0x71471468
  1369. | sysTid=967 nice=-8 sched=0/0 cgrp=apps handle=1900526896
  1370. | state=S schedstat=( 0 0 0 ) utm=584 stm=542 core=0
  1371. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1372. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1373. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1374. #03 pc 00025a4f /system/lib/libinputservice.so (android::InputDispatcher::dispatchOnce()+94)
  1375. #04 pc 0001fe79 /system/lib/libinputservice.so (android::InputDispatcherThread::threadLoop()+8)
  1376. #05 pc 0000e9e9 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+104)
  1377. #06 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  1378. #07 pc 0000e58b /system/lib/libutils.so
  1379. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1380. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1381. at dalvik.system.NativeStart.run(Native Method)
  1382.  
  1383. "InputReader" prio=10 tid=25 NATIVE
  1384. | group="main" sCount=1 dsCount=0 obj=0x4225dc78 self=0x70bd1e88
  1385. | sysTid=968 nice=-8 sched=0/0 cgrp=apps handle=1891443760
  1386. | state=S schedstat=( 0 0 0 ) utm=368 stm=338 core=0
  1387. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1388. #01 pc 0001f6f3 /system/lib/libinputservice.so (android::EventHub::getEvents(int, android::RawEvent*, unsigned int)+1162)
  1389. at dalvik.system.NativeStart.run(Native Method)
  1390.  
  1391. "AlarmManager" prio=5 tid=24 NATIVE
  1392. | group="main" sCount=1 dsCount=0 obj=0x42223ef0 self=0x70bdcb78
  1393. | sysTid=966 nice=0 sched=0/0 cgrp=apps handle=1901436936
  1394. | state=S schedstat=( 0 0 0 ) utm=2149 stm=538 core=0
  1395. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  1396. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  1397. #02 pc 0000827f /system/lib/libandroid_servers.so
  1398. #03 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1399. #04 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1400. #05 pc 000267e0 /system/lib/libdvm.so
  1401. #06 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  1402. #07 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  1403. #08 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  1404. #09 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  1405. #10 pc 00054b63 /system/lib/libdvm.so
  1406. #11 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1407. #12 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1408. at com.android.server.AlarmManagerService.waitForAlarm(Native Method)
  1409. at com.android.server.AlarmManagerService.access$300(AlarmManagerService.java:-1)
  1410. at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:-1)
  1411.  
  1412. "PowerManagerService" prio=5 tid=23 NATIVE
  1413. | group="main" sCount=1 dsCount=0 obj=0x422d8420 self=0x71793298
  1414. | sysTid=965 nice=0 sched=0/0 cgrp=apps handle=1900508576
  1415. | state=S schedstat=( 0 0 0 ) utm=1692 stm=1542 core=0
  1416. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1417. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1418. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1419. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1420. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1421. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1422. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1423. at android.os.MessageQueue.nativePollOnce(Native Method)
  1424. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1425. at android.os.Looper.loop(Looper.java:-1)
  1426. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1427.  
  1428. "PackageManager" prio=5 tid=22 NATIVE
  1429. | group="main" sCount=1 dsCount=0 obj=0x41b51630 self=0x70bce048
  1430. | sysTid=959 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1891427488
  1431. | state=S schedstat=( 0 0 0 ) utm=4528 stm=1021 core=1
  1432. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1433. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1434. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1435. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1436. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1437. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1438. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1439. at android.os.MessageQueue.nativePollOnce(Native Method)
  1440. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1441. at android.os.Looper.loop(Looper.java:-1)
  1442. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1443.  
  1444. "FileObserver" prio=5 tid=21 NATIVE
  1445. | group="main" sCount=1 dsCount=0 obj=0x41b845c0 self=0x6a2681c8
  1446. | sysTid=958 nice=0 sched=0/0 cgrp=apps handle=1812664472
  1447. | state=S schedstat=( 0 0 0 ) utm=67 stm=23 core=0
  1448. #00 pc 00020294 /system/lib/libc.so (read+8)
  1449. #01 pc 00089167 /system/lib/libandroid_runtime.so
  1450. #02 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1451. #03 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1452. #04 pc 000267e0 /system/lib/libdvm.so
  1453. #05 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  1454. #06 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  1455. #07 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  1456. #08 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  1457. #09 pc 00054b63 /system/lib/libdvm.so
  1458. #10 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1459. #11 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1460. at android.os.FileObserver$ObserverThread.observe(Native Method)
  1461. at android.os.FileObserver$ObserverThread.run(FileObserver.java:-1)
  1462.  
  1463. "CpuTracker" prio=5 tid=20 TIMED_WAIT
  1464. | group="main" sCount=1 dsCount=0 obj=0x41b7d7d8 self=0x70bcb930
  1465. | sysTid=957 nice=0 sched=0/0 cgrp=apps handle=1891417480
  1466. | state=S schedstat=( 0 0 0 ) utm=94 stm=134 core=0
  1467. at java.lang.Object.wait(Native Method)
  1468. - waiting on <0x41b7d7d8> (a com.android.server.am.ActivityManagerService$4)
  1469. at java.lang.Object.wait(Object.java:401)
  1470. at com.android.server.am.ActivityManagerService$4.run(ActivityManagerService.java:-1)
  1471.  
  1472. "android.io" prio=5 tid=19 NATIVE
  1473. | group="main" sCount=1 dsCount=0 obj=0x41b85210 self=0x70bcac48
  1474. | sysTid=956 nice=0 sched=0/0 cgrp=apps handle=1891414176
  1475. | state=S schedstat=( 0 0 0 ) utm=12 stm=1 core=0
  1476. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1477. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1478. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1479. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1480. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1481. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1482. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1483. at android.os.MessageQueue.nativePollOnce(Native Method)
  1484. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1485. at android.os.Looper.loop(Looper.java:-1)
  1486. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1487.  
  1488. "android.ui" prio=5 tid=18 NATIVE
  1489. | group="main" sCount=1 dsCount=0 obj=0x41b85840 self=0x70bca210
  1490. | sysTid=955 nice=-2 sched=0/0 cgrp=apps handle=1891411560
  1491. | state=S schedstat=( 0 0 0 ) utm=592 stm=269 core=2
  1492. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1493. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1494. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1495. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1496. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1497. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1498. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1499. at android.os.MessageQueue.nativePollOnce(Native Method)
  1500. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1501. at android.os.Looper.loop(Looper.java:-1)
  1502. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1503.  
  1504. "android.fg" prio=5 tid=17 NATIVE
  1505. | group="main" sCount=1 dsCount=0 obj=0x41b85e60 self=0x70ab1870
  1506. | sysTid=954 nice=0 sched=0/0 cgrp=apps handle=1891339464
  1507. | state=S schedstat=( 0 0 0 ) utm=60 stm=70 core=0
  1508. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1509. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1510. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1511. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1512. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1513. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1514. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1515. at android.os.MessageQueue.nativePollOnce(Native Method)
  1516. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1517. at android.os.Looper.loop(Looper.java:-1)
  1518. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1519.  
  1520. "android.bg" prio=5 tid=16 NATIVE
  1521. | group="main" sCount=1 dsCount=0 obj=0x41a89e80 self=0x70ab1008
  1522. | sysTid=952 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1890260064
  1523. | state=S schedstat=( 0 0 0 ) utm=7732 stm=17214 core=1
  1524. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1525. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1526. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1527. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1528. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1529. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1530. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1531. at android.os.MessageQueue.nativePollOnce(Native Method)
  1532. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1533. at android.os.Looper.loop(Looper.java:-1)
  1534. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1535.  
  1536. "ActivityManager" prio=5 tid=15 SUSPENDED
  1537. | group="main" sCount=1 dsCount=0 obj=0x41a864c8 self=0x6c0b3008
  1538. | sysTid=951 nice=-2 sched=0/0 cgrp=apps handle=1812673632
  1539. | state=S schedstat=( 0 0 0 ) utm=5605 stm=10204 core=0
  1540. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  1541. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  1542. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  1543. #03 pc 00052f8b /system/lib/libdvm.so
  1544. #04 pc 00053551 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)
  1545. #05 pc 00052621 /system/lib/libdvm.so
  1546. #06 pc 00066fdd /system/lib/libdvm.so
  1547. #07 pc 000267e0 /system/lib/libdvm.so
  1548. #08 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  1549. #09 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  1550. #10 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  1551. #11 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  1552. #12 pc 00054b63 /system/lib/libdvm.so
  1553. #13 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1554. #14 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1555. at java.lang.Object.wait(Native Method)
  1556. at java.lang.Object.wait(Object.java:401)
  1557. at com.android.server.am.ActivityManagerService.dumpStackTraces(ActivityManagerService.java:-1)
  1558. at com.android.server.am.ActivityManagerService.dumpStackTraces(ActivityManagerService.java:-1)
  1559. at com.android.server.am.ActivityManagerService.appNotResponding(ActivityManagerService.java:-1)
  1560. at com.android.server.am.ActiveServices.serviceTimeout(ActiveServices.java:-1)
  1561. at com.android.server.am.ActivityManagerService$2.handleMessage(ActivityManagerService.java:-1)
  1562. at android.os.Handler.dispatchMessage(Handler.java:-1)
  1563. at android.os.Looper.loop(Looper.java:-1)
  1564. at com.android.server.am.ActivityManagerService$AThread.run(ActivityManagerService.java:-1)
  1565.  
  1566. "TimeoutPoker::PokeHandler::LooperThread" prio=6 tid=14 NATIVE
  1567. | group="main" sCount=1 dsCount=0 obj=0x41a7d1f0 self=0x7066b580
  1568. | sysTid=950 nice=-2 sched=0/0 cgrp=apps handle=1885778048
  1569. | state=S schedstat=( 0 0 0 ) utm=16 stm=35 core=0
  1570. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1571. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1572. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1573. #03 pc 000109a1 /system/lib/libutils.so (android::Looper::pollAll(int, int*, int*, void**)+68)
  1574. #04 pc 000038a1 /system/vendor/lib/hw/power.tegra.so (TimeoutPoker::PokeHandler::LooperThread::threadLoop()+12)
  1575. #05 pc 0000e9e9 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+104)
  1576. #06 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  1577. #07 pc 0000e58b /system/lib/libutils.so
  1578. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1579. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1580. at dalvik.system.NativeStart.run(Native Method)
  1581.  
  1582. "WindowManager" prio=5 tid=13 NATIVE
  1583. | group="main" sCount=1 dsCount=0 obj=0x41a7bdf8 self=0x7066a420
  1584. | sysTid=949 nice=-4 sched=0/0 cgrp=apps handle=1885775992
  1585. | state=S schedstat=( 0 0 0 ) utm=2638 stm=821 core=0
  1586. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1587. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1588. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1589. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1590. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1591. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1592. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  1593. at android.os.MessageQueue.nativePollOnce(Native Method)
  1594. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1595. at android.os.Looper.loop(Looper.java:-1)
  1596. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1597.  
  1598. "SensorService" prio=10 tid=12 NATIVE
  1599. | group="main" sCount=1 dsCount=0 obj=0x41a739f0 self=0x70669dc0
  1600. | sysTid=948 nice=-8 sched=0/0 cgrp=apps handle=1870158352
  1601. | state=S schedstat=( 0 0 0 ) utm=127 stm=557 core=0
  1602. #00 pc 00021794 /system/lib/libc.so (poll+12)
  1603. #01 pc 00005508 /system/lib/hw/sensors.lsm6db0.so
  1604. #02 pc 0000742d /system/lib/libsensorservice.so
  1605. #03 pc 0000a745 /system/lib/libsensorservice.so
  1606. #04 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  1607. #05 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  1608. #06 pc 0000e58b /system/lib/libutils.so
  1609. #07 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1610. #08 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1611. at dalvik.system.NativeStart.run(Native Method)
  1612.  
  1613. "Binder_2" prio=5 tid=11 NATIVE
  1614. | group="main" sCount=1 dsCount=0 obj=0x41a6c750 self=0x6c098148
  1615. | sysTid=928 nice=0 sched=0/0 cgrp=apps handle=1812592352
  1616. | state=S schedstat=( 0 0 0 ) utm=2358 stm=814 core=0
  1617. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  1618. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  1619. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  1620. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  1621. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  1622. #05 pc 000219f9 /system/lib/libbinder.so
  1623. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  1624. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  1625. #08 pc 0000e58b /system/lib/libutils.so
  1626. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1627. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1628. at dalvik.system.NativeStart.run(Native Method)
  1629.  
  1630. "Binder_1" prio=5 tid=10 NATIVE
  1631. | group="main" sCount=1 dsCount=0 obj=0x41a6c660 self=0x6c09ec78
  1632. | sysTid=927 nice=0 sched=0/0 cgrp=apps handle=1812589048
  1633. | state=S schedstat=( 0 0 0 ) utm=2364 stm=824 core=0
  1634. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  1635. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  1636. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  1637. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  1638. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  1639. #05 pc 000219f9 /system/lib/libbinder.so
  1640. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  1641. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  1642. #08 pc 0000e58b /system/lib/libutils.so
  1643. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1644. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1645. at dalvik.system.NativeStart.run(Native Method)
  1646.  
  1647. "FinalizerWatchdogDaemon" daemon prio=5 tid=9 WAIT
  1648. | group="system" sCount=1 dsCount=0 obj=0x41a689a0 self=0x6a2692c0
  1649. | sysTid=924 nice=0 sched=0/0 cgrp=apps handle=1780913944
  1650. | state=S schedstat=( 0 0 0 ) utm=9 stm=5 core=0
  1651. at java.lang.Object.wait(Native Method)
  1652. - waiting on <0x4171b068> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  1653. at java.lang.Object.wait(Object.java:364)
  1654. at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:230)
  1655. at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:207)
  1656. at java.lang.Thread.run(Thread.java:841)
  1657.  
  1658. "FinalizerDaemon" daemon prio=5 tid=8 WAIT
  1659. | group="system" sCount=1 dsCount=0 obj=0x41a68848 self=0x6a268a18
  1660. | sysTid=923 nice=0 sched=0/0 cgrp=apps handle=1780911728
  1661. | state=S schedstat=( 0 0 0 ) utm=452 stm=243 core=0
  1662. at java.lang.Object.wait(Native Method)
  1663. - waiting on <0x41700b68> (a java.lang.ref.ReferenceQueue)
  1664. at java.lang.Object.wait(Object.java:401)
  1665. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
  1666. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
  1667. at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
  1668. at java.lang.Thread.run(Thread.java:841)
  1669.  
  1670. "ReferenceQueueDaemon" daemon prio=5 tid=7 WAIT
  1671. | group="system" sCount=1 dsCount=0 obj=0x41a68688 self=0x6c0b27e0
  1672. | sysTid=922 nice=0 sched=0/0 cgrp=apps handle=1812671544
  1673. | state=S schedstat=( 0 0 0 ) utm=107 stm=10 core=0
  1674. at java.lang.Object.wait(Native Method)
  1675. - waiting on <0x41700640>
  1676. at java.lang.Object.wait(Object.java:364)
  1677. at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:130)
  1678. at java.lang.Thread.run(Thread.java:841)
  1679.  
  1680. "Compiler" daemon prio=5 tid=6 VMWAIT
  1681. | group="system" sCount=1 dsCount=0 obj=0x41a68598 self=0x6c0b2388
  1682. | sysTid=921 nice=0 sched=0/0 cgrp=apps handle=1812668736
  1683. | state=S schedstat=( 0 0 0 ) utm=1721 stm=1278 core=0
  1684. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  1685. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  1686. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  1687. #03 pc 00073943 /system/lib/libdvm.so
  1688. #04 pc 00054245 /system/lib/libdvm.so
  1689. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1690. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1691. at dalvik.system.NativeStart.run(Native Method)
  1692.  
  1693. "JDWP" daemon prio=5 tid=5 VMWAIT
  1694. | group="system" sCount=1 dsCount=0 obj=0x41a684b0 self=0x6c0b1ce8
  1695. | sysTid=920 nice=0 sched=0/0 cgrp=apps handle=1780905368
  1696. | state=S schedstat=( 0 0 0 ) utm=4 stm=0 core=1
  1697. #00 pc 000206a8 /system/lib/libc.so (select+20)
  1698. #01 pc 00060ddf /system/lib/libdvm.so
  1699. #02 pc 00063931 /system/lib/libdvm.so
  1700. #03 pc 00054245 /system/lib/libdvm.so
  1701. #04 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1702. #05 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1703. at dalvik.system.NativeStart.run(Native Method)
  1704.  
  1705. "Signal Catcher" daemon prio=5 tid=4 RUNNABLE
  1706. | group="system" sCount=0 dsCount=0 obj=0x41a683b8 self=0x6a267140
  1707. | sysTid=919 nice=0 sched=0/0 cgrp=apps handle=1759398424
  1708. | state=R schedstat=( 0 0 0 ) utm=57 stm=33 core=0
  1709. at dalvik.system.NativeStart.run(Native Method)
  1710.  
  1711. "GC" daemon prio=5 tid=3 VMWAIT
  1712. | group="system" sCount=1 dsCount=0 obj=0x41a682d8 self=0x415e8270
  1713. | sysTid=918 nice=0 sched=0/0 cgrp=apps handle=1096712232
  1714. | state=S schedstat=( 0 0 0 ) utm=9649 stm=732 core=0
  1715. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  1716. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  1717. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  1718. #03 pc 0007226d /system/lib/libdvm.so
  1719. #04 pc 00054245 /system/lib/libdvm.so
  1720. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1721. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1722. at dalvik.system.NativeStart.run(Native Method)
  1723.  
  1724. "HeapMon" daemon prio=5 tid=2 VMWAIT
  1725. | group="system" sCount=1 dsCount=0 obj=0x41a681e8 self=0x6eeca9e0
  1726. | sysTid=917 nice=0 sched=0/0 cgrp=apps handle=1812561392
  1727. | state=S schedstat=( 0 0 0 ) utm=91 stm=400 core=0
  1728. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  1729. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  1730. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  1731. #03 pc 000010eb /system/vendor/lib/libnvopt_dvm.so
  1732. #04 pc 00054245 /system/lib/libdvm.so
  1733. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1734. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1735. at dalvik.system.NativeStart.run(Native Method)
  1736.  
  1737. NATIVE THREADS:
  1738. "system_server" sysTid=933 nice=0 sched=0/0 cgrp=apps
  1739. | state=S schedstat=( 0 0 0 ) utm=31 stm=387 core=0
  1740.  
  1741. "system_server" sysTid=934 nice=0 sched=0/0 cgrp=apps
  1742. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  1743.  
  1744. "system_server" sysTid=935 nice=0 sched=0/0 cgrp=apps
  1745. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  1746.  
  1747. "system_server" sysTid=936 nice=0 sched=0/0 cgrp=apps
  1748. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  1749.  
  1750. "system_server" sysTid=937 nice=0 sched=0/0 cgrp=apps
  1751. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  1752.  
  1753. "system_server" sysTid=938 nice=0 sched=0/0 cgrp=apps
  1754. | state=S schedstat=( 0 0 0 ) utm=0 stm=4 core=0
  1755.  
  1756. "system_server" sysTid=939 nice=0 sched=0/0 cgrp=apps
  1757. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  1758.  
  1759. "system_server" sysTid=940 nice=0 sched=0/0 cgrp=apps
  1760. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2
  1761.  
  1762. "system_server" sysTid=941 nice=0 sched=0/0 cgrp=apps
  1763. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  1764.  
  1765. "system_server" sysTid=942 nice=0 sched=0/0 cgrp=apps
  1766. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  1767.  
  1768. "system_server" sysTid=943 nice=0 sched=0/0 cgrp=apps
  1769. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  1770.  
  1771. "system_server" sysTid=944 nice=0 sched=0/0 cgrp=apps
  1772. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  1773.  
  1774. "system_server" sysTid=945 nice=0 sched=0/0 cgrp=apps
  1775. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  1776.  
  1777. "system_server" sysTid=946 nice=0 sched=0/0 cgrp=apps
  1778. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  1779.  
  1780. "system_server" sysTid=947 nice=0 sched=0/0 cgrp=apps
  1781. | state=S schedstat=( 0 0 0 ) utm=0 stm=5 core=0
  1782.  
  1783. ----- end 915 -----
  1784.  
  1785.  
  1786. ----- pid 1236 at 2016-03-10 18:07:46 -----
  1787. Cmd line: com.xiaomi.xmsf
  1788.  
  1789. JNI: CheckJNI is off; workarounds are off; pins=1; globals=383
  1790.  
  1791. DALVIK THREADS:
  1792. (mutexes: tll=0 tsl=0 tscl=0 ghl=0)
  1793.  
  1794. "main" prio=5 tid=1 NATIVE
  1795. | group="main" sCount=1 dsCount=0 obj=0x4170ed68 self=0x415284e8
  1796. | sysTid=1236 nice=0 sched=0/0 cgrp=apps handle=1074356564
  1797. | state=S schedstat=( 0 0 0 ) utm=149 stm=77 core=0
  1798. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1799. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1800. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1801. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1802. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1803. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1804. #06 pc 000267e0 /system/lib/libdvm.so
  1805. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  1806. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  1807. #09 pc 000601b5 /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+392)
  1808. #10 pc 00068153 /system/lib/libdvm.so
  1809. #11 pc 000267e0 /system/lib/libdvm.so
  1810. #12 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  1811. #13 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  1812. #14 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  1813. #15 pc 00049593 /system/lib/libdvm.so
  1814. #16 pc 0004e323 /system/lib/libandroid_runtime.so
  1815. #17 pc 0004f04f /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*, bool)+358)
  1816. #18 pc 000010c3 /system/bin/app_process
  1817. #19 pc 0000e39f /system/lib/libc.so (__libc_init+50)
  1818. #20 pc 00000dac /system/bin/app_process
  1819. at android.os.MessageQueue.nativePollOnce(Native Method)
  1820. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1821. at android.os.Looper.loop(Looper.java:-1)
  1822. at android.app.ActivityThread.main(ActivityThread.java:-1)
  1823. at java.lang.reflect.Method.invokeNative(Native Method)
  1824. at java.lang.reflect.Method.invoke(Method.java:515)
  1825. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:788)
  1826. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:604)
  1827. at dalvik.system.NativeStart.main(Native Method)
  1828.  
  1829. "Smack Packet Reader (0)" prio=5 tid=16 NATIVE
  1830. | group="main" sCount=1 dsCount=0 obj=0x41a96330 self=0x6fb3b398
  1831. | sysTid=21680 nice=0 sched=0/0 cgrp=apps handle=1875166952
  1832. | state=S schedstat=( 0 0 0 ) utm=2 stm=1 core=0
  1833. #00 pc 000212ec /system/lib/libc.so (recvfrom+16)
  1834. #01 pc 0001d81b /system/lib/libjavacore.so
  1835. #02 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1836. #03 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1837. #04 pc 000267e0 /system/lib/libdvm.so
  1838. #05 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  1839. #06 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  1840. #07 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  1841. #08 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  1842. #09 pc 00054b63 /system/lib/libdvm.so
  1843. #10 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1844. #11 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1845. at libcore.io.Posix.recvfromBytes(Native Method)
  1846. at libcore.io.Posix.recvfrom(Posix.java:141)
  1847. at libcore.io.BlockGuardOs.recvfrom(BlockGuardOs.java:164)
  1848. at libcore.io.IoBridge.recvfrom(IoBridge.java:506)
  1849. at java.net.PlainSocketImpl.read(PlainSocketImpl.java:488)
  1850. at java.net.PlainSocketImpl.access$000(PlainSocketImpl.java:46)
  1851. at java.net.PlainSocketImpl$PlainSocketInputStream.read(PlainSocketImpl.java:240)
  1852. at java.io.InputStreamReader.read(InputStreamReader.java:233)
  1853. at java.io.BufferedReader.read(BufferedReader.java:325)
  1854. at com.xiaomi.smack.util.ObservableReader.read(ObservableReader.java:43)
  1855. at org.kxml2.io.KXmlParser.fillBuffer(KXmlParser.java:1506)
  1856. at org.kxml2.io.KXmlParser.peekType(KXmlParser.java:986)
  1857. at org.kxml2.io.KXmlParser.next(KXmlParser.java:346)
  1858. at org.kxml2.io.KXmlParser.next(KXmlParser.java:310)
  1859. at com.xiaomi.smack.PacketReader.parsePackets(PacketReader.java:202)
  1860. at com.xiaomi.smack.PacketReader.access$000(PacketReader.java:48)
  1861. at com.xiaomi.smack.PacketReader$1.run(PacketReader.java:73)
  1862.  
  1863. "PackageProcessor" daemon prio=5 tid=17 TIMED_WAIT
  1864. | group="main" sCount=1 dsCount=0 obj=0x41b7e8d0 self=0x6fa65b40
  1865. | sysTid=4903 nice=0 sched=0/0 cgrp=apps handle=1869517664
  1866. | state=S schedstat=( 0 0 0 ) utm=1594 stm=813 core=0
  1867. at java.lang.Object.wait(Native Method)
  1868. - waiting on <0x41a6fa10> (a java.lang.VMThread) held by tid=17 (PackageProcessor)
  1869. at java.lang.Thread.parkFor(Thread.java:1205)
  1870. at sun.misc.Unsafe.park(Unsafe.java:325)
  1871. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:197)
  1872. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2056)
  1873. at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:435)
  1874. at com.xiaomi.channel.commonutils.misc.SerializedAsyncTaskProcessor$ProcessPackageThread.run(SerializedAsyncTaskProcessor.java:142)
  1875.  
  1876. "Connection Controller Thread" prio=5 tid=13 NATIVE
  1877. | group="main" sCount=1 dsCount=0 obj=0x41b7fb50 self=0x6fb55008
  1878. | sysTid=1324 nice=0 sched=0/0 cgrp=apps handle=1875216040
  1879. | state=S schedstat=( 0 0 0 ) utm=172 stm=55 core=0
  1880. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  1881. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  1882. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  1883. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  1884. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  1885. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  1886. #06 pc 000267e0 /system/lib/libdvm.so
  1887. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  1888. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  1889. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  1890. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  1891. #11 pc 00054b63 /system/lib/libdvm.so
  1892. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1893. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1894. at android.os.MessageQueue.nativePollOnce(Native Method)
  1895. at android.os.MessageQueue.next(MessageQueue.java:-1)
  1896. at android.os.Looper.loop(Looper.java:-1)
  1897. at android.os.HandlerThread.run(HandlerThread.java:-1)
  1898.  
  1899. "Upload Http Record Timer" prio=5 tid=14 WAIT
  1900. | group="main" sCount=1 dsCount=0 obj=0x41b71328 self=0x6fc58008
  1901. | sysTid=1323 nice=0 sched=0/0 cgrp=apps handle=1875215456
  1902. | state=S schedstat=( 0 0 0 ) utm=19 stm=7 core=0
  1903. at java.lang.Object.wait(Native Method)
  1904. - waiting on <0x41b71328> (a java.util.Timer$TimerImpl)
  1905. at java.lang.Object.wait(Object.java:364)
  1906. at java.util.Timer$TimerImpl.run(Timer.java:214)
  1907.  
  1908. "Binder_2" prio=5 tid=11 NATIVE
  1909. | group="main" sCount=1 dsCount=0 obj=0x41a70288 self=0x6f6d4008
  1910. | sysTid=1249 nice=0 sched=0/0 cgrp=apps handle=1812675136
  1911. | state=S schedstat=( 0 0 0 ) utm=15 stm=10 core=0
  1912. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  1913. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  1914. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  1915. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  1916. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  1917. #05 pc 000219f9 /system/lib/libbinder.so
  1918. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  1919. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  1920. #08 pc 0000e58b /system/lib/libutils.so
  1921. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1922. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1923. at dalvik.system.NativeStart.run(Native Method)
  1924.  
  1925. "Binder_1" prio=5 tid=10 NATIVE
  1926. | group="main" sCount=1 dsCount=0 obj=0x41a700e8 self=0x6c0b3008
  1927. | sysTid=1248 nice=0 sched=0/0 cgrp=apps handle=1861008216
  1928. | state=S schedstat=( 0 0 0 ) utm=13 stm=9 core=2
  1929. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  1930. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  1931. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  1932. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  1933. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  1934. #05 pc 000219f9 /system/lib/libbinder.so
  1935. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  1936. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  1937. #08 pc 0000e58b /system/lib/libutils.so
  1938. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1939. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1940. at dalvik.system.NativeStart.run(Native Method)
  1941.  
  1942. "FinalizerWatchdogDaemon" daemon prio=5 tid=9 WAIT
  1943. | group="system" sCount=1 dsCount=0 obj=0x41a6cdb0 self=0x6eecb008
  1944. | sysTid=1247 nice=0 sched=0/0 cgrp=apps handle=1861006432
  1945. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=3
  1946. at java.lang.Object.wait(Native Method)
  1947. - waiting on <0x4171b068> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  1948. at java.lang.Object.wait(Object.java:364)
  1949. at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:230)
  1950. at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:207)
  1951. at java.lang.Thread.run(Thread.java:841)
  1952.  
  1953. "FinalizerDaemon" daemon prio=5 tid=8 WAIT
  1954. | group="system" sCount=1 dsCount=0 obj=0x41a6cc58 self=0x6c09bc80
  1955. | sysTid=1246 nice=0 sched=0/0 cgrp=apps handle=1812578520
  1956. | state=S schedstat=( 0 0 0 ) utm=3 stm=1 core=3
  1957. at java.lang.Object.wait(Native Method)
  1958. - waiting on <0x41700b68> (a java.lang.ref.ReferenceQueue)
  1959. at java.lang.Object.wait(Object.java:401)
  1960. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
  1961. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
  1962. at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
  1963. at java.lang.Thread.run(Thread.java:841)
  1964.  
  1965. "ReferenceQueueDaemon" daemon prio=5 tid=7 WAIT
  1966. | group="system" sCount=1 dsCount=0 obj=0x41a6ca98 self=0x6c09b330
  1967. | sysTid=1245 nice=0 sched=0/0 cgrp=apps handle=1812576136
  1968. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=3
  1969. at java.lang.Object.wait(Native Method)
  1970. - waiting on <0x41700640>
  1971. at java.lang.Object.wait(Object.java:364)
  1972. at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:130)
  1973. at java.lang.Thread.run(Thread.java:841)
  1974.  
  1975. "Compiler" daemon prio=5 tid=6 VMWAIT
  1976. | group="system" sCount=1 dsCount=0 obj=0x41a6c9a8 self=0x6c09acd0
  1977. | sysTid=1244 nice=0 sched=0/0 cgrp=apps handle=1812572808
  1978. | state=S schedstat=( 0 0 0 ) utm=23 stm=18 core=0
  1979. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  1980. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  1981. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  1982. #03 pc 00073943 /system/lib/libdvm.so
  1983. #04 pc 00054245 /system/lib/libdvm.so
  1984. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1985. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1986. at dalvik.system.NativeStart.run(Native Method)
  1987.  
  1988. "JDWP" daemon prio=5 tid=5 VMWAIT
  1989. | group="system" sCount=1 dsCount=0 obj=0x41a6c8c0 self=0x6c09a428
  1990. | sysTid=1243 nice=0 sched=0/0 cgrp=apps handle=1812570592
  1991. | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=0
  1992. #00 pc 000206a8 /system/lib/libc.so (select+20)
  1993. #01 pc 00060ddf /system/lib/libdvm.so
  1994. #02 pc 00063931 /system/lib/libdvm.so
  1995. #03 pc 00054245 /system/lib/libdvm.so
  1996. #04 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  1997. #05 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  1998. at dalvik.system.NativeStart.run(Native Method)
  1999.  
  2000. "Signal Catcher" daemon prio=5 tid=4 RUNNABLE
  2001. | group="system" sCount=0 dsCount=0 obj=0x41a6c7c8 self=0x415e8050
  2002. | sysTid=1242 nice=0 sched=0/0 cgrp=apps handle=1780904256
  2003. | state=R schedstat=( 0 0 0 ) utm=5 stm=11 core=3
  2004. at dalvik.system.NativeStart.run(Native Method)
  2005.  
  2006. "GC" daemon prio=5 tid=3 VMWAIT
  2007. | group="system" sCount=1 dsCount=0 obj=0x41a6c6e8 self=0x68de4810
  2008. | sysTid=1241 nice=0 sched=0/0 cgrp=apps handle=1812593104
  2009. | state=S schedstat=( 0 0 0 ) utm=160 stm=46 core=2
  2010. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  2011. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  2012. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  2013. #03 pc 0007226d /system/lib/libdvm.so
  2014. #04 pc 00054245 /system/lib/libdvm.so
  2015. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2016. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2017. at dalvik.system.NativeStart.run(Native Method)
  2018.  
  2019. "HeapMon" daemon prio=5 tid=2 VMWAIT
  2020. | group="system" sCount=1 dsCount=0 obj=0x41a6c5f8 self=0x6eeca9e0
  2021. | sysTid=1240 nice=0 sched=0/0 cgrp=apps handle=1812561392
  2022. | state=S schedstat=( 0 0 0 ) utm=183 stm=759 core=0
  2023. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  2024. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  2025. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  2026. #03 pc 000010eb /system/vendor/lib/libnvopt_dvm.so
  2027. #04 pc 00054245 /system/lib/libdvm.so
  2028. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2029. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2030. at dalvik.system.NativeStart.run(Native Method)
  2031.  
  2032. ----- end 1236 -----
  2033.  
  2034.  
  2035. ----- pid 1222 at 2016-03-10 18:07:46 -----
  2036. Cmd line: com.miui.whetstone
  2037.  
  2038. JNI: CheckJNI is off; workarounds are off; pins=0; globals=381
  2039.  
  2040. DALVIK THREADS:
  2041. (mutexes: tll=0 tsl=0 tscl=0 ghl=0)
  2042.  
  2043. "main" prio=5 tid=1 NATIVE
  2044. | group="main" sCount=1 dsCount=0 obj=0x4170ed68 self=0x415284e8
  2045. | sysTid=1222 nice=0 sched=0/0 cgrp=apps handle=1074356564
  2046. | state=S schedstat=( 0 0 0 ) utm=334 stm=167 core=0
  2047. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  2048. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  2049. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  2050. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  2051. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  2052. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  2053. #06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
  2054. at android.os.MessageQueue.nativePollOnce(Native Method)
  2055. at android.os.MessageQueue.next(MessageQueue.java:-1)
  2056. at android.os.Looper.loop(Looper.java:-1)
  2057. at android.app.ActivityThread.main(ActivityThread.java:-1)
  2058. at java.lang.reflect.Method.invokeNative(Native Method)
  2059. at java.lang.reflect.Method.invoke(Method.java:515)
  2060. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:788)
  2061. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:604)
  2062. at dalvik.system.NativeStart.main(Native Method)
  2063.  
  2064. "AsyncTask #3" prio=5 tid=22 WAIT
  2065. | group="main" sCount=1 dsCount=0 obj=0x41c2e8b0 self=0x7020b6f0
  2066. | sysTid=21424 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1882246040
  2067. | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=2
  2068. at java.lang.Object.wait(Native Method)
  2069. - waiting on <0x41c2d150> (a java.lang.VMThread) held by tid=22 (AsyncTask #3)
  2070. at java.lang.Thread.parkFor(Thread.java:1205)
  2071. at sun.misc.Unsafe.park(Unsafe.java:325)
  2072. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  2073. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  2074. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  2075. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  2076. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  2077. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  2078. at java.lang.Thread.run(Thread.java:841)
  2079.  
  2080. "AsyncTask #2" prio=5 tid=20 WAIT
  2081. | group="main" sCount=1 dsCount=0 obj=0x41c3ede8 self=0x701f54d8
  2082. | sysTid=31538 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1881100440
  2083. | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=3
  2084. at java.lang.Object.wait(Native Method)
  2085. - waiting on <0x41c2cd00> (a java.lang.VMThread) held by tid=20 (AsyncTask #2)
  2086. at java.lang.Thread.parkFor(Thread.java:1205)
  2087. at sun.misc.Unsafe.park(Unsafe.java:325)
  2088. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  2089. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  2090. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  2091. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  2092. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  2093. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  2094. at java.lang.Thread.run(Thread.java:841)
  2095.  
  2096. "Binder_4" prio=5 tid=19 NATIVE
  2097. | group="main" sCount=1 dsCount=0 obj=0x41b66a70 self=0x70313de0
  2098. | sysTid=30168 nice=0 sched=0/0 cgrp=apps handle=1882180928
  2099. | state=S schedstat=( 0 0 0 ) utm=20 stm=10 core=0
  2100. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  2101. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  2102. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  2103. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  2104. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  2105. #05 pc 000219f9 /system/lib/libbinder.so
  2106. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  2107. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  2108. #08 pc 0000e58b /system/lib/libutils.so
  2109. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2110. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2111. at dalvik.system.NativeStart.run(Native Method)
  2112.  
  2113. "AsyncTask #1" prio=5 tid=18 WAIT
  2114. | group="main" sCount=1 dsCount=0 obj=0x41c364a8 self=0x701f3210
  2115. | sysTid=8238 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1874387992
  2116. | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=0
  2117. at java.lang.Object.wait(Native Method)
  2118. - waiting on <0x41b88040> (a java.lang.VMThread) held by tid=18 (AsyncTask #1)
  2119. at java.lang.Thread.parkFor(Thread.java:1205)
  2120. at sun.misc.Unsafe.park(Unsafe.java:325)
  2121. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  2122. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  2123. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  2124. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  2125. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  2126. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  2127. at java.lang.Thread.run(Thread.java:841)
  2128.  
  2129. "Binder_3" prio=5 tid=17 NATIVE
  2130. | group="main" sCount=1 dsCount=0 obj=0x41b81640 self=0x6fe3d010
  2131. | sysTid=3467 nice=0 sched=0/0 cgrp=apps handle=1872230152
  2132. | state=S schedstat=( 0 0 0 ) utm=43 stm=22 core=0
  2133. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  2134. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  2135. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  2136. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  2137. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  2138. #05 pc 000219f9 /system/lib/libbinder.so
  2139. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  2140. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  2141. #08 pc 0000e58b /system/lib/libutils.so
  2142. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2143. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2144. at dalvik.system.NativeStart.run(Native Method)
  2145.  
  2146. "dnsctl" prio=5 tid=16 NATIVE
  2147. | group="main" sCount=1 dsCount=0 obj=0x41c04238 self=0x6f6e5008
  2148. | sysTid=1455 nice=0 sched=0/0 cgrp=apps handle=1869540528
  2149. | state=S schedstat=( 0 0 0 ) utm=10 stm=3 core=0
  2150. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  2151. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  2152. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  2153. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  2154. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  2155. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  2156. #06 pc 000267e0 /system/lib/libdvm.so
  2157. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2158. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2159. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  2160. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  2161. #11 pc 00054b63 /system/lib/libdvm.so
  2162. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2163. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2164. at android.os.MessageQueue.nativePollOnce(Native Method)
  2165. at android.os.MessageQueue.next(MessageQueue.java:-1)
  2166. at android.os.Looper.loop(Looper.java:-1)
  2167. at android.os.HandlerThread.run(HandlerThread.java:-1)
  2168.  
  2169. "MemCheckStateMachine" prio=5 tid=15 NATIVE
  2170. | group="main" sCount=1 dsCount=0 obj=0x41c0b4a0 self=0x6f97b008
  2171. | sysTid=1445 nice=0 sched=0/0 cgrp=apps handle=1872217288
  2172. | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=0
  2173. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  2174. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  2175. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  2176. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  2177. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  2178. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  2179. #06 pc 000267e0 /system/lib/libdvm.so
  2180. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2181. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2182. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  2183. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  2184. #11 pc 00054b63 /system/lib/libdvm.so
  2185. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2186. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2187. at android.os.MessageQueue.nativePollOnce(Native Method)
  2188. at android.os.MessageQueue.next(MessageQueue.java:-1)
  2189. at android.os.Looper.loop(Looper.java:-1)
  2190. at android.os.HandlerThread.run(HandlerThread.java:-1)
  2191.  
  2192. "Timer-0" prio=5 tid=14 TIMED_WAIT
  2193. | group="main" sCount=1 dsCount=0 obj=0x41bf82c8 self=0x6f97b6f8
  2194. | sysTid=1441 nice=0 sched=0/0 cgrp=apps handle=1872214864
  2195. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  2196. at java.lang.Object.wait(Native Method)
  2197. - waiting on <0x41bf82c8> (a java.util.Timer$TimerImpl)
  2198. at java.lang.Object.wait(Object.java:401)
  2199. at java.util.Timer$TimerImpl.run(Timer.java:238)
  2200.  
  2201. "EventReader" prio=10 tid=13 NATIVE
  2202. | group="main" sCount=1 dsCount=0 obj=0x41bf3330 self=0x6f7746f8
  2203. | sysTid=1437 nice=-8 sched=0/0 cgrp=apps handle=1870086816
  2204. | state=S schedstat=( 0 0 0 ) utm=509 stm=880 core=0
  2205. #00 pc 000206a8 /system/lib/libc.so (select+20)
  2206. #01 pc 00003137 /system/lib/libwhetstone_jni.so (android::EventHub::getEvent(int, queued_entry_t*, unsigned int)+134)
  2207. #02 pc 00003481 /system/lib/libwhetstone_jni.so (android::EventReader::loopOnce()+26)
  2208. #03 pc 000034a3 /system/lib/libwhetstone_jni.so (android::EventReaderThread::threadLoop()+8)
  2209. #04 pc 0000e9e9 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+104)
  2210. #05 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  2211. #06 pc 0000e58b /system/lib/libutils.so
  2212. #07 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2213. #08 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2214. at dalvik.system.NativeStart.run(Native Method)
  2215.  
  2216. "android.bg" prio=5 tid=12 NATIVE
  2217. | group="main" sCount=1 dsCount=0 obj=0x41bde340 self=0x6f772a28
  2218. | sysTid=1434 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1870076456
  2219. | state=S schedstat=( 0 0 0 ) utm=6 stm=2 core=1
  2220. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  2221. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  2222. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  2223. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  2224. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  2225. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  2226. #06 pc 000267e0 /system/lib/libdvm.so
  2227. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2228. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2229. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  2230. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  2231. #11 pc 00054b63 /system/lib/libdvm.so
  2232. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2233. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2234. at android.os.MessageQueue.nativePollOnce(Native Method)
  2235. at android.os.MessageQueue.next(MessageQueue.java:-1)
  2236. at android.os.Looper.loop(Looper.java:-1)
  2237. at android.os.HandlerThread.run(HandlerThread.java:-1)
  2238.  
  2239. "Binder_2" prio=5 tid=11 NATIVE
  2240. | group="main" sCount=1 dsCount=0 obj=0x41a6ff48 self=0x6f6d4008
  2241. | sysTid=1235 nice=0 sched=0/0 cgrp=apps handle=1812675136
  2242. | state=S schedstat=( 0 0 0 ) utm=49 stm=28 core=0
  2243. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  2244. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  2245. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  2246. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  2247. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  2248. #05 pc 000219f9 /system/lib/libbinder.so
  2249. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  2250. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  2251. #08 pc 0000e58b /system/lib/libutils.so
  2252. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2253. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2254. at dalvik.system.NativeStart.run(Native Method)
  2255.  
  2256. "Binder_1" prio=5 tid=10 NATIVE
  2257. | group="main" sCount=1 dsCount=0 obj=0x41a6f1b8 self=0x6c0b3008
  2258. | sysTid=1234 nice=0 sched=0/0 cgrp=apps handle=1861008144
  2259. | state=S schedstat=( 0 0 0 ) utm=43 stm=28 core=0
  2260. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  2261. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  2262. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  2263. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  2264. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  2265. #05 pc 000219f9 /system/lib/libbinder.so
  2266. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  2267. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  2268. #08 pc 0000e58b /system/lib/libutils.so
  2269. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2270. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2271. at dalvik.system.NativeStart.run(Native Method)
  2272.  
  2273. "FinalizerWatchdogDaemon" daemon prio=5 tid=9 WAIT
  2274. | group="system" sCount=1 dsCount=0 obj=0x41a6be80 self=0x6eecb008
  2275. | sysTid=1233 nice=0 sched=0/0 cgrp=apps handle=1861006432
  2276. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  2277. at java.lang.Object.wait(Native Method)
  2278. - waiting on <0x4171b068> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  2279. at java.lang.Object.wait(Object.java:364)
  2280. at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:230)
  2281. at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:207)
  2282. at java.lang.Thread.run(Thread.java:841)
  2283.  
  2284. "FinalizerDaemon" daemon prio=5 tid=8 WAIT
  2285. | group="system" sCount=1 dsCount=0 obj=0x41a6bd28 self=0x6c09bbe8
  2286. | sysTid=1232 nice=0 sched=0/0 cgrp=apps handle=1812578368
  2287. | state=S schedstat=( 0 0 0 ) utm=4 stm=1 core=0
  2288. at java.lang.Object.wait(Native Method)
  2289. - waiting on <0x41700b68> (a java.lang.ref.ReferenceQueue)
  2290. at java.lang.Object.wait(Object.java:401)
  2291. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
  2292. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
  2293. at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
  2294. at java.lang.Thread.run(Thread.java:841)
  2295.  
  2296. "ReferenceQueueDaemon" daemon prio=5 tid=7 WAIT
  2297. | group="system" sCount=1 dsCount=0 obj=0x41a6bb68 self=0x6c09b298
  2298. | sysTid=1231 nice=0 sched=0/0 cgrp=apps handle=1812575984
  2299. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  2300. at java.lang.Object.wait(Native Method)
  2301. - waiting on <0x41700640>
  2302. at java.lang.Object.wait(Object.java:364)
  2303. at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:130)
  2304. at java.lang.Thread.run(Thread.java:841)
  2305.  
  2306. "Compiler" daemon prio=5 tid=6 VMWAIT
  2307. | group="system" sCount=1 dsCount=0 obj=0x41a6ba78 self=0x6c09ab90
  2308. | sysTid=1230 nice=0 sched=0/0 cgrp=apps handle=1812572488
  2309. | state=S schedstat=( 0 0 0 ) utm=35 stm=27 core=0
  2310. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  2311. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  2312. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  2313. #03 pc 00073943 /system/lib/libdvm.so
  2314. #04 pc 00054245 /system/lib/libdvm.so
  2315. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2316. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2317. at dalvik.system.NativeStart.run(Native Method)
  2318.  
  2319. "JDWP" daemon prio=5 tid=5 VMWAIT
  2320. | group="system" sCount=1 dsCount=0 obj=0x41a6b990 self=0x6c09a428
  2321. | sysTid=1229 nice=0 sched=0/0 cgrp=apps handle=1812570592
  2322. | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1
  2323. #00 pc 000206a8 /system/lib/libc.so (select+20)
  2324. #01 pc 00060ddf /system/lib/libdvm.so
  2325. #02 pc 00063931 /system/lib/libdvm.so
  2326. #03 pc 00054245 /system/lib/libdvm.so
  2327. #04 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2328. #05 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2329. at dalvik.system.NativeStart.run(Native Method)
  2330.  
  2331. "Signal Catcher" daemon prio=5 tid=4 RUNNABLE
  2332. | group="system" sCount=0 dsCount=0 obj=0x41a6b898 self=0x6c09f528
  2333. | sysTid=1228 nice=0 sched=0/0 cgrp=apps handle=1812591328
  2334. | state=R schedstat=( 0 0 0 ) utm=7 stm=10 core=3
  2335. at dalvik.system.NativeStart.run(Native Method)
  2336.  
  2337. "GC" daemon prio=5 tid=3 VMWAIT
  2338. | group="system" sCount=1 dsCount=0 obj=0x41a6b620 self=0x68de4810
  2339. | sysTid=1227 nice=0 sched=0/0 cgrp=apps handle=1780904256
  2340. | state=S schedstat=( 0 0 0 ) utm=144 stm=28 core=0
  2341. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  2342. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  2343. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  2344. #03 pc 0007226d /system/lib/libdvm.so
  2345. #04 pc 00054245 /system/lib/libdvm.so
  2346. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2347. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2348. at dalvik.system.NativeStart.run(Native Method)
  2349.  
  2350. "HeapMon" daemon prio=5 tid=2 VMWAIT
  2351. | group="system" sCount=1 dsCount=0 obj=0x41a6b530 self=0x6eeca9e0
  2352. | sysTid=1226 nice=0 sched=0/0 cgrp=apps handle=1812561392
  2353. | state=S schedstat=( 0 0 0 ) utm=7 stm=30 core=0
  2354. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  2355. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  2356. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  2357. #03 pc 000010eb /system/vendor/lib/libnvopt_dvm.so
  2358. #04 pc 00054245 /system/lib/libdvm.so
  2359. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2360. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2361. at dalvik.system.NativeStart.run(Native Method)
  2362.  
  2363. ----- end 1222 -----
  2364.  
  2365.  
  2366. ----- pid 1190 at 2016-03-10 18:07:46 -----
  2367. Cmd line: com.nvidia.NvCPLSvc
  2368.  
  2369. JNI: CheckJNI is off; workarounds are off; pins=0; globals=265
  2370.  
  2371. DALVIK THREADS:
  2372. (mutexes: tll=0 tsl=0 tscl=0 ghl=0)
  2373.  
  2374. "main" prio=5 tid=1 NATIVE
  2375. | group="main" sCount=1 dsCount=0 obj=0x4170ed68 self=0x415284e8
  2376. | sysTid=1190 nice=0 sched=0/0 cgrp=apps handle=1074356564
  2377. | state=S schedstat=( 0 0 0 ) utm=211 stm=41 core=0
  2378. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  2379. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  2380. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  2381. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  2382. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  2383. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  2384. #06 pc 000267e0 /system/lib/libdvm.so
  2385. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2386. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2387. #09 pc 000601b5 /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+392)
  2388. #10 pc 00068153 /system/lib/libdvm.so
  2389. #11 pc 000267e0 /system/lib/libdvm.so
  2390. #12 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2391. #13 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2392. #14 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  2393. #15 pc 00049593 /system/lib/libdvm.so
  2394. #16 pc 0004e323 /system/lib/libandroid_runtime.so
  2395. #17 pc 0004f04f /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*, bool)+358)
  2396. #18 pc 000010c3 /system/bin/app_process
  2397. #19 pc 0000e39f /system/lib/libc.so (__libc_init+50)
  2398. #20 pc 00000dac /system/bin/app_process
  2399. at android.os.MessageQueue.nativePollOnce(Native Method)
  2400. at android.os.MessageQueue.next(MessageQueue.java:-1)
  2401. at android.os.Looper.loop(Looper.java:-1)
  2402. at android.app.ActivityThread.main(ActivityThread.java:-1)
  2403. at java.lang.reflect.Method.invokeNative(Native Method)
  2404. at java.lang.reflect.Method.invoke(Method.java:515)
  2405. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:788)
  2406. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:604)
  2407. at dalvik.system.NativeStart.main(Native Method)
  2408.  
  2409. "Binder_4" prio=5 tid=13 NATIVE
  2410. | group="main" sCount=1 dsCount=0 obj=0x41c2a638 self=0x6fd69438
  2411. | sysTid=3444 nice=0 sched=0/0 cgrp=apps handle=1876333040
  2412. | state=S schedstat=( 0 0 0 ) utm=114 stm=43 core=2
  2413. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  2414. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  2415. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  2416. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  2417. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  2418. #05 pc 000219f9 /system/lib/libbinder.so
  2419. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  2420. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  2421. #08 pc 0000e58b /system/lib/libutils.so
  2422. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2423. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2424. at dalvik.system.NativeStart.run(Native Method)
  2425.  
  2426. "Binder_3" prio=5 tid=12 NATIVE
  2427. | group="main" sCount=1 dsCount=0 obj=0x41c29e18 self=0x6fd77de8
  2428. | sysTid=3443 nice=0 sched=0/0 cgrp=apps handle=1876386688
  2429. | state=S schedstat=( 0 0 0 ) utm=117 stm=39 core=2
  2430. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  2431. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  2432. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  2433. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  2434. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  2435. #05 pc 000219f9 /system/lib/libbinder.so
  2436. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  2437. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  2438. #08 pc 0000e58b /system/lib/libutils.so
  2439. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2440. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2441. at dalvik.system.NativeStart.run(Native Method)
  2442.  
  2443. "Binder_2" prio=5 tid=11 NATIVE
  2444. | group="main" sCount=1 dsCount=0 obj=0x41a76c28 self=0x6f6d4008
  2445. | sysTid=1203 nice=0 sched=0/0 cgrp=apps handle=1812675848
  2446. | state=S schedstat=( 0 0 0 ) utm=128 stm=42 core=2
  2447. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  2448. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  2449. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  2450. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  2451. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  2452. #05 pc 000219f9 /system/lib/libbinder.so
  2453. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  2454. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  2455. #08 pc 0000e58b /system/lib/libutils.so
  2456. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2457. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2458. at dalvik.system.NativeStart.run(Native Method)
  2459.  
  2460. "Binder_1" prio=5 tid=10 NATIVE
  2461. | group="main" sCount=1 dsCount=0 obj=0x41a76ab0 self=0x6c0b32c0
  2462. | sysTid=1202 nice=0 sched=0/0 cgrp=apps handle=1812672632
  2463. | state=S schedstat=( 0 0 0 ) utm=120 stm=42 core=2
  2464. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  2465. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  2466. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  2467. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  2468. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  2469. #05 pc 000219f9 /system/lib/libbinder.so
  2470. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  2471. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  2472. #08 pc 0000e58b /system/lib/libutils.so
  2473. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2474. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2475. at dalvik.system.NativeStart.run(Native Method)
  2476.  
  2477. "FinalizerWatchdogDaemon" daemon prio=5 tid=9 WAIT
  2478. | group="system" sCount=1 dsCount=0 obj=0x41a737a8 self=0x6eecb458
  2479. | sysTid=1201 nice=0 sched=0/0 cgrp=apps handle=1861007536
  2480. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1
  2481. at java.lang.Object.wait(Native Method)
  2482. - waiting on <0x4171b068> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  2483. at java.lang.Object.wait(Object.java:364)
  2484. at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:230)
  2485. at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:207)
  2486. at java.lang.Thread.run(Thread.java:841)
  2487.  
  2488. "FinalizerDaemon" daemon prio=5 tid=8 WAIT
  2489. | group="system" sCount=1 dsCount=0 obj=0x41a73650 self=0x6c09c008
  2490. | sysTid=1200 nice=0 sched=0/0 cgrp=apps handle=1861005320
  2491. | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1
  2492. at java.lang.Object.wait(Native Method)
  2493. - waiting on <0x41700b68> (a java.lang.ref.ReferenceQueue)
  2494. at java.lang.Object.wait(Object.java:401)
  2495. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
  2496. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
  2497. at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
  2498. at java.lang.Thread.run(Thread.java:841)
  2499.  
  2500. "ReferenceQueueDaemon" daemon prio=5 tid=7 WAIT
  2501. | group="system" sCount=1 dsCount=0 obj=0x41a73490 self=0x6c09b6b8
  2502. | sysTid=1199 nice=0 sched=0/0 cgrp=apps handle=1812577040
  2503. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1
  2504. at java.lang.Object.wait(Native Method)
  2505. - waiting on <0x41700640>
  2506. at java.lang.Object.wait(Object.java:364)
  2507. at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:130)
  2508. at java.lang.Thread.run(Thread.java:841)
  2509.  
  2510. "Compiler" daemon prio=5 tid=6 VMWAIT
  2511. | group="system" sCount=1 dsCount=0 obj=0x41a733a0 self=0x6c09afb0
  2512. | sysTid=1198 nice=0 sched=0/0 cgrp=apps handle=1812573544
  2513. | state=S schedstat=( 0 0 0 ) utm=11 stm=7 core=0
  2514. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  2515. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  2516. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  2517. #03 pc 00073943 /system/lib/libdvm.so
  2518. #04 pc 00054245 /system/lib/libdvm.so
  2519. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2520. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2521. at dalvik.system.NativeStart.run(Native Method)
  2522.  
  2523. "JDWP" daemon prio=5 tid=5 VMWAIT
  2524. | group="system" sCount=1 dsCount=0 obj=0x41a732b8 self=0x6c09a630
  2525. | sysTid=1197 nice=0 sched=0/0 cgrp=apps handle=1812571112
  2526. | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=2
  2527. #00 pc 000206a8 /system/lib/libc.so (select+20)
  2528. #01 pc 00060ddf /system/lib/libdvm.so
  2529. #02 pc 00063931 /system/lib/libdvm.so
  2530. #03 pc 00054245 /system/lib/libdvm.so
  2531. #04 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2532. #05 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2533. at dalvik.system.NativeStart.run(Native Method)
  2534.  
  2535. "Signal Catcher" daemon prio=5 tid=4 RUNNABLE
  2536. | group="system" sCount=0 dsCount=0 obj=0x41a731c0 self=0x6c09f7d0
  2537. | sysTid=1196 nice=0 sched=0/0 cgrp=apps handle=1812592008
  2538. | state=R schedstat=( 0 0 0 ) utm=5 stm=11 core=3
  2539. at dalvik.system.NativeStart.run(Native Method)
  2540.  
  2541. "GC" daemon prio=5 tid=3 VMWAIT
  2542. | group="system" sCount=1 dsCount=0 obj=0x41a730e0 self=0x68de4810
  2543. | sysTid=1195 nice=0 sched=0/0 cgrp=apps handle=1096712488
  2544. | state=S schedstat=( 0 0 0 ) utm=196 stm=20 core=2
  2545. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  2546. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  2547. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  2548. #03 pc 0007226d /system/lib/libdvm.so
  2549. #04 pc 00054245 /system/lib/libdvm.so
  2550. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2551. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2552. at dalvik.system.NativeStart.run(Native Method)
  2553.  
  2554. "HeapMon" daemon prio=5 tid=2 VMWAIT
  2555. | group="system" sCount=1 dsCount=0 obj=0x41a72ff0 self=0x6eeca9e0
  2556. | sysTid=1194 nice=0 sched=0/0 cgrp=apps handle=1780904256
  2557. | state=S schedstat=( 0 0 0 ) utm=3 stm=11 core=1
  2558. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  2559. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  2560. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  2561. #03 pc 000010eb /system/vendor/lib/libnvopt_dvm.so
  2562. #04 pc 00054245 /system/lib/libdvm.so
  2563. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2564. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2565. at dalvik.system.NativeStart.run(Native Method)
  2566.  
  2567. ----- end 1190 -----
  2568.  
  2569.  
  2570. ----- pid 1204 at 2016-03-10 18:07:46 -----
  2571. Cmd line: com.xiaomi.finddevice
  2572.  
  2573. JNI: CheckJNI is off; workarounds are off; pins=0; globals=404
  2574.  
  2575. DALVIK THREADS:
  2576. (mutexes: tll=0 tsl=0 tscl=0 ghl=0)
  2577.  
  2578. "main" prio=5 tid=1 NATIVE
  2579. | group="main" sCount=1 dsCount=0 obj=0x4170ed68 self=0x415284e8
  2580. | sysTid=1204 nice=0 sched=0/0 cgrp=apps handle=1074356564
  2581. | state=S schedstat=( 0 0 0 ) utm=38 stm=18 core=0
  2582. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  2583. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  2584. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  2585. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  2586. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  2587. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  2588. #06 pc 000267e0 /system/lib/libdvm.so
  2589. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2590. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2591. #09 pc 000601b5 /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+392)
  2592. #10 pc 00068153 /system/lib/libdvm.so
  2593. #11 pc 000267e0 /system/lib/libdvm.so
  2594. #12 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2595. #13 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2596. #14 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  2597. #15 pc 00049593 /system/lib/libdvm.so
  2598. #16 pc 0004e323 /system/lib/libandroid_runtime.so
  2599. #17 pc 0004f04f /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*, bool)+358)
  2600. #18 pc 000010c3 /system/bin/app_process
  2601. #19 pc 0000e39f /system/lib/libc.so (__libc_init+50)
  2602. #20 pc 00000dac /system/bin/app_process
  2603. at android.os.MessageQueue.nativePollOnce(Native Method)
  2604. at android.os.MessageQueue.next(MessageQueue.java:-1)
  2605. at android.os.Looper.loop(Looper.java:-1)
  2606. at android.app.ActivityThread.main(ActivityThread.java:-1)
  2607. at java.lang.reflect.Method.invokeNative(Native Method)
  2608. at java.lang.reflect.Method.invoke(Method.java:515)
  2609. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:788)
  2610. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:604)
  2611. at dalvik.system.NativeStart.main(Native Method)
  2612.  
  2613. "Binder_3" prio=5 tid=19 NATIVE
  2614. | group="main" sCount=1 dsCount=0 obj=0x41bd75a8 self=0x6c13ac78
  2615. | sysTid=4712 nice=0 sched=0/0 cgrp=apps handle=1880222560
  2616. | state=S schedstat=( 0 0 0 ) utm=8 stm=4 core=0
  2617. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  2618. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  2619. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  2620. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  2621. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  2622. #05 pc 000219f9 /system/lib/libbinder.so
  2623. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  2624. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  2625. #08 pc 0000e58b /system/lib/libutils.so
  2626. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2627. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2628. at dalvik.system.NativeStart.run(Native Method)
  2629.  
  2630. "pool-8-thread-1" prio=5 tid=24 WAIT
  2631. | group="main" sCount=1 dsCount=0 obj=0x41b3eac0 self=0x701188e0
  2632. | sysTid=4144 nice=0 sched=0/0 cgrp=apps handle=1873076480
  2633. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  2634. at java.lang.Object.wait(Native Method)
  2635. - waiting on <0x41af53a0> (a java.lang.VMThread) held by tid=24 (pool-8-thread-1)
  2636. at java.lang.Thread.parkFor(Thread.java:1205)
  2637. at sun.misc.Unsafe.park(Unsafe.java:325)
  2638. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  2639. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  2640. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  2641. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  2642. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  2643. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  2644. at java.lang.Thread.run(Thread.java:841)
  2645.  
  2646. "com.xiaomi.finddevice.v2.push.PushUserAccountTracker" prio=5 tid=22 NATIVE
  2647. | group="main" sCount=1 dsCount=0 obj=0x41b22a58 self=0x6f6ebbc8
  2648. | sysTid=2147 nice=0 sched=0/0 cgrp=apps handle=1869529120
  2649. | state=S schedstat=( 0 0 0 ) utm=8 stm=1 core=1
  2650. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  2651. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  2652. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  2653. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  2654. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  2655. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  2656. #06 pc 000267e0 /system/lib/libdvm.so
  2657. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2658. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2659. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  2660. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  2661. #11 pc 00054b63 /system/lib/libdvm.so
  2662. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2663. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2664. at android.os.MessageQueue.nativePollOnce(Native Method)
  2665. at android.os.MessageQueue.next(MessageQueue.java:-1)
  2666. at android.os.Looper.loop(Looper.java:-1)
  2667. at android.os.HandlerThread.run(HandlerThread.java:-1)
  2668.  
  2669. "com.xiaomi.finddevice.common.task.RetriableTaskQueue" prio=5 tid=18 NATIVE
  2670. | group="main" sCount=1 dsCount=0 obj=0x41aa97a0 self=0x6fa4c610
  2671. | sysTid=2105 nice=0 sched=0/0 cgrp=apps handle=1813208304
  2672. | state=S schedstat=( 0 0 0 ) utm=65 stm=6 core=2
  2673. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  2674. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  2675. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  2676. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  2677. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  2678. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  2679. #06 pc 000267e0 /system/lib/libdvm.so
  2680. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2681. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2682. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  2683. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  2684. #11 pc 00054b63 /system/lib/libdvm.so
  2685. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2686. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2687. at android.os.MessageQueue.nativePollOnce(Native Method)
  2688. at android.os.MessageQueue.next(MessageQueue.java:-1)
  2689. at android.os.Looper.loop(Looper.java:-1)
  2690. at android.os.HandlerThread.run(HandlerThread.java:-1)
  2691.  
  2692. "AsyncTask #1" prio=5 tid=17 WAIT
  2693. | group="main" sCount=1 dsCount=0 obj=0x41a985b8 self=0x6f6dbaf8
  2694. | sysTid=2104 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1873068040
  2695. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2
  2696. at java.lang.Object.wait(Native Method)
  2697. - waiting on <0x41a9eb08> (a java.lang.VMThread) held by tid=17 (AsyncTask #1)
  2698. at java.lang.Thread.parkFor(Thread.java:1205)
  2699. at sun.misc.Unsafe.park(Unsafe.java:325)
  2700. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  2701. at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:400)
  2702. at java.util.concurrent.FutureTask.get(FutureTask.java:162)
  2703. at com.xiaomi.accountsdk.activate.ActivateManager$AmTask.internalGetResult(ActivateManager.java:480)
  2704. at com.xiaomi.accountsdk.activate.ActivateManager$AmTask.getResult(ActivateManager.java:537)
  2705. at com.xiaomi.accountsdk.activate.ActivateManager$AmTask.getResult(ActivateManager.java:418)
  2706. at com.xiaomi.accountsdk.activate.ActivateManager.blockingGetActivateInfo(ActivateManager.java:322)
  2707. at com.xiaomi.accountsdk.activate.ActivateStatusReceiver.internalUpdateActivateInfo(ActivateStatusReceiver.java:95)
  2708. at com.xiaomi.accountsdk.activate.ActivateStatusReceiver.access$000(ActivateStatusReceiver.java:16)
  2709. at com.xiaomi.accountsdk.activate.ActivateStatusReceiver$1.doInBackground(ActivateStatusReceiver.java:48)
  2710. at com.xiaomi.accountsdk.activate.ActivateStatusReceiver$1.doInBackground(ActivateStatusReceiver.java:41)
  2711. at android.os.AsyncTask$2.call(AsyncTask.java:-1)
  2712. at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  2713. at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:-1)
  2714. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
  2715. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  2716. at java.lang.Thread.run(Thread.java:841)
  2717.  
  2718. "com.xiaomi.finddevice.common.task.TaskQueue" prio=5 tid=16 NATIVE
  2719. | group="main" sCount=1 dsCount=0 obj=0x41b77668 self=0x6fd78160
  2720. | sysTid=1734 nice=0 sched=0/0 cgrp=apps handle=1876395448
  2721. | state=S schedstat=( 0 0 0 ) utm=10 stm=0 core=2
  2722. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  2723. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  2724. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  2725. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  2726. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  2727. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  2728. #06 pc 000267e0 /system/lib/libdvm.so
  2729. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2730. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2731. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  2732. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  2733. #11 pc 00054b63 /system/lib/libdvm.so
  2734. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2735. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2736. at android.os.MessageQueue.nativePollOnce(Native Method)
  2737. at android.os.MessageQueue.next(MessageQueue.java:-1)
  2738. at android.os.Looper.loop(Looper.java:-1)
  2739. at android.os.HandlerThread.run(HandlerThread.java:-1)
  2740.  
  2741. "com.xiaomi.finddevice.common.task.RetriableTaskQueue" prio=5 tid=15 NATIVE
  2742. | group="main" sCount=1 dsCount=0 obj=0x41b611b0 self=0x6c13a408
  2743. | sysTid=1397 nice=0 sched=0/0 cgrp=apps handle=1873140744
  2744. | state=S schedstat=( 0 0 0 ) utm=16 stm=2 core=2
  2745. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  2746. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  2747. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  2748. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  2749. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  2750. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  2751. #06 pc 000267e0 /system/lib/libdvm.so
  2752. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2753. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2754. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  2755. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  2756. #11 pc 00054b63 /system/lib/libdvm.so
  2757. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2758. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2759. at android.os.MessageQueue.nativePollOnce(Native Method)
  2760. at android.os.MessageQueue.next(MessageQueue.java:-1)
  2761. at android.os.Looper.loop(Looper.java:-1)
  2762. at android.os.HandlerThread.run(HandlerThread.java:-1)
  2763.  
  2764. "com.xiaomi.finddevice.common.task.RetriableTaskQueue" prio=5 tid=14 NATIVE
  2765. | group="main" sCount=1 dsCount=0 obj=0x41b3f8c0 self=0x6c136e48
  2766. | sysTid=1384 nice=0 sched=0/0 cgrp=apps handle=1813213856
  2767. | state=S schedstat=( 0 0 0 ) utm=14 stm=1 core=2
  2768. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  2769. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  2770. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  2771. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  2772. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  2773. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  2774. #06 pc 000267e0 /system/lib/libdvm.so
  2775. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2776. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2777. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  2778. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  2779. #11 pc 00054b63 /system/lib/libdvm.so
  2780. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2781. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2782. at android.os.MessageQueue.nativePollOnce(Native Method)
  2783. at android.os.MessageQueue.next(MessageQueue.java:-1)
  2784. at android.os.Looper.loop(Looper.java:-1)
  2785. at android.os.HandlerThread.run(HandlerThread.java:-1)
  2786.  
  2787. "MTService Guard Thread" prio=5 tid=13 WAIT
  2788. | group="main" sCount=1 dsCount=0 obj=0x41b31450 self=0x6c132c88
  2789. | sysTid=1381 nice=0 sched=0/0 cgrp=apps handle=1813205072
  2790. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2
  2791. at java.lang.Object.wait(Native Method)
  2792. - waiting on <0x41b31090> (a java.lang.Object)
  2793. at java.lang.Object.wait(Object.java:364)
  2794. at com.xiaomi.finddevice.common.MTService$1.run(MTService.java:207)
  2795. at java.lang.Thread.run(Thread.java:841)
  2796.  
  2797. "com.xiaomi.finddevice.common.task.RetriableTaskQueue" prio=5 tid=12 NATIVE
  2798. | group="main" sCount=1 dsCount=0 obj=0x41b2a220 self=0x6c1315f8
  2799. | sysTid=1344 nice=0 sched=0/0 cgrp=apps handle=1813191248
  2800. | state=S schedstat=( 0 0 0 ) utm=21 stm=2 core=1
  2801. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  2802. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  2803. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  2804. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  2805. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  2806. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  2807. #06 pc 000267e0 /system/lib/libdvm.so
  2808. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2809. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2810. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  2811. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  2812. #11 pc 00054b63 /system/lib/libdvm.so
  2813. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2814. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2815. at android.os.MessageQueue.nativePollOnce(Native Method)
  2816. at android.os.MessageQueue.next(MessageQueue.java:-1)
  2817. at android.os.Looper.loop(Looper.java:-1)
  2818. at android.os.HandlerThread.run(HandlerThread.java:-1)
  2819.  
  2820. "Binder_2" prio=5 tid=11 NATIVE
  2821. | group="main" sCount=1 dsCount=0 obj=0x41a77c58 self=0x6f6d4008
  2822. | sysTid=1217 nice=0 sched=0/0 cgrp=apps handle=1812675896
  2823. | state=S schedstat=( 0 0 0 ) utm=8 stm=4 core=0
  2824. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  2825. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  2826. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  2827. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  2828. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  2829. #05 pc 000219f9 /system/lib/libbinder.so
  2830. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  2831. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  2832. #08 pc 0000e58b /system/lib/libutils.so
  2833. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2834. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2835. at dalvik.system.NativeStart.run(Native Method)
  2836.  
  2837. "Binder_1" prio=5 tid=10 NATIVE
  2838. | group="main" sCount=1 dsCount=0 obj=0x41a77a88 self=0x6c0b32e8
  2839. | sysTid=1216 nice=0 sched=0/0 cgrp=apps handle=1812672672
  2840. | state=S schedstat=( 0 0 0 ) utm=10 stm=4 core=0
  2841. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  2842. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  2843. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  2844. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  2845. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  2846. #05 pc 000219f9 /system/lib/libbinder.so
  2847. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  2848. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  2849. #08 pc 0000e58b /system/lib/libutils.so
  2850. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2851. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2852. at dalvik.system.NativeStart.run(Native Method)
  2853.  
  2854. "FinalizerWatchdogDaemon" daemon prio=5 tid=9 WAIT
  2855. | group="system" sCount=1 dsCount=0 obj=0x41a74780 self=0x6eecb458
  2856. | sysTid=1215 nice=0 sched=0/0 cgrp=apps handle=1861007536
  2857. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  2858. at java.lang.Object.wait(Native Method)
  2859. - waiting on <0x4171b068> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  2860. at java.lang.Object.wait(Object.java:364)
  2861. at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:230)
  2862. at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:207)
  2863. at java.lang.Thread.run(Thread.java:841)
  2864.  
  2865. "FinalizerDaemon" daemon prio=5 tid=8 WAIT
  2866. | group="system" sCount=1 dsCount=0 obj=0x41a74628 self=0x6c09c0f0
  2867. | sysTid=1214 nice=0 sched=0/0 cgrp=apps handle=1861005320
  2868. | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=2
  2869. at java.lang.Object.wait(Native Method)
  2870. - waiting on <0x41700b68> (a java.lang.ref.ReferenceQueue)
  2871. at java.lang.Object.wait(Object.java:401)
  2872. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
  2873. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
  2874. at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
  2875. at java.lang.Thread.run(Thread.java:841)
  2876.  
  2877. "ReferenceQueueDaemon" daemon prio=5 tid=7 WAIT
  2878. | group="system" sCount=1 dsCount=0 obj=0x41a74468 self=0x6c09b7a0
  2879. | sysTid=1213 nice=0 sched=0/0 cgrp=apps handle=1812577272
  2880. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  2881. at java.lang.Object.wait(Native Method)
  2882. - waiting on <0x41700640>
  2883. at java.lang.Object.wait(Object.java:364)
  2884. at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:130)
  2885. at java.lang.Thread.run(Thread.java:841)
  2886.  
  2887. "Compiler" daemon prio=5 tid=6 VMWAIT
  2888. | group="system" sCount=1 dsCount=0 obj=0x41a74378 self=0x6c09b098
  2889. | sysTid=1212 nice=0 sched=0/0 cgrp=apps handle=1812573776
  2890. | state=S schedstat=( 0 0 0 ) utm=15 stm=9 core=0
  2891. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  2892. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  2893. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  2894. #03 pc 00073943 /system/lib/libdvm.so
  2895. #04 pc 00054245 /system/lib/libdvm.so
  2896. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2897. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2898. at dalvik.system.NativeStart.run(Native Method)
  2899.  
  2900. "JDWP" daemon prio=5 tid=5 VMWAIT
  2901. | group="system" sCount=1 dsCount=0 obj=0x41a74290 self=0x6c09a718
  2902. | sysTid=1211 nice=0 sched=0/0 cgrp=apps handle=1812571344
  2903. | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=0
  2904. #00 pc 000206a8 /system/lib/libc.so (select+20)
  2905. #01 pc 00060ddf /system/lib/libdvm.so
  2906. #02 pc 00063931 /system/lib/libdvm.so
  2907. #03 pc 00054245 /system/lib/libdvm.so
  2908. #04 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2909. #05 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2910. at dalvik.system.NativeStart.run(Native Method)
  2911.  
  2912. "Signal Catcher" daemon prio=5 tid=4 RUNNABLE
  2913. | group="system" sCount=0 dsCount=0 obj=0x41a74198 self=0x6c09f7d0
  2914. | sysTid=1210 nice=0 sched=0/0 cgrp=apps handle=1812592008
  2915. | state=R schedstat=( 0 0 0 ) utm=10 stm=13 core=2
  2916. at dalvik.system.NativeStart.run(Native Method)
  2917.  
  2918. "GC" daemon prio=5 tid=3 VMWAIT
  2919. | group="system" sCount=1 dsCount=0 obj=0x41a740b8 self=0x68de4810
  2920. | sysTid=1209 nice=0 sched=0/0 cgrp=apps handle=1096712488
  2921. | state=S schedstat=( 0 0 0 ) utm=58 stm=5 core=0
  2922. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  2923. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  2924. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  2925. #03 pc 0007226d /system/lib/libdvm.so
  2926. #04 pc 00054245 /system/lib/libdvm.so
  2927. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2928. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2929. at dalvik.system.NativeStart.run(Native Method)
  2930.  
  2931. "HeapMon" daemon prio=5 tid=2 VMWAIT
  2932. | group="system" sCount=1 dsCount=0 obj=0x41a73fc8 self=0x6eeca9e0
  2933. | sysTid=1208 nice=0 sched=0/0 cgrp=apps handle=1780904256
  2934. | state=S schedstat=( 0 0 0 ) utm=1 stm=1 core=0
  2935. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  2936. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  2937. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  2938. #03 pc 000010eb /system/vendor/lib/libnvopt_dvm.so
  2939. #04 pc 00054245 /system/lib/libdvm.so
  2940. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  2941. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  2942. at dalvik.system.NativeStart.run(Native Method)
  2943.  
  2944. ----- end 1204 -----
  2945.  
  2946.  
  2947. ----- pid 1174 at 2016-03-10 18:07:46 -----
  2948. Cmd line: com.android.phone
  2949.  
  2950. JNI: CheckJNI is off; workarounds are off; pins=0; globals=324
  2951.  
  2952. DALVIK THREADS:
  2953. (mutexes: tll=0 tsl=0 tscl=0 ghl=0)
  2954.  
  2955. "main" prio=5 tid=1 NATIVE
  2956. | group="main" sCount=1 dsCount=0 obj=0x4170ed68 self=0x415284e8
  2957. | sysTid=1174 nice=0 sched=0/0 cgrp=apps handle=1074356564
  2958. | state=S schedstat=( 0 0 0 ) utm=29 stm=22 core=0
  2959. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  2960. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  2961. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  2962. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  2963. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  2964. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  2965. #06 pc 000267e0 /system/lib/libdvm.so
  2966. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2967. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2968. #09 pc 000601b5 /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+392)
  2969. #10 pc 00068153 /system/lib/libdvm.so
  2970. #11 pc 000267e0 /system/lib/libdvm.so
  2971. #12 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  2972. #13 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  2973. #14 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  2974. #15 pc 00049593 /system/lib/libdvm.so
  2975. #16 pc 0004e323 /system/lib/libandroid_runtime.so
  2976. #17 pc 0004f04f /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*, bool)+358)
  2977. #18 pc 000010c3 /system/bin/app_process
  2978. #19 pc 0000e39f /system/lib/libc.so (__libc_init+50)
  2979. #20 pc 00000dac /system/bin/app_process
  2980. at android.os.MessageQueue.nativePollOnce(Native Method)
  2981. at android.os.MessageQueue.next(MessageQueue.java:-1)
  2982. at android.os.Looper.loop(Looper.java:-1)
  2983. at android.app.ActivityThread.main(ActivityThread.java:-1)
  2984. at java.lang.reflect.Method.invokeNative(Native Method)
  2985. at java.lang.reflect.Method.invoke(Method.java:515)
  2986. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:788)
  2987. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:604)
  2988. at dalvik.system.NativeStart.main(Native Method)
  2989.  
  2990. "AsyncTask #5" prio=5 tid=26 WAIT
  2991. | group="main" sCount=1 dsCount=0 obj=0x41a98e30 self=0x7034f798
  2992. | sysTid=9841 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1882531648
  2993. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  2994. at java.lang.Object.wait(Native Method)
  2995. - waiting on <0x41a98f88> (a java.lang.VMThread) held by tid=26 (AsyncTask #5)
  2996. at java.lang.Thread.parkFor(Thread.java:1205)
  2997. at sun.misc.Unsafe.park(Unsafe.java:325)
  2998. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  2999. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  3000. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  3001. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  3002. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  3003. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  3004. at java.lang.Thread.run(Thread.java:841)
  3005.  
  3006. "AsyncTask #4" prio=5 tid=25 WAIT
  3007. | group="main" sCount=1 dsCount=0 obj=0x41ab0d08 self=0x7033f158
  3008. | sysTid=26862 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1882526120
  3009. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2
  3010. at java.lang.Object.wait(Native Method)
  3011. - waiting on <0x41ab0e88> (a java.lang.VMThread) held by tid=25 (AsyncTask #4)
  3012. at java.lang.Thread.parkFor(Thread.java:1205)
  3013. at sun.misc.Unsafe.park(Unsafe.java:325)
  3014. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  3015. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  3016. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  3017. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  3018. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  3019. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  3020. at java.lang.Thread.run(Thread.java:841)
  3021.  
  3022. "AsyncTask #3" prio=5 tid=24 WAIT
  3023. | group="main" sCount=1 dsCount=0 obj=0x41b465f0 self=0x708ae008
  3024. | sysTid=23299 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1887083744
  3025. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1
  3026. at java.lang.Object.wait(Native Method)
  3027. - waiting on <0x41b46710> (a java.lang.VMThread) held by tid=24 (AsyncTask #3)
  3028. at java.lang.Thread.parkFor(Thread.java:1205)
  3029. at sun.misc.Unsafe.park(Unsafe.java:325)
  3030. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  3031. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  3032. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  3033. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  3034. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  3035. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  3036. at java.lang.Thread.run(Thread.java:841)
  3037.  
  3038. "AsyncTask #2" prio=5 tid=23 WAIT
  3039. | group="main" sCount=1 dsCount=0 obj=0x41b1d848 self=0x703507e8
  3040. | sysTid=21961 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1882442112
  3041. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  3042. at java.lang.Object.wait(Native Method)
  3043. - waiting on <0x41b1d968> (a java.lang.VMThread) held by tid=23 (AsyncTask #2)
  3044. at java.lang.Thread.parkFor(Thread.java:1205)
  3045. at sun.misc.Unsafe.park(Unsafe.java:325)
  3046. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  3047. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  3048. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  3049. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  3050. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  3051. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  3052. at java.lang.Thread.run(Thread.java:841)
  3053.  
  3054. "Binder_3" prio=5 tid=22 NATIVE
  3055. | group="main" sCount=1 dsCount=0 obj=0x41b32f18 self=0x701566c0
  3056. | sysTid=2075 nice=0 sched=0/0 cgrp=apps handle=1880450168
  3057. | state=S schedstat=( 0 0 0 ) utm=100 stm=79 core=0
  3058. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3059. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3060. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3061. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3062. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3063. #05 pc 000219f9 /system/lib/libbinder.so
  3064. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3065. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  3066. #08 pc 0000e58b /system/lib/libutils.so
  3067. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3068. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3069. at dalvik.system.NativeStart.run(Native Method)
  3070.  
  3071. "AudioTrack" prio=10 tid=21 NATIVE
  3072. | group="main" sCount=1 dsCount=0 obj=0x41b0d478 self=0x70353748
  3073. | sysTid=1498 nice=-16 sched=0/0 cgrp=apps handle=1882533896
  3074. | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=0
  3075. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  3076. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  3077. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  3078. #03 pc 00047dfd /system/lib/libmedia.so (android::AudioTrack::AudioTrackThread::threadLoop()+36)
  3079. #04 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3080. #05 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  3081. #06 pc 0000e58b /system/lib/libutils.so
  3082. #07 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3083. #08 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3084. at dalvik.system.NativeStart.run(Native Method)
  3085.  
  3086. "AsyncTask #1" prio=5 tid=20 WAIT
  3087. | group="main" sCount=1 dsCount=0 obj=0x41af36c8 self=0x6f728c20
  3088. | sysTid=1386 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1869779064
  3089. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2
  3090. at java.lang.Object.wait(Native Method)
  3091. - waiting on <0x41af3860> (a java.lang.VMThread) held by tid=20 (AsyncTask #1)
  3092. at java.lang.Thread.parkFor(Thread.java:1205)
  3093. at sun.misc.Unsafe.park(Unsafe.java:325)
  3094. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  3095. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  3096. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  3097. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  3098. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  3099. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  3100. at java.lang.Thread.run(Thread.java:841)
  3101.  
  3102. "AsyncQueryWorker" prio=5 tid=19 NATIVE
  3103. | group="main" sCount=1 dsCount=0 obj=0x41ae9478 self=0x70042088
  3104. | sysTid=1385 nice=0 sched=0/0 cgrp=apps handle=1869780504
  3105. | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=0
  3106. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  3107. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  3108. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  3109. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  3110. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  3111. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  3112. #06 pc 000267e0 /system/lib/libdvm.so
  3113. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3114. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3115. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  3116. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  3117. #11 pc 00054b63 /system/lib/libdvm.so
  3118. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3119. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3120. at android.os.MessageQueue.nativePollOnce(Native Method)
  3121. at android.os.MessageQueue.next(MessageQueue.java:-1)
  3122. at android.os.Looper.loop(Looper.java:-1)
  3123. at android.os.HandlerThread.run(HandlerThread.java:-1)
  3124.  
  3125. "CdmaServiceCategoryProgramHandler" prio=5 tid=18 NATIVE
  3126. | group="main" sCount=1 dsCount=0 obj=0x41adaea8 self=0x6f727ea8
  3127. | sysTid=1342 nice=0 sched=0/0 cgrp=apps handle=1869775616
  3128. | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=0
  3129. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  3130. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  3131. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  3132. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  3133. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  3134. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  3135. #06 pc 000267e0 /system/lib/libdvm.so
  3136. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3137. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3138. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  3139. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  3140. #11 pc 00054b63 /system/lib/libdvm.so
  3141. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3142. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3143. at android.os.MessageQueue.nativePollOnce(Native Method)
  3144. at android.os.MessageQueue.next(MessageQueue.java:-1)
  3145. at android.os.Looper.loop(Looper.java:-1)
  3146. at android.os.HandlerThread.run(HandlerThread.java:-1)
  3147.  
  3148. "CdmaInboundSmsHandler" prio=5 tid=17 NATIVE
  3149. | group="main" sCount=1 dsCount=0 obj=0x41ad9bf0 self=0x6f727048
  3150. | sysTid=1340 nice=0 sched=0/0 cgrp=apps handle=1869771936
  3151. | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=0
  3152. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  3153. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  3154. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  3155. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  3156. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  3157. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  3158. #06 pc 000267e0 /system/lib/libdvm.so
  3159. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3160. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3161. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  3162. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  3163. #11 pc 00054b63 /system/lib/libdvm.so
  3164. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3165. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3166. at android.os.MessageQueue.nativePollOnce(Native Method)
  3167. at android.os.MessageQueue.next(MessageQueue.java:-1)
  3168. at android.os.Looper.loop(Looper.java:-1)
  3169. at android.os.HandlerThread.run(HandlerThread.java:-1)
  3170.  
  3171. "CellBroadcastHandler" prio=5 tid=16 NATIVE
  3172. | group="main" sCount=1 dsCount=0 obj=0x41ad9598 self=0x6f726428
  3173. | sysTid=1335 nice=0 sched=0/0 cgrp=apps handle=1869768832
  3174. | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=0
  3175. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  3176. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  3177. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  3178. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  3179. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  3180. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  3181. #06 pc 000267e0 /system/lib/libdvm.so
  3182. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3183. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3184. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  3185. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  3186. #11 pc 00054b63 /system/lib/libdvm.so
  3187. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3188. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3189. at android.os.MessageQueue.nativePollOnce(Native Method)
  3190. at android.os.MessageQueue.next(MessageQueue.java:-1)
  3191. at android.os.Looper.loop(Looper.java:-1)
  3192. at android.os.HandlerThread.run(HandlerThread.java:-1)
  3193.  
  3194. "GsmInboundSmsHandler" prio=5 tid=15 NATIVE
  3195. | group="main" sCount=1 dsCount=0 obj=0x41ad79c8 self=0x6f7252f0
  3196. | sysTid=1333 nice=0 sched=0/0 cgrp=apps handle=1869764424
  3197. | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=0
  3198. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  3199. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  3200. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  3201. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  3202. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  3203. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  3204. #06 pc 000267e0 /system/lib/libdvm.so
  3205. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3206. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3207. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  3208. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  3209. #11 pc 00054b63 /system/lib/libdvm.so
  3210. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3211. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3212. at android.os.MessageQueue.nativePollOnce(Native Method)
  3213. at android.os.MessageQueue.next(MessageQueue.java:-1)
  3214. at android.os.Looper.loop(Looper.java:-1)
  3215. at android.os.HandlerThread.run(HandlerThread.java:-1)
  3216.  
  3217. "GsmCellBroadcastHandler" prio=5 tid=14 NATIVE
  3218. | group="main" sCount=1 dsCount=0 obj=0x41ad7298 self=0x6f724858
  3219. | sysTid=1328 nice=0 sched=0/0 cgrp=apps handle=1869761712
  3220. | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=0
  3221. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  3222. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  3223. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  3224. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  3225. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  3226. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  3227. #06 pc 000267e0 /system/lib/libdvm.so
  3228. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3229. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3230. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  3231. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  3232. #11 pc 00054b63 /system/lib/libdvm.so
  3233. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3234. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3235. at android.os.MessageQueue.nativePollOnce(Native Method)
  3236. at android.os.MessageQueue.next(MessageQueue.java:-1)
  3237. at android.os.Looper.loop(Looper.java:-1)
  3238. at android.os.HandlerThread.run(HandlerThread.java:-1)
  3239.  
  3240. "DcHandlerThread" prio=5 tid=13 NATIVE
  3241. | group="main" sCount=1 dsCount=0 obj=0x41acbc88 self=0x6f723a48
  3242. | sysTid=1317 nice=0 sched=0/0 cgrp=apps handle=1869758112
  3243. | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=0
  3244. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  3245. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  3246. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  3247. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  3248. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  3249. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  3250. #06 pc 000267e0 /system/lib/libdvm.so
  3251. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3252. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3253. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  3254. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  3255. #11 pc 00054b63 /system/lib/libdvm.so
  3256. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3257. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3258. at android.os.MessageQueue.nativePollOnce(Native Method)
  3259. at android.os.MessageQueue.next(MessageQueue.java:-1)
  3260. at android.os.Looper.loop(Looper.java:-1)
  3261. at android.os.HandlerThread.run(HandlerThread.java:-1)
  3262.  
  3263. "RILSender" prio=5 tid=12 NATIVE
  3264. | group="main" sCount=1 dsCount=0 obj=0x41abc2a0 self=0x6f7225b0
  3265. | sysTid=1287 nice=0 sched=0/0 cgrp=apps handle=1869752840
  3266. | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=0
  3267. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  3268. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  3269. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  3270. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  3271. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  3272. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  3273. #06 pc 000267e0 /system/lib/libdvm.so
  3274. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3275. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3276. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  3277. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  3278. #11 pc 00054b63 /system/lib/libdvm.so
  3279. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3280. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3281. at android.os.MessageQueue.nativePollOnce(Native Method)
  3282. at android.os.MessageQueue.next(MessageQueue.java:-1)
  3283. at android.os.Looper.loop(Looper.java:-1)
  3284. at android.os.HandlerThread.run(HandlerThread.java:-1)
  3285.  
  3286. "Binder_2" prio=5 tid=11 NATIVE
  3287. | group="main" sCount=1 dsCount=0 obj=0x41a759a0 self=0x6f6d4008
  3288. | sysTid=1189 nice=0 sched=0/0 cgrp=apps handle=1812675896
  3289. | state=S schedstat=( 0 0 0 ) utm=101 stm=78 core=1
  3290. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3291. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3292. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3293. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3294. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3295. #05 pc 000219f9 /system/lib/libbinder.so
  3296. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3297. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  3298. #08 pc 0000e58b /system/lib/libutils.so
  3299. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3300. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3301. at dalvik.system.NativeStart.run(Native Method)
  3302.  
  3303. "Binder_1" prio=5 tid=10 NATIVE
  3304. | group="main" sCount=1 dsCount=0 obj=0x41a757d0 self=0x6c0b32e8
  3305. | sysTid=1188 nice=0 sched=0/0 cgrp=apps handle=1812672672
  3306. | state=S schedstat=( 0 0 0 ) utm=99 stm=80 core=2
  3307. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3308. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3309. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3310. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3311. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3312. #05 pc 000219f9 /system/lib/libbinder.so
  3313. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3314. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  3315. #08 pc 0000e58b /system/lib/libutils.so
  3316. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3317. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3318. at dalvik.system.NativeStart.run(Native Method)
  3319.  
  3320. "FinalizerWatchdogDaemon" daemon prio=5 tid=9 WAIT
  3321. | group="system" sCount=1 dsCount=0 obj=0x41a724c8 self=0x6eecb2d8
  3322. | sysTid=1185 nice=0 sched=0/0 cgrp=apps handle=1861007152
  3323. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  3324. at java.lang.Object.wait(Native Method)
  3325. - waiting on <0x4171b068> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  3326. at java.lang.Object.wait(Object.java:364)
  3327. at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:230)
  3328. at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:207)
  3329. at java.lang.Thread.run(Thread.java:841)
  3330.  
  3331. "FinalizerDaemon" daemon prio=5 tid=8 WAIT
  3332. | group="system" sCount=1 dsCount=0 obj=0x41a72370 self=0x6c09bf90
  3333. | sysTid=1184 nice=0 sched=0/0 cgrp=apps handle=1861005320
  3334. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  3335. at java.lang.Object.wait(Native Method)
  3336. - waiting on <0x41700b68> (a java.lang.ref.ReferenceQueue)
  3337. at java.lang.Object.wait(Object.java:401)
  3338. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
  3339. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
  3340. at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
  3341. at java.lang.Thread.run(Thread.java:841)
  3342.  
  3343. "ReferenceQueueDaemon" daemon prio=5 tid=7 WAIT
  3344. | group="system" sCount=1 dsCount=0 obj=0x41a721b0 self=0x6c09b640
  3345. | sysTid=1183 nice=0 sched=0/0 cgrp=apps handle=1812576920
  3346. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  3347. at java.lang.Object.wait(Native Method)
  3348. - waiting on <0x41700640>
  3349. at java.lang.Object.wait(Object.java:364)
  3350. at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:130)
  3351. at java.lang.Thread.run(Thread.java:841)
  3352.  
  3353. "Compiler" daemon prio=5 tid=6 VMWAIT
  3354. | group="system" sCount=1 dsCount=0 obj=0x41a720c0 self=0x6c09af38
  3355. | sysTid=1182 nice=0 sched=0/0 cgrp=apps handle=1812573424
  3356. | state=S schedstat=( 0 0 0 ) utm=11 stm=10 core=1
  3357. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  3358. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  3359. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  3360. #03 pc 00073943 /system/lib/libdvm.so
  3361. #04 pc 00054245 /system/lib/libdvm.so
  3362. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3363. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3364. at dalvik.system.NativeStart.run(Native Method)
  3365.  
  3366. "JDWP" daemon prio=5 tid=5 VMWAIT
  3367. | group="system" sCount=1 dsCount=0 obj=0x41a71fd8 self=0x6c09a5b8
  3368. | sysTid=1181 nice=0 sched=0/0 cgrp=apps handle=1812570992
  3369. | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1
  3370. #00 pc 000206a8 /system/lib/libc.so (select+20)
  3371. #01 pc 00060ddf /system/lib/libdvm.so
  3372. #02 pc 00063931 /system/lib/libdvm.so
  3373. #03 pc 00054245 /system/lib/libdvm.so
  3374. #04 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3375. #05 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3376. at dalvik.system.NativeStart.run(Native Method)
  3377.  
  3378. "Signal Catcher" daemon prio=5 tid=4 RUNNABLE
  3379. | group="system" sCount=0 dsCount=0 obj=0x41a71ee0 self=0x6c09f7d0
  3380. | sysTid=1180 nice=0 sched=0/0 cgrp=apps handle=1812592008
  3381. | state=R schedstat=( 0 0 0 ) utm=10 stm=15 core=0
  3382. at dalvik.system.NativeStart.run(Native Method)
  3383.  
  3384. "GC" daemon prio=5 tid=3 VMWAIT
  3385. | group="system" sCount=1 dsCount=0 obj=0x41a71e00 self=0x68de4810
  3386. | sysTid=1179 nice=0 sched=0/0 cgrp=apps handle=1780904256
  3387. | state=S schedstat=( 0 0 0 ) utm=63 stm=8 core=0
  3388. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  3389. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  3390. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  3391. #03 pc 0007226d /system/lib/libdvm.so
  3392. #04 pc 00054245 /system/lib/libdvm.so
  3393. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3394. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3395. at dalvik.system.NativeStart.run(Native Method)
  3396.  
  3397. "HeapMon" daemon prio=5 tid=2 VMWAIT
  3398. | group="system" sCount=1 dsCount=0 obj=0x41a71d10 self=0x6eeca9e0
  3399. | sysTid=1178 nice=0 sched=0/0 cgrp=apps handle=1812561392
  3400. | state=S schedstat=( 0 0 0 ) utm=4 stm=9 core=0
  3401. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  3402. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  3403. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  3404. #03 pc 000010eb /system/vendor/lib/libnvopt_dvm.so
  3405. #04 pc 00054245 /system/lib/libdvm.so
  3406. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3407. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3408. at dalvik.system.NativeStart.run(Native Method)
  3409.  
  3410. ----- end 1174 -----
  3411.  
  3412.  
  3413. ----- pid 1008 at 2016-03-10 18:07:46 -----
  3414. Cmd line: com.miui.core
  3415.  
  3416. JNI: CheckJNI is off; workarounds are off; pins=0; globals=378
  3417.  
  3418. DALVIK THREADS:
  3419. (mutexes: tll=0 tsl=0 tscl=0 ghl=0)
  3420.  
  3421. "main" prio=5 tid=1 NATIVE
  3422. | group="main" sCount=1 dsCount=0 obj=0x4170ed68 self=0x415284e8
  3423. | sysTid=1008 nice=0 sched=0/0 cgrp=apps handle=1074356564
  3424. | state=S schedstat=( 0 0 0 ) utm=36 stm=14 core=1
  3425. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  3426. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  3427. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  3428. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  3429. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  3430. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  3431. #06 pc 000267e0 /system/lib/libdvm.so
  3432. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3433. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3434. #09 pc 000601b5 /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+392)
  3435. #10 pc 00068153 /system/lib/libdvm.so
  3436. #11 pc 000267e0 /system/lib/libdvm.so
  3437. #12 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3438. #13 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3439. #14 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  3440. #15 pc 00049593 /system/lib/libdvm.so
  3441. #16 pc 0004e323 /system/lib/libandroid_runtime.so
  3442. #17 pc 0004f04f /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*, bool)+358)
  3443. #18 pc 000010c3 /system/bin/app_process
  3444. #19 pc 0000e39f /system/lib/libc.so (__libc_init+50)
  3445. #20 pc 00000dac /system/bin/app_process
  3446. at android.os.MessageQueue.nativePollOnce(Native Method)
  3447. at android.os.MessageQueue.next(MessageQueue.java:-1)
  3448. at android.os.Looper.loop(Looper.java:-1)
  3449. at android.app.ActivityThread.main(ActivityThread.java:-1)
  3450. at java.lang.reflect.Method.invokeNative(Native Method)
  3451. at java.lang.reflect.Method.invoke(Method.java:515)
  3452. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:788)
  3453. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:604)
  3454. at dalvik.system.NativeStart.main(Native Method)
  3455.  
  3456. "pool-1-thread-1" prio=5 tid=20 WAIT
  3457. | group="main" sCount=1 dsCount=0 obj=0x41ad0908 self=0x70185ae8
  3458. | sysTid=10789 nice=0 sched=0/0 cgrp=apps handle=1881553360
  3459. | state=S schedstat=( 0 0 0 ) utm=1 stm=2 core=2
  3460. at java.lang.Object.wait(Native Method)
  3461. - waiting on <0x41ad0a50> (a java.lang.VMThread) held by tid=20 (pool-1-thread-1)
  3462. at java.lang.Thread.parkFor(Thread.java:1205)
  3463. at sun.misc.Unsafe.park(Unsafe.java:325)
  3464. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  3465. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  3466. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  3467. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  3468. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  3469. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  3470. at java.lang.Thread.run(Thread.java:841)
  3471.  
  3472. "Binder_3" prio=5 tid=18 NATIVE
  3473. | group="main" sCount=1 dsCount=0 obj=0x41ab0078 self=0x702630a8
  3474. | sysTid=6141 nice=0 sched=0/0 cgrp=apps handle=1880484808
  3475. | state=S schedstat=( 0 0 0 ) utm=10 stm=5 core=0
  3476. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3477. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3478. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3479. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3480. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3481. #05 pc 000219f9 /system/lib/libbinder.so
  3482. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3483. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  3484. #08 pc 0000e58b /system/lib/libutils.so
  3485. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3486. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3487. at dalvik.system.NativeStart.run(Native Method)
  3488.  
  3489. "AsyncTask #5" prio=5 tid=17 WAIT
  3490. | group="main" sCount=1 dsCount=0 obj=0x41a7b590 self=0x70059820
  3491. | sysTid=4106 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1879415928
  3492. | state=S schedstat=( 0 0 0 ) utm=43 stm=21 core=3
  3493. at java.lang.Object.wait(Native Method)
  3494. - waiting on <0x41a7b6e8> (a java.lang.VMThread) held by tid=17 (AsyncTask #5)
  3495. at java.lang.Thread.parkFor(Thread.java:1205)
  3496. at sun.misc.Unsafe.park(Unsafe.java:325)
  3497. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  3498. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  3499. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  3500. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  3501. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  3502. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  3503. at java.lang.Thread.run(Thread.java:841)
  3504.  
  3505. "AsyncTask #4" prio=5 tid=16 WAIT
  3506. | group="main" sCount=1 dsCount=0 obj=0x41a68c98 self=0x6fb68858
  3507. | sysTid=4104 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1874234760
  3508. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  3509. at java.lang.Object.wait(Native Method)
  3510. - waiting on <0x41a68db8> (a java.lang.VMThread) held by tid=16 (AsyncTask #4)
  3511. at java.lang.Thread.parkFor(Thread.java:1205)
  3512. at sun.misc.Unsafe.park(Unsafe.java:325)
  3513. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  3514. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  3515. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  3516. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  3517. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  3518. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  3519. at java.lang.Thread.run(Thread.java:841)
  3520.  
  3521. "AsyncTask #3" prio=5 tid=15 WAIT
  3522. | group="main" sCount=1 dsCount=0 obj=0x41a79218 self=0x6f6db338
  3523. | sysTid=4102 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1869459184
  3524. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=3
  3525. at java.lang.Object.wait(Native Method)
  3526. - waiting on <0x41a79338> (a java.lang.VMThread) held by tid=15 (AsyncTask #3)
  3527. at java.lang.Thread.parkFor(Thread.java:1205)
  3528. at sun.misc.Unsafe.park(Unsafe.java:325)
  3529. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  3530. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  3531. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  3532. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  3533. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  3534. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  3535. at java.lang.Thread.run(Thread.java:841)
  3536.  
  3537. "AsyncTask #2" prio=5 tid=14 WAIT
  3538. | group="main" sCount=1 dsCount=0 obj=0x41a89f48 self=0x6f6da378
  3539. | sysTid=4099 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1874387760
  3540. | state=S schedstat=( 0 0 0 ) utm=37 stm=21 core=3
  3541. at java.lang.Object.wait(Native Method)
  3542. - waiting on <0x41a8a068> (a java.lang.VMThread) held by tid=14 (AsyncTask #2)
  3543. at java.lang.Thread.parkFor(Thread.java:1205)
  3544. at sun.misc.Unsafe.park(Unsafe.java:325)
  3545. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  3546. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  3547. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  3548. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  3549. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  3550. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  3551. at java.lang.Thread.run(Thread.java:841)
  3552.  
  3553. "Thread-25" prio=5 tid=13 NATIVE
  3554. | group="main" sCount=1 dsCount=0 obj=0x41ac5a88 self=0x6fa5afc8
  3555. | sysTid=3457 nice=0 sched=0/0 cgrp=apps handle=1873130528
  3556. | state=S schedstat=( 0 0 0 ) utm=6 stm=11 core=3
  3557. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  3558. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  3559. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  3560. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  3561. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  3562. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  3563. #06 pc 000267e0 /system/lib/libdvm.so
  3564. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3565. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3566. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  3567. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  3568. #11 pc 00054b63 /system/lib/libdvm.so
  3569. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3570. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3571. at android.os.MessageQueue.nativePollOnce(Native Method)
  3572. at android.os.MessageQueue.next(MessageQueue.java:-1)
  3573. at android.os.Looper.loop(Looper.java:-1)
  3574. at com.miui.internal.analytics.PersistenceHelper$a.run(SourceFile:101)
  3575.  
  3576. "AsyncTask #1" prio=5 tid=12 WAIT
  3577. | group="main" sCount=1 dsCount=0 obj=0x41ab8598 self=0x6f8d4540
  3578. | sysTid=2471 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1871531768
  3579. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=3
  3580. at java.lang.Object.wait(Native Method)
  3581. - waiting on <0x41ab8730> (a java.lang.VMThread) held by tid=12 (AsyncTask #1)
  3582. at java.lang.Thread.parkFor(Thread.java:1205)
  3583. at sun.misc.Unsafe.park(Unsafe.java:325)
  3584. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  3585. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  3586. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  3587. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  3588. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  3589. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  3590. at java.lang.Thread.run(Thread.java:841)
  3591.  
  3592. "Binder_2" prio=5 tid=11 NATIVE
  3593. | group="main" sCount=1 dsCount=0 obj=0x41a721f8 self=0x6f6d21a0
  3594. | sysTid=1021 nice=0 sched=0/0 cgrp=apps handle=1812675168
  3595. | state=S schedstat=( 0 0 0 ) utm=9 stm=5 core=0
  3596. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3597. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3598. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3599. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3600. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3601. #05 pc 000219f9 /system/lib/libbinder.so
  3602. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3603. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  3604. #08 pc 0000e58b /system/lib/libutils.so
  3605. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3606. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3607. at dalvik.system.NativeStart.run(Native Method)
  3608.  
  3609. "Binder_1" prio=5 tid=10 NATIVE
  3610. | group="main" sCount=1 dsCount=0 obj=0x41a70590 self=0x6c0b3008
  3611. | sysTid=1020 nice=0 sched=0/0 cgrp=apps handle=1861008296
  3612. | state=S schedstat=( 0 0 0 ) utm=9 stm=4 core=1
  3613. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3614. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3615. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3616. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3617. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3618. #05 pc 000219f9 /system/lib/libbinder.so
  3619. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3620. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  3621. #08 pc 0000e58b /system/lib/libutils.so
  3622. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3623. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3624. at dalvik.system.NativeStart.run(Native Method)
  3625.  
  3626. "FinalizerWatchdogDaemon" daemon prio=5 tid=9 WAIT
  3627. | group="system" sCount=1 dsCount=0 obj=0x41a6d258 self=0x6eecb090
  3628. | sysTid=1019 nice=0 sched=0/0 cgrp=apps handle=1861006568
  3629. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  3630. at java.lang.Object.wait(Native Method)
  3631. - waiting on <0x4171b068> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  3632. at java.lang.Object.wait(Object.java:364)
  3633. at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:230)
  3634. at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:207)
  3635. at java.lang.Thread.run(Thread.java:841)
  3636.  
  3637. "FinalizerDaemon" daemon prio=5 tid=8 WAIT
  3638. | group="system" sCount=1 dsCount=0 obj=0x41a6d100 self=0x6c09bd08
  3639. | sysTid=1018 nice=0 sched=0/0 cgrp=apps handle=1812578656
  3640. | state=S schedstat=( 0 0 0 ) utm=3 stm=1 core=3
  3641. at java.lang.Object.wait(Native Method)
  3642. - waiting on <0x41700b68> (a java.lang.ref.ReferenceQueue)
  3643. at java.lang.Object.wait(Object.java:401)
  3644. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
  3645. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
  3646. at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
  3647. at java.lang.Thread.run(Thread.java:841)
  3648.  
  3649. "ReferenceQueueDaemon" daemon prio=5 tid=7 WAIT
  3650. | group="system" sCount=1 dsCount=0 obj=0x41a6cf40 self=0x6c09b3d8
  3651. | sysTid=1017 nice=0 sched=0/0 cgrp=apps handle=1812576304
  3652. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2
  3653. at java.lang.Object.wait(Native Method)
  3654. - waiting on <0x41700640>
  3655. at java.lang.Object.wait(Object.java:364)
  3656. at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:130)
  3657. at java.lang.Thread.run(Thread.java:841)
  3658.  
  3659. "Compiler" daemon prio=5 tid=6 VMWAIT
  3660. | group="system" sCount=1 dsCount=0 obj=0x41a6ce50 self=0x6c09acd0
  3661. | sysTid=1016 nice=0 sched=0/0 cgrp=apps handle=1812572808
  3662. | state=S schedstat=( 0 0 0 ) utm=17 stm=14 core=3
  3663. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  3664. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  3665. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  3666. #03 pc 00073943 /system/lib/libdvm.so
  3667. #04 pc 00054245 /system/lib/libdvm.so
  3668. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3669. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3670. at dalvik.system.NativeStart.run(Native Method)
  3671.  
  3672. "JDWP" daemon prio=5 tid=5 VMWAIT
  3673. | group="system" sCount=1 dsCount=0 obj=0x41a6cd68 self=0x6c09a428
  3674. | sysTid=1015 nice=0 sched=0/0 cgrp=apps handle=1812570592
  3675. | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=0
  3676. #00 pc 000206a8 /system/lib/libc.so (select+20)
  3677. #01 pc 00060ddf /system/lib/libdvm.so
  3678. #02 pc 00063931 /system/lib/libdvm.so
  3679. #03 pc 00054245 /system/lib/libdvm.so
  3680. #04 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3681. #05 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3682. at dalvik.system.NativeStart.run(Native Method)
  3683.  
  3684. "Signal Catcher" daemon prio=5 tid=4 RUNNABLE
  3685. | group="system" sCount=0 dsCount=0 obj=0x41a6cc70 self=0x415e8028
  3686. | sysTid=1014 nice=0 sched=0/0 cgrp=apps handle=1780904256
  3687. | state=R schedstat=( 0 0 0 ) utm=7 stm=11 core=2
  3688. at dalvik.system.NativeStart.run(Native Method)
  3689.  
  3690. "GC" daemon prio=5 tid=3 VMWAIT
  3691. | group="system" sCount=1 dsCount=0 obj=0x41a6cb90 self=0x68de4810
  3692. | sysTid=1013 nice=0 sched=0/0 cgrp=apps handle=1812593088
  3693. | state=S schedstat=( 0 0 0 ) utm=59 stm=5 core=2
  3694. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  3695. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  3696. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  3697. #03 pc 0007226d /system/lib/libdvm.so
  3698. #04 pc 00054245 /system/lib/libdvm.so
  3699. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3700. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3701. at dalvik.system.NativeStart.run(Native Method)
  3702.  
  3703. "HeapMon" daemon prio=5 tid=2 VMWAIT
  3704. | group="system" sCount=1 dsCount=0 obj=0x41a6caa0 self=0x6eeca9e0
  3705. | sysTid=1012 nice=0 sched=0/0 cgrp=apps handle=1812561392
  3706. | state=S schedstat=( 0 0 0 ) utm=2 stm=2 core=2
  3707. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  3708. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  3709. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  3710. #03 pc 000010eb /system/vendor/lib/libnvopt_dvm.so
  3711. #04 pc 00054245 /system/lib/libdvm.so
  3712. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3713. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3714. at dalvik.system.NativeStart.run(Native Method)
  3715.  
  3716. ----- end 1008 -----
  3717.  
  3718.  
  3719. ----- pid 187 at 2016-03-10 18:07:46 -----
  3720. Cmd line: /system/bin/surfaceflinger
  3721.  
  3722. "surfaceflinger" sysTid=187
  3723. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  3724. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  3725. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  3726. #03 pc 00016229 /system/lib/libsurfaceflinger.so
  3727. #04 pc 0001706b /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::run()+6)
  3728. #05 pc 000008fd /system/bin/surfaceflinger
  3729. #06 pc 0000e39f /system/lib/libc.so (__libc_init+50)
  3730. #07 pc 000007dc /system/bin/surfaceflinger
  3731.  
  3732. "Binder_1" sysTid=305
  3733. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3734. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3735. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3736. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3737. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3738. #05 pc 000219f9 /system/lib/libbinder.so
  3739. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3740. #07 pc 0000e58b /system/lib/libutils.so
  3741. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3742. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3743.  
  3744. "DispSync" sysTid=306
  3745. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  3746. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  3747. #02 pc 00011f51 /system/lib/libsurfaceflinger.so
  3748. #03 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3749. #04 pc 0000e58b /system/lib/libutils.so
  3750. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3751. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3752.  
  3753. "Binder_2" sysTid=307
  3754. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3755. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3756. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3757. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3758. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3759. #05 pc 000219f9 /system/lib/libbinder.so
  3760. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3761. #07 pc 0000e58b /system/lib/libutils.so
  3762. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3763. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3764.  
  3765. "surfaceflinger" sysTid=684
  3766. #00 pc 000206a4 /system/lib/libc.so (select+16)
  3767. #01 pc 000046c1 /system/vendor/lib/libnvcap_video.so
  3768. #02 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3769. #03 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3770.  
  3771. "surfaceflinger" sysTid=687
  3772. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  3773. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  3774. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  3775. #03 pc 000244c4 /system/lib/libc.so
  3776. #04 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3777. #05 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3778.  
  3779. "hwc_eventmon" sysTid=688
  3780. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  3781. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  3782. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  3783. #03 pc 0000443f /system/vendor/lib/hw/hwcomposer.tegra.so
  3784. #04 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3785. #05 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3786.  
  3787. "EventThread" sysTid=839
  3788. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  3789. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  3790. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  3791. #03 pc 00012f15 /system/lib/libsurfaceflinger.so
  3792. #04 pc 00012f91 /system/lib/libsurfaceflinger.so
  3793. #05 pc 0000e9e9 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+104)
  3794. #06 pc 0000e58b /system/lib/libutils.so
  3795. #07 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3796. #08 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3797.  
  3798. "EventThread" sysTid=840
  3799. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  3800. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  3801. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  3802. #03 pc 00012f15 /system/lib/libsurfaceflinger.so
  3803. #04 pc 00012f91 /system/lib/libsurfaceflinger.so
  3804. #05 pc 0000e9e9 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+104)
  3805. #06 pc 0000e58b /system/lib/libutils.so
  3806. #07 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3807. #08 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3808.  
  3809. "EventControl" sysTid=841
  3810. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  3811. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  3812. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  3813. #03 pc 00012259 /system/lib/libsurfaceflinger.so
  3814. #04 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3815. #05 pc 0000e58b /system/lib/libutils.so
  3816. #06 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3817. #07 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3818.  
  3819. "Binder_3" sysTid=1535
  3820. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3821. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3822. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3823. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3824. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3825. #05 pc 000219f9 /system/lib/libbinder.so
  3826. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3827. #07 pc 0000e58b /system/lib/libutils.so
  3828. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3829. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3830.  
  3831. "Binder_4" sysTid=1555
  3832. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3833. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3834. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3835. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3836. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3837. #05 pc 000219f9 /system/lib/libbinder.so
  3838. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3839. #07 pc 0000e58b /system/lib/libutils.so
  3840. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3841. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3842.  
  3843. "Binder_5" sysTid=11710
  3844. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3845. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3846. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3847. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3848. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3849. #05 pc 000219f9 /system/lib/libbinder.so
  3850. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3851. #07 pc 0000e58b /system/lib/libutils.so
  3852. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3853. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3854.  
  3855. ----- end 187 -----
  3856. c 00020558 /system/lib/libc.so (__ioctl+8)
  3857. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3858. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3859. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3860. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3861. #05 pc 000219f9 /system/lib/libbinder.so
  3862. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3863. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  3864. #08 pc 0000e58b /system/lib/libutils.so
  3865. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3866. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3867. at dalvik.system.NativeStart.run(Native Method)
  3868.  
  3869. "Binder_5" prio=5 tid=24 NATIVE
  3870. | group="main" sCount=1 dsCount=0 obj=0x42eb4d60 self=0x739671c8
  3871. | sysTid=8431 nice=0 sched=0/0 cgrp=apps handle=1939155760
  3872. | state=S schedstat=( 0 0 0 ) utm=153 stm=77 core=0
  3873. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3874. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3875. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3876. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3877. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3878. #05 pc 000219f9 /system/lib/libbinder.so
  3879. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3880. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  3881. #08 pc 0000e58b /system/lib/libutils.so
  3882. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3883. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3884. at dalvik.system.NativeStart.run(Native Method)
  3885.  
  3886. "MAML RenderThread" prio=5 tid=23 TIMED_WAIT
  3887. | group="main" sCount=1 dsCount=0 obj=0x41a79238 self=0x7094bca0
  3888. | sysTid=4087 nice=0 sched=0/0 cgrp=apps handle=1939367736
  3889. | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=0
  3890. at java.lang.Object.wait(Native Method)
  3891. - waiting on <0x42e3e468> (a java.lang.Object)
  3892. at java.lang.Object.wait(Object.java:401)
  3893. at miui.maml.RenderThread.waitSleep(RenderThread.java:203)
  3894. at miui.maml.RenderThread.run(RenderThread.java:170)
  3895.  
  3896. "ScreenshotLoadThread" prio=5 tid=21 NATIVE
  3897. | group="main" sCount=1 dsCount=0 obj=0x4302d650 self=0x73035b60
  3898. | sysTid=3454 nice=0 sched=0/0 cgrp=apps handle=1939445496
  3899. | state=S schedstat=( 0 0 0 ) utm=43 stm=12 core=0
  3900. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  3901. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  3902. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  3903. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  3904. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  3905. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  3906. #06 pc 000267e0 /system/lib/libdvm.so
  3907. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3908. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3909. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  3910. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  3911. #11 pc 00054b63 /system/lib/libdvm.so
  3912. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3913. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3914. at android.os.MessageQueue.nativePollOnce(Native Method)
  3915. at android.os.MessageQueue.next(MessageQueue.java:-1)
  3916. at android.os.Looper.loop(Looper.java:-1)
  3917. at android.os.HandlerThread.run(HandlerThread.java:-1)
  3918.  
  3919. "Binder_4" prio=5 tid=20 NATIVE
  3920. | group="main" sCount=1 dsCount=0 obj=0x43364f98 self=0x7059c3c0
  3921. | sysTid=1572 nice=0 sched=0/0 cgrp=apps handle=1889586464
  3922. | state=S schedstat=( 0 0 0 ) utm=174 stm=88 core=0
  3923. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3924. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3925. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3926. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3927. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3928. #05 pc 000219f9 /system/lib/libbinder.so
  3929. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3930. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  3931. #08 pc 0000e58b /system/lib/libutils.so
  3932. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3933. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3934. at dalvik.system.NativeStart.run(Native Method)
  3935.  
  3936. "RSMessageThread" prio=5 tid=19 NATIVE
  3937. | group="main" sCount=1 dsCount=0 obj=0x41b1f948 self=0x726c6810
  3938. | sysTid=1529 nice=0 sched=0/0 cgrp=apps handle=1919708264
  3939. | state=S schedstat=( 0 0 0 ) utm=6 stm=0 core=1
  3940. #00 pc 000212ec /system/lib/libc.so (recvfrom+16)
  3941. #01 pc 0002e381 /system/lib/libc.so (recv+8)
  3942. #02 pc 0001f647 /system/lib/libRS.so (android::renderscript::FifoSocket::read(void*, unsigned int)+22)
  3943. #03 pc 00028c21 /system/lib/libRS.so (android::renderscript::ThreadIO::getClientHeader(unsigned int*, unsigned int*)+16)
  3944. #04 pc 0001e16f /system/lib/libRS.so (android::renderscript::rsi_ContextPeekMessage(android::renderscript::Context*, unsigned int*, unsigned int, unsigned int*, unsigned int)+10)
  3945. #05 pc 00029633 /system/lib/libRS.so (rsContextPeekMessage+14)
  3946. #06 pc 00003e53 /system/lib/librs_jni.so
  3947. #07 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  3948. #08 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  3949. #09 pc 000267e0 /system/lib/libdvm.so
  3950. #10 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3951. #11 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3952. #12 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  3953. #13 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  3954. #14 pc 00054b63 /system/lib/libdvm.so
  3955. #15 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3956. #16 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3957. at android.renderscript.RenderScript.nContextPeekMessage(Native Method)
  3958. at android.renderscript.RenderScript$MessageThread.run(RenderScript.java:-1)
  3959.  
  3960. "Binder_3" prio=5 tid=18 NATIVE
  3961. | group="main" sCount=1 dsCount=0 obj=0x431c4c28 self=0x726c7280
  3962. | sysTid=1514 nice=0 sched=0/0 cgrp=apps handle=1919709240
  3963. | state=S schedstat=( 0 0 0 ) utm=181 stm=93 core=0
  3964. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  3965. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  3966. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  3967. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  3968. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  3969. #05 pc 000219f9 /system/lib/libbinder.so
  3970. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  3971. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  3972. #08 pc 0000e58b /system/lib/libutils.so
  3973. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3974. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3975. at dalvik.system.NativeStart.run(Native Method)
  3976.  
  3977. "SystemUI StorageNotification" prio=5 tid=17 NATIVE
  3978. | group="main" sCount=1 dsCount=0 obj=0x42bb7b30 self=0x6fbadb38
  3979. | sysTid=1061 nice=0 sched=0/0 cgrp=apps handle=1874517904
  3980. | state=S schedstat=( 0 0 0 ) utm=5 stm=0 core=1
  3981. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  3982. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  3983. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  3984. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  3985. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  3986. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  3987. #06 pc 000267e0 /system/lib/libdvm.so
  3988. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  3989. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  3990. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  3991. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  3992. #11 pc 00054b63 /system/lib/libdvm.so
  3993. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  3994. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  3995. at android.os.MessageQueue.nativePollOnce(Native Method)
  3996. at android.os.MessageQueue.next(MessageQueue.java:-1)
  3997. at android.os.Looper.loop(Looper.java:-1)
  3998. at android.os.HandlerThread.run(HandlerThread.java:-1)
  3999.  
  4000. "WifiManager" prio=5 tid=16 NATIVE
  4001. | group="main" sCount=1 dsCount=0 obj=0x42b98b90 self=0x6fbaa2d0
  4002. | sysTid=1050 nice=0 sched=0/0 cgrp=apps handle=1874504784
  4003. | state=S schedstat=( 0 0 0 ) utm=22 stm=18 core=0
  4004. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  4005. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  4006. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  4007. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  4008. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  4009. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  4010. #06 pc 000267e0 /system/lib/libdvm.so
  4011. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  4012. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  4013. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  4014. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  4015. #11 pc 00054b63 /system/lib/libdvm.so
  4016. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4017. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4018. at android.os.MessageQueue.nativePollOnce(Native Method)
  4019. at android.os.MessageQueue.next(MessageQueue.java:-1)
  4020. at android.os.Looper.loop(Looper.java:-1)
  4021. at android.os.HandlerThread.run(HandlerThread.java:-1)
  4022.  
  4023. "SoundPoolThread" prio=5 tid=15 NATIVE
  4024. | group="main" sCount=1 dsCount=0 obj=0x42b5acb8 self=0x6fba8f20
  4025. | sysTid=1033 nice=0 sched=0/0 cgrp=apps handle=1874494032
  4026. | state=S schedstat=( 0 0 0 ) utm=4 stm=0 core=1
  4027. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  4028. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  4029. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  4030. #03 pc 00066589 /system/lib/libmedia.so
  4031. #04 pc 000665db /system/lib/libmedia.so (android::SoundPoolThread::read()+16)
  4032. #05 pc 00066753 /system/lib/libmedia.so (android::SoundPoolThread::run()+14)
  4033. #06 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  4034. #07 pc 0000e58b /system/lib/libutils.so
  4035. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4036. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4037. at dalvik.system.NativeStart.run(Native Method)
  4038.  
  4039. "SoundPool" prio=5 tid=14 NATIVE
  4040. | group="main" sCount=1 dsCount=0 obj=0x42b55df8 self=0x6fba85b0
  4041. | sysTid=1032 nice=0 sched=0/0 cgrp=apps handle=1874493448
  4042. | state=S schedstat=( 0 0 0 ) utm=3 stm=0 core=1
  4043. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  4044. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  4045. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  4046. #03 pc 0006614f /system/lib/libmedia.so (android::SoundPool::run()+20)
  4047. #04 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  4048. #05 pc 0000e58b /system/lib/libutils.so
  4049. #06 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4050. #07 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4051. at dalvik.system.NativeStart.run(Native Method)
  4052.  
  4053. "FileObserver" prio=5 tid=13 NATIVE
  4054. | group="main" sCount=1 dsCount=0 obj=0x42b532c8 self=0x6fb84018
  4055. | sysTid=1031 nice=0 sched=0/0 cgrp=apps handle=1874340512
  4056. | state=S schedstat=( 0 0 0 ) utm=9 stm=15 core=0
  4057. #00 pc 00020294 /system/lib/libc.so (read+8)
  4058. #01 pc 00089167 /system/lib/libandroid_runtime.so
  4059. #02 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  4060. #03 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  4061. #04 pc 000267e0 /system/lib/libdvm.so
  4062. #05 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  4063. #06 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  4064. #07 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  4065. #08 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  4066. #09 pc 00054b63 /system/lib/libdvm.so
  4067. #10 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4068. #11 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4069. at android.os.FileObserver$ObserverThread.observe(Native Method)
  4070. at android.os.FileObserver$ObserverThread.run(FileObserver.java:-1)
  4071.  
  4072. "local_job_dispatcher" prio=5 tid=12 NATIVE
  4073. | group="main" sCount=1 dsCount=0 obj=0x41b08c58 self=0x6fb854e8
  4074. | sysTid=1029 nice=0 sched=0/0 cgrp=apps handle=1874349304
  4075. | state=S schedstat=( 0 0 0 ) utm=38 stm=19 core=0
  4076. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  4077. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  4078. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  4079. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  4080. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  4081. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  4082. #06 pc 000267e0 /system/lib/libdvm.so
  4083. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  4084. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  4085. #09 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  4086. #10 pc 0005fef5 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  4087. #11 pc 00054b63 /system/lib/libdvm.so
  4088. #12 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4089. #13 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4090. at android.os.MessageQueue.nativePollOnce(Native Method)
  4091. at android.os.MessageQueue.next(MessageQueue.java:-1)
  4092. at android.os.Looper.loop(Looper.java:-1)
  4093. at android.os.HandlerThread.run(HandlerThread.java:-1)
  4094.  
  4095. "Binder_2" prio=5 tid=11 NATIVE
  4096. | group="main" sCount=1 dsCount=0 obj=0x41a71360 self=0x6f5d4250
  4097. | sysTid=999 nice=0 sched=0/0 cgrp=apps handle=1868382216
  4098. | state=S schedstat=( 0 0 0 ) utm=185 stm=91 core=0
  4099. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  4100. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  4101. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  4102. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  4103. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  4104. #05 pc 000219f9 /system/lib/libbinder.so
  4105. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  4106. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  4107. #08 pc 0000e58b /system/lib/libutils.so
  4108. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4109. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4110. at dalvik.system.NativeStart.run(Native Method)
  4111.  
  4112. "Binder_1" prio=5 tid=10 NATIVE
  4113. | group="main" sCount=1 dsCount=0 obj=0x41a71270 self=0x6c0b3648
  4114. | sysTid=997 nice=0 sched=0/0 cgrp=apps handle=1861008152
  4115. | state=S schedstat=( 0 0 0 ) utm=183 stm=88 core=0
  4116. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  4117. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  4118. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  4119. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  4120. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  4121. #05 pc 000219f9 /system/lib/libbinder.so
  4122. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  4123. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  4124. #08 pc 0000e58b /system/lib/libutils.so
  4125. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4126. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4127. at dalvik.system.NativeStart.run(Native Method)
  4128.  
  4129. "FinalizerWatchdogDaemon" daemon prio=5 tid=9 WAIT
  4130. | group="system" sCount=1 dsCount=0 obj=0x41a6c3c0 self=0x6eecb008
  4131. | sysTid=996 nice=0 sched=0/0 cgrp=apps handle=1861006432
  4132. | state=S schedstat=( 0 0 0 ) utm=2 stm=3 core=0
  4133. at java.lang.Object.wait(Native Method)
  4134. - waiting on <0x4171b068> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  4135. at java.lang.Object.wait(Object.java:364)
  4136. at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:230)
  4137. at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:207)
  4138. at java.lang.Thread.run(Thread.java:841)
  4139.  
  4140. "FinalizerDaemon" daemon prio=5 tid=8 WAIT
  4141. | group="system" sCount=1 dsCount=0 obj=0x41a6c268 self=0x6c09bc60
  4142. | sysTid=995 nice=0 sched=0/0 cgrp=apps handle=1812578488
  4143. | state=S schedstat=( 0 0 0 ) utm=171 stm=46 core=1
  4144. at java.lang.Object.wait(Native Method)
  4145. - waiting on <0x41700b68> (a java.lang.ref.ReferenceQueue)
  4146. at java.lang.Object.wait(Object.java:401)
  4147. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
  4148. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
  4149. at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
  4150. at java.lang.Thread.run(Thread.java:841)
  4151.  
  4152. "ReferenceQueueDaemon" daemon prio=5 tid=7 WAIT
  4153. | group="system" sCount=1 dsCount=0 obj=0x41a6c0a8 self=0x6c09b330
  4154. | sysTid=994 nice=0 sched=0/0 cgrp=apps handle=1812576136
  4155. | state=S schedstat=( 0 0 0 ) utm=49 stm=4 core=3
  4156. at java.lang.Object.wait(Native Method)
  4157. - waiting on <0x41700640>
  4158. at java.lang.Object.wait(Object.java:364)
  4159. at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:130)
  4160. at java.lang.Thread.run(Thread.java:841)
  4161.  
  4162. "Compiler" daemon prio=5 tid=6 VMWAIT
  4163. | group="system" sCount=1 dsCount=0 obj=0x41a6bfb8 self=0x6c09acd0
  4164. | sysTid=993 nice=0 sched=0/0 cgrp=apps handle=1812572808
  4165. | state=S schedstat=( 0 0 0 ) utm=107 stm=87 core=0
  4166. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  4167. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  4168. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  4169. #03 pc 00073943 /system/lib/libdvm.so
  4170. #04 pc 00054245 /system/lib/libdvm.so
  4171. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4172. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4173. at dalvik.system.NativeStart.run(Native Method)
  4174.  
  4175. "JDWP" daemon prio=5 tid=5 VMWAIT
  4176. | group="system" sCount=1 dsCount=0 obj=0x41a6bed0 self=0x6c09a428
  4177. | sysTid=992 nice=0 sched=0/0 cgrp=apps handle=1812570592
  4178. | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=3
  4179. #00 pc 000206a8 /system/lib/libc.so (select+20)
  4180. #01 pc 00060ddf /system/lib/libdvm.so
  4181. #02 pc 00063931 /system/lib/libdvm.so
  4182. #03 pc 00054245 /system/lib/libdvm.so
  4183. #04 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4184. #05 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4185. at dalvik.system.NativeStart.run(Native Method)
  4186.  
  4187. "Signal Catcher" daemon prio=5 tid=4 RUNNABLE
  4188. | group="system" sCount=0 dsCount=0 obj=0x41a6bdd8 self=0x415e8028
  4189. | sysTid=991 nice=0 sched=0/0 cgrp=apps handle=1780904256
  4190. | state=R schedstat=( 0 0 0 ) utm=19 stm=20 core=2
  4191. at dalvik.system.NativeStart.run(Native Method)
  4192.  
  4193. "GC" daemon prio=5 tid=3 VMWAIT
  4194. | group="system" sCount=1 dsCount=0 obj=0x41a6bcf8 self=0x68de4810
  4195. | sysTid=990 nice=0 sched=0/0 cgrp=apps handle=1812592968
  4196. | state=S schedstat=( 0 0 0 ) utm=1539 stm=274 core=2
  4197. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  4198. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  4199. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  4200. #03 pc 0007226d /system/lib/libdvm.so
  4201. #04 pc 00054245 /system/lib/libdvm.so
  4202. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4203. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4204. at dalvik.system.NativeStart.run(Native Method)
  4205.  
  4206. "HeapMon" daemon prio=5 tid=2 VMWAIT
  4207. | group="system" sCount=1 dsCount=0 obj=0x41a6bc08 self=0x6eeca9e0
  4208. | sysTid=989 nice=0 sched=0/0 cgrp=apps handle=1812561392
  4209. | state=S schedstat=( 0 0 0 ) utm=35 stm=137 core=0
  4210. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  4211. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  4212. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  4213. #03 pc 000010eb /system/vendor/lib/libnvopt_dvm.so
  4214. #04 pc 00054245 /system/lib/libdvm.so
  4215. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4216. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4217. at dalvik.system.NativeStart.run(Native Method)
  4218.  
  4219. NATIVE THREADS:
  4220. "ndroid.systemui" sysTid=1523 nice=-4 sched=0/0 cgrp=apps
  4221. | state=S schedstat=( 0 0 0 ) utm=45 stm=4 core=2
  4222.  
  4223. "ndroid.systemui" sysTid=1524 nice=-4 sched=0/0 cgrp=apps
  4224. | state=S schedstat=( 0 0 0 ) utm=39 stm=1 core=3
  4225.  
  4226. "ndroid.systemui" sysTid=1525 nice=-4 sched=0/0 cgrp=apps
  4227. | state=S schedstat=( 0 0 0 ) utm=44 stm=0 core=0
  4228.  
  4229. "ndroid.systemui" sysTid=1526 nice=-4 sched=0/0 cgrp=apps
  4230. | state=S schedstat=( 0 0 0 ) utm=43 stm=0 core=1
  4231.  
  4232. "AudioTrack" sysTid=14878 nice=-16 sched=0/0 cgrp=apps
  4233. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  4234.  
  4235. ----- end 986 -----
  4236.  
  4237.  
  4238. ----- pid 191 at 2016-03-10 18:07:47 -----
  4239. Cmd line: /system/bin/mediaserver
  4240.  
  4241. "mediaserver" sysTid=191
  4242. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  4243. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  4244. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  4245. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  4246. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  4247. #05 pc 00001b57 /system/bin/mediaserver
  4248. #06 pc 0000e39f /system/lib/libc.so (__libc_init+50)
  4249. #07 pc 000015b0 /system/bin/mediaserver
  4250.  
  4251. "mediaserver" sysTid=763
  4252. #00 pc 00021790 /system/lib/libc.so (poll+8)
  4253. #01 pc 007d185c /system/vendor/lib/libcuda.so
  4254.  
  4255. "ApmTone" sysTid=908
  4256. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  4257. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  4258. #02 pc 00019ff1 /system/lib/libaudioflinger.so
  4259. #03 pc 0002894b /system/lib/libaudioflinger.so
  4260. #04 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  4261. #05 pc 0000e58b /system/lib/libutils.so
  4262. #06 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4263. #07 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4264.  
  4265. "ApmAudio" sysTid=909
  4266. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  4267. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  4268. #02 pc 00019ff1 /system/lib/libaudioflinger.so
  4269. #03 pc 0002894b /system/lib/libaudioflinger.so
  4270. #04 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  4271. #05 pc 0000e58b /system/lib/libutils.so
  4272. #06 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4273. #07 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4274.  
  4275. "ApmOutput" sysTid=910
  4276. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  4277. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  4278. #02 pc 00019ff1 /system/lib/libaudioflinger.so
  4279. #03 pc 0002894b /system/lib/libaudioflinger.so
  4280. #04 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  4281. #05 pc 0000e58b /system/lib/libutils.so
  4282. #06 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4283. #07 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4284.  
  4285. "Binder_1" sysTid=930
  4286. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  4287. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  4288. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  4289. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  4290. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  4291. #05 pc 000219f9 /system/lib/libbinder.so
  4292. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  4293. #07 pc 0000e58b /system/lib/libutils.so
  4294. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4295. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4296.  
  4297. "Binder_2" sysTid=931
  4298. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  4299. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  4300. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  4301. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  4302. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  4303. #05 pc 000219f9 /system/lib/libbinder.so
  4304. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  4305. #07 pc 0000e58b /system/lib/libutils.so
  4306. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4307. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4308.  
  4309. "AudioOut_2" sysTid=932
  4310. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  4311. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  4312. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  4313. #03 pc 00019fb9 /system/lib/libaudioflinger.so
  4314. #04 pc 0001db95 /system/lib/libaudioflinger.so
  4315. #05 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  4316. #06 pc 0000e58b /system/lib/libutils.so
  4317. #07 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4318. #08 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4319.  
  4320. "Binder_3" sysTid=7527
  4321. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  4322. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  4323. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  4324. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  4325. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  4326. #05 pc 000219f9 /system/lib/libbinder.so
  4327. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  4328. #07 pc 0000e58b /system/lib/libutils.so
  4329. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4330. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4331.  
  4332. "Binder_4" sysTid=7528
  4333. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  4334. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  4335. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  4336. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  4337. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  4338. #05 pc 000219f9 /system/lib/libbinder.so
  4339. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  4340. #07 pc 0000e58b /system/lib/libutils.so
  4341. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4342. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4343.  
  4344. "Binder_5" sysTid=13491
  4345. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  4346. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  4347. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  4348. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  4349. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  4350. #05 pc 000219f9 /system/lib/libbinder.so
  4351. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  4352. #07 pc 0000e58b /system/lib/libutils.so
  4353. #08 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4354. #09 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4355.  
  4356. ----- end 191 -----
  4357.  
  4358.  
  4359. ----- pid 222 at 2016-03-10 18:07:48 -----
  4360. Cmd line: /system/bin/sdcard
  4361.  
  4362. "sdcard" sysTid=222
  4363. #00 pc 00020294 /system/lib/libc.so (read+8)
  4364. #01 pc 00002f87 /system/bin/sdcard
  4365. #02 pc 00003267 /system/bin/sdcard
  4366. #03 pc 0000e39f /system/lib/libc.so (__libc_init+50)
  4367. #04 pc 00001388 /system/bin/sdcard
  4368.  
  4369. "sdcard" sysTid=251
  4370. #00 pc 00020294 /system/lib/libc.so (read+8)
  4371. #01 pc 00002831 /system/bin/sdcard
  4372. #02 pc 000030b3 /system/bin/sdcard
  4373. #03 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4374. #04 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4375.  
  4376. "sdcard" sysTid=252
  4377. #00 pc 00020294 /system/lib/libc.so (read+8)
  4378. #01 pc 00002831 /system/bin/sdcard
  4379. #02 pc 000030b3 /system/bin/sdcard
  4380. #03 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4381. #04 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4382.  
  4383. ----- end 222 -----
  4384.  
  4385.  
  4386. ----- pid 25644 at 2016-03-10 18:07:49 -----
  4387. Cmd line: com.klinker.android.twitter
  4388.  
  4389. JNI: CheckJNI is off; workarounds are off; pins=0; globals=270
  4390.  
  4391. DALVIK THREADS:
  4392. (mutexes: tll=0 tsl=0 tscl=0 ghl=0)
  4393.  
  4394. "main" prio=5 tid=1 NATIVE
  4395. | group="main" sCount=1 dsCount=0 obj=0x4170ed68 self=0x415284e8
  4396. | sysTid=25644 nice=0 sched=0/0 cgrp=apps/bg_non_interactive handle=1074356564
  4397. | state=S schedstat=( 0 0 0 ) utm=2 stm=2 core=3
  4398. #00 pc 0002170c /system/lib/libc.so (epoll_wait+12)
  4399. #01 pc 00010723 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  4400. #02 pc 0001094d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  4401. #03 pc 0006ba29 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  4402. #04 pc 0001d3cc /system/lib/libdvm.so (dvmPlatformInvoke+112)
  4403. #05 pc 0004d9ab /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
  4404. #06 pc 000267e0 /system/lib/libdvm.so
  4405. #07 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  4406. #08 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  4407. #09 pc 000601b5 /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+392)
  4408. #10 pc 00068153 /system/lib/libdvm.so
  4409. #11 pc 000267e0 /system/lib/libdvm.so
  4410. #12 pc 0002d85c /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  4411. #13 pc 0002aec0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  4412. #14 pc 0005fed1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
  4413. #15 pc 00049593 /system/lib/libdvm.so
  4414. #16 pc 0004e323 /system/lib/libandroid_runtime.so
  4415. #17 pc 0004f04f /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*, bool)+358)
  4416. #18 pc 000010c3 /system/bin/app_process
  4417. #19 pc 0000e39f /system/lib/libc.so (__libc_init+50)
  4418. #20 pc 00000dac /system/bin/app_process
  4419. at android.os.MessageQueue.nativePollOnce(Native Method)
  4420. at android.os.MessageQueue.next(MessageQueue.java:-1)
  4421. at android.os.Looper.loop(Looper.java:-1)
  4422. at android.app.ActivityThread.main(ActivityThread.java:-1)
  4423. at java.lang.reflect.Method.invokeNative(Native Method)
  4424. at java.lang.reflect.Method.invoke(Method.java:515)
  4425. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:788)
  4426. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:604)
  4427. at dalvik.system.NativeStart.main(Native Method)
  4428.  
  4429. "OkHttp ConnectionPool" daemon prio=5 tid=17 TIMED_WAIT
  4430. | group="main" sCount=1 dsCount=0 obj=0x41c49c58 self=0x708d6800
  4431. | sysTid=25666 nice=0 sched=0/0 cgrp=apps/bg_non_interactive handle=1878812280
  4432. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  4433. at java.lang.Object.wait(Native Method)
  4434. - waiting on <0x41c49d30> (a java.lang.VMThread) held by tid=17 (OkHttp ConnectionPool)
  4435. at java.lang.Thread.parkFor(Thread.java:1205)
  4436. at sun.misc.Unsafe.park(Unsafe.java:325)
  4437. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:197)
  4438. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2056)
  4439. at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:435)
  4440. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  4441. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  4442. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  4443. at java.lang.Thread.run(Thread.java:841)
  4444.  
  4445. "AsyncTask #2" prio=5 tid=13 WAIT
  4446. | group="main" sCount=1 dsCount=0 obj=0x41b0ad70 self=0x6f834008
  4447. | sysTid=25665 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1870835936
  4448. | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=0
  4449. at java.lang.Object.wait(Native Method)
  4450. - waiting on <0x41b0ae90> (a java.lang.VMThread) held by tid=13 (AsyncTask #2)
  4451. at java.lang.Thread.parkFor(Thread.java:1205)
  4452. at sun.misc.Unsafe.park(Unsafe.java:325)
  4453. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  4454. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  4455. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  4456. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  4457. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  4458. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  4459. at java.lang.Thread.run(Thread.java:841)
  4460.  
  4461. "AsyncTask #1" prio=5 tid=12 WAIT
  4462. | group="main" sCount=1 dsCount=0 obj=0x41a858d8 self=0x6f82a838
  4463. | sysTid=25658 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1870834832
  4464. | state=S schedstat=( 0 0 0 ) utm=2 stm=1 core=0
  4465. at java.lang.Object.wait(Native Method)
  4466. - waiting on <0x41a85a70> (a java.lang.VMThread) held by tid=12 (AsyncTask #1)
  4467. at java.lang.Thread.parkFor(Thread.java:1205)
  4468. at sun.misc.Unsafe.park(Unsafe.java:325)
  4469. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
  4470. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
  4471. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
  4472. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
  4473. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
  4474. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
  4475. at java.lang.Thread.run(Thread.java:841)
  4476.  
  4477. "Binder_2" prio=5 tid=11 NATIVE
  4478. | group="main" sCount=1 dsCount=0 obj=0x41a78728 self=0x6f5cf3c8
  4479. | sysTid=25657 nice=0 sched=0/0 cgrp=apps handle=1780909408
  4480. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1
  4481. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  4482. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  4483. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  4484. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  4485. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  4486. #05 pc 000219f9 /system/lib/libbinder.so
  4487. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  4488. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  4489. #08 pc 0000e58b /system/lib/libutils.so
  4490. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4491. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4492. at dalvik.system.NativeStart.run(Native Method)
  4493.  
  4494. "Binder_1" prio=5 tid=10 NATIVE
  4495. | group="main" sCount=1 dsCount=0 obj=0x41a713b0 self=0x6c0b3a78
  4496. | sysTid=25655 nice=0 sched=0/0 cgrp=apps handle=1861008216
  4497. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2
  4498. #00 pc 00020558 /system/lib/libc.so (__ioctl+8)
  4499. #01 pc 0002d30f /system/lib/libc.so (ioctl+14)
  4500. #02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
  4501. #03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
  4502. #04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
  4503. #05 pc 000219f9 /system/lib/libbinder.so
  4504. #06 pc 0000ea59 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
  4505. #07 pc 0004e2bd /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
  4506. #08 pc 0000e58b /system/lib/libutils.so
  4507. #09 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4508. #10 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4509. at dalvik.system.NativeStart.run(Native Method)
  4510.  
  4511. "FinalizerWatchdogDaemon" daemon prio=5 tid=9 WAIT
  4512. | group="system" sCount=1 dsCount=0 obj=0x41a6b558 self=0x6eecb008
  4513. | sysTid=25654 nice=0 sched=0/0 cgrp=apps/bg_non_interactive handle=1861006432
  4514. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  4515. at java.lang.Object.wait(Native Method)
  4516. - waiting on <0x4171b068> (a java.lang.Daemons$FinalizerWatchdogDaemon)
  4517. at java.lang.Object.wait(Object.java:364)
  4518. at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:230)
  4519. at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:207)
  4520. at java.lang.Thread.run(Thread.java:841)
  4521.  
  4522. "FinalizerDaemon" daemon prio=5 tid=8 WAIT
  4523. | group="system" sCount=1 dsCount=0 obj=0x41a6b400 self=0x6c09bc60
  4524. | sysTid=25653 nice=0 sched=0/0 cgrp=apps/bg_non_interactive handle=1812578488
  4525. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  4526. at java.lang.Object.wait(Native Method)
  4527. - waiting on <0x41700b68> (a java.lang.ref.ReferenceQueue)
  4528. at java.lang.Object.wait(Object.java:401)
  4529. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
  4530. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
  4531. at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
  4532. at java.lang.Thread.run(Thread.java:841)
  4533.  
  4534. "ReferenceQueueDaemon" daemon prio=5 tid=7 WAIT
  4535. | group="system" sCount=1 dsCount=0 obj=0x41a6b240 self=0x6c09b330
  4536. | sysTid=25652 nice=0 sched=0/0 cgrp=apps/bg_non_interactive handle=1812576136
  4537. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  4538. at java.lang.Object.wait(Native Method)
  4539. - waiting on <0x41700640>
  4540. at java.lang.Object.wait(Object.java:364)
  4541. at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:130)
  4542. at java.lang.Thread.run(Thread.java:841)
  4543.  
  4544. "Compiler" daemon prio=5 tid=6 VMWAIT
  4545. | group="system" sCount=1 dsCount=0 obj=0x41a6b150 self=0x6c09acd0
  4546. | sysTid=25651 nice=0 sched=0/0 cgrp=apps/bg_non_interactive handle=1812572808
  4547. | state=S schedstat=( 0 0 0 ) utm=9 stm=7 core=2
  4548. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  4549. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  4550. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  4551. #03 pc 00073943 /system/lib/libdvm.so
  4552. #04 pc 00054245 /system/lib/libdvm.so
  4553. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4554. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4555. at dalvik.system.NativeStart.run(Native Method)
  4556.  
  4557. "JDWP" daemon prio=5 tid=5 VMWAIT
  4558. | group="system" sCount=1 dsCount=0 obj=0x41a6b068 self=0x6c09a428
  4559. | sysTid=25650 nice=0 sched=0/0 cgrp=apps/bg_non_interactive handle=1812570592
  4560. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  4561. #00 pc 000206a8 /system/lib/libc.so (select+20)
  4562. #01 pc 00060ddf /system/lib/libdvm.so
  4563. #02 pc 00063931 /system/lib/libdvm.so
  4564. #03 pc 00054245 /system/lib/libdvm.so
  4565. #04 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4566. #05 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4567. at dalvik.system.NativeStart.run(Native Method)
  4568.  
  4569. "Signal Catcher" daemon prio=5 tid=4 RUNNABLE
  4570. | group="system" sCount=0 dsCount=0 obj=0x41a75058 self=0x6c09f548
  4571. | sysTid=25649 nice=0 sched=0/0 cgrp=apps/bg_non_interactive handle=1780904256
  4572. | state=R schedstat=( 0 0 0 ) utm=0 stm=1 core=1
  4573. at dalvik.system.NativeStart.run(Native Method)
  4574.  
  4575. "GC" daemon prio=5 tid=3 VMWAIT
  4576. | group="system" sCount=1 dsCount=0 obj=0x41a74f78 self=0x68de4810
  4577. | sysTid=25648 nice=0 sched=0/0 cgrp=apps/bg_non_interactive handle=1096712232
  4578. | state=S schedstat=( 0 0 0 ) utm=1 stm=9 core=0
  4579. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  4580. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  4581. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  4582. #03 pc 0007226d /system/lib/libdvm.so
  4583. #04 pc 00054245 /system/lib/libdvm.so
  4584. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4585. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4586. at dalvik.system.NativeStart.run(Native Method)
  4587.  
  4588. "HeapMon" daemon prio=5 tid=2 VMWAIT
  4589. | group="system" sCount=1 dsCount=0 obj=0x41a74e88 self=0x6eeca9e0
  4590. | sysTid=25647 nice=0 sched=0/0 cgrp=apps/bg_non_interactive handle=1812561392
  4591. | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0
  4592. #00 pc 000218fc /system/lib/libc.so (__futex_syscall3+8)
  4593. #01 pc 0000ef14 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
  4594. #02 pc 0000ef74 /system/lib/libc.so (__pthread_cond_timedwait+64)
  4595. #03 pc 000010eb /system/vendor/lib/libnvopt_dvm.so
  4596. #04 pc 00054245 /system/lib/libdvm.so
  4597. #05 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
  4598. #06 pc 0000d358 /system/lib/libc.so (pthread_create+240)
  4599. at dalvik.system.NativeStart.run(Native Method)
  4600.  
  4601. ----- end 25644 -----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement