Skip to content

Instantly share code, notes, and snippets.

@ybonnel
Created February 6, 2014 07:41
Show Gist options
  • Save ybonnel/8839863 to your computer and use it in GitHub Desktop.
Save ybonnel/8839863 to your computer and use it in GitHub Desktop.
Strange ANR on Android
----- pid 10319 at 2014-02-05 20:03:55 -----
Cmd line: fr.ybo.transportsrennes
JNI: CheckJNI is off; workarounds are off; pins=0; globals=150
DALVIK THREADS:
(mutexes: tll=0 tsl=0 tscl=0 ghl=0)
"AsyncTask #1" prio=5 tid=10 WAIT
| group="main" sCount=1 dsCount=0 obj=0x426aa108 self=0x52497008
| sysTid=10333 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1380547192
| state=S schedstat=( 4363041 1450084 8 ) utm=0 stm=0 core=3
at java.lang.Object.wait(Native Method)
- waiting on <0x426aa2a0> (a java.lang.VMThread) held by tid=10 (AsyncTask #1)
at java.lang.Thread.parkFor(Thread.java:1205)
at sun.misc.Unsafe.park(Unsafe.java:325)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:841)
"Thread-33211" prio=10 tid=1 VMWAIT
| group="main" sCount=1 dsCount=0 obj=0x4268dc50 self=0x41a726a8
| sysTid=10319 nice=-16 sched=0/0 cgrp=apps handle=1074634748
| state=S schedstat=( 195549793 14771162 287 ) utm=11 stm=8 core=1
#00 pc 0001c82c /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000e7bc /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000e81c /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0004aef3 /system/lib/libdvm.so
#04 pc 00056009 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+440)
#05 pc 0000105b /system/bin/app_process
#06 pc 0000dc4f /system/lib/libc.so (__libc_init+50)
#07 pc 00000d7c /system/bin/app_process
at dalvik.system.NativeStart.run(Native Method)
"Binder_2" prio=5 tid=9 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42666b90 self=0x41a4a458
| sysTid=10330 nice=0 sched=0/0 cgrp=apps handle=1101308432
| state=S schedstat=( 1373457 173709 6 ) utm=0 stm=0 core=2
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"Binder_1" prio=5 tid=8 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426669f0 self=0x593e6a38
| sysTid=10329 nice=0 sched=0/0 cgrp=apps handle=1497262064
| state=S schedstat=( 3948912 3066631 90 ) utm=0 stm=0 core=0
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"FinalizerWatchdogDaemon" daemon prio=5 tid=7 WAIT
| group="system" sCount=1 dsCount=0 obj=0x426638e0 self=0x593e5f50
| sysTid=10328 nice=0 sched=0/0 cgrp=apps handle=1497260960
| state=S schedstat=( 344500 1012875 6 ) utm=0 stm=0 core=3
at java.lang.Object.wait(Native Method)
- waiting on <0x41c17908> (a java.lang.Daemons$FinalizerWatchdogDaemon)
at java.lang.Object.wait(Object.java:364)
at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:230)
at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:207)
at java.lang.Thread.run(Thread.java:841)
"FinalizerDaemon" daemon prio=5 tid=6 WAIT
| group="system" sCount=1 dsCount=0 obj=0x42663788 self=0x593e58f8
| sysTid=10327 nice=0 sched=0/0 cgrp=apps handle=1074236080
| state=S schedstat=( 1029625 251333 6 ) utm=0 stm=0 core=3
at java.lang.Object.wait(Native Method)
- waiting on <0x41c00568> (a java.lang.ref.ReferenceQueue)
at java.lang.Object.wait(Object.java:401)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170)
at java.lang.Thread.run(Thread.java:841)
"ReferenceQueueDaemon" daemon prio=5 tid=5 WAIT
| group="system" sCount=1 dsCount=0 obj=0x42663620 self=0x40078210
| sysTid=10326 nice=0 sched=0/0 cgrp=apps handle=1074234976
| state=S schedstat=( 334751 24000 8 ) utm=0 stm=0 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x41c00490>
at java.lang.Object.wait(Object.java:364)
at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:130)
at java.lang.Thread.run(Thread.java:841)
"Compiler" daemon prio=5 tid=4 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x42663530 self=0x40015458
| sysTid=10325 nice=0 sched=0/0 cgrp=apps handle=1073828368
| state=S schedstat=( 738667 0 2 ) utm=0 stm=0 core=0
#00 pc 0001c82c /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000e7bc /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000e81c /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00073eb5 /system/lib/libdvm.so
#04 pc 00054f0d /system/lib/libdvm.so
#05 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"Signal Catcher" daemon prio=5 tid=3 RUNNABLE
| group="system" sCount=0 dsCount=0 obj=0x42662ff8 self=0x52013710
| sysTid=10324 nice=0 sched=0/0 cgrp=apps handle=1375810760
| state=R schedstat=( 14649958 522459 19 ) utm=0 stm=0 core=1
at dalvik.system.NativeStart.run(Native Method)
"GC" daemon prio=5 tid=2 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x42662f18 self=0x599f8b30
| sysTid=10323 nice=0 sched=0/0 cgrp=apps handle=1496589032
| state=S schedstat=( 38821082 7127709 37 ) utm=3 stm=0 core=0
#00 pc 0001c82c /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000e7bc /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000e81c /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 000729ab /system/lib/libdvm.so
#04 pc 00054f0d /system/lib/libdvm.so
#05 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
----- end 10319 -----
----- pid 2354 at 2014-02-05 20:03:55 -----
Cmd line: system_server
JNI: CheckJNI is off; workarounds are off; pins=4; globals=2408 (plus 199 weak)
DALVIK THREADS:
(mutexes: tll=0 tsl=0 tscl=0 ghl=0)
"main" prio=5 tid=1 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41c0f578 self=0x41a726a8
| sysTid=2354 nice=0 sched=0/0 cgrp=apps handle=1074634748
| state=S schedstat=( 234982086502 399043366703 705050 ) utm=17908 stm=5589 core=1
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 00001471 /system/lib/libsystem_server.so (system_init+408)
#05 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#06 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#07 pc 00027860 /system/lib/libdvm.so
#08 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 00060d2b /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+350)
#10 pc 000689ab /system/lib/libdvm.so
#11 pc 00027860 /system/lib/libdvm.so
#12 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#13 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#14 pc 0004a4fb /system/lib/libdvm.so
#15 pc 00054aa3 /system/lib/libandroid_runtime.so
#16 pc 00055fcb /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+378)
#17 pc 0000105b /system/bin/app_process
#18 pc 0000dc4f /system/lib/libc.so (__libc_init+50)
#19 pc 00000d7c /system/bin/app_process
at com.android.server.SystemServer.init1(Native Method)
at com.android.server.SystemServer.main(SystemServer.java:2012)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1046)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:862)
at dalvik.system.NativeStart.main(Native Method)
"GLThread 6273" prio=5 tid=79 WAIT
| group="main" sCount=1 dsCount=0 obj=0x4400c790 self=0x661ed7b0
| sysTid=9736 nice=0 sched=0/0 cgrp=apps handle=1629865488
| state=S schedstat=( 1276751888 1013050242 3662 ) utm=124 stm=3 core=3
at java.lang.Object.wait(Native Method)
- waiting on <0x42789b58> (a android.opengl.GLSurfaceView$GLThreadManager)
at java.lang.Object.wait(Object.java:364)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1466)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1248)
"IPC Thread" prio=5 tid=81 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43edddb8 self=0x5c897d70
| sysTid=19958 nice=0 sched=0/0 cgrp=apps handle=1504847712
| state=S schedstat=( 1227759154 301093555533 30664 ) utm=50 stm=72 core=0
#00 pc 0001b68c /system/lib/libc.so (select+20)
#01 pc 0000b069 /system/lib/hw/gps.default.so (broadcom::SelectManager::PerformOneWaitAndProcess()+456)
#02 pc 00007379 /system/lib/hw/gps.default.so (broadcom::ipc_thread_proc(void*)+8)
#03 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#04 pc 00011871 /system/lib/libutils.so
#05 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"SyncHandler-0" prio=5 tid=110 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43ef9908 self=0x5c8a3930
| sysTid=13003 nice=0 sched=0/0 cgrp=apps handle=1499900672
| state=S schedstat=( 537433591 323588705285 29897 ) utm=16 stm=37 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"RemoteViewsAdapter-cachePruner" prio=5 tid=109 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43ec3738 self=0x67c4fac8
| sysTid=32605 nice=0 sched=0/0 cgrp=apps handle=1563632064
| state=S schedstat=( 588914959 340313416421 31545 ) utm=15 stm=43 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Binder_10" prio=5 tid=126 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43f0f310 self=0x5bcedce8
| sysTid=21211 nice=0 sched=0/0 cgrp=apps handle=1540283040
| state=S schedstat=( 192657670761 477939125385 597149 ) utm=14782 stm=4483 core=1
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"Binder_F" prio=5 tid=125 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43758448 self=0x5ca37920
| sysTid=20479 nice=0 sched=0/0 cgrp=apps handle=1527870168
| state=S schedstat=( 208880623102 478894406325 602117 ) utm=15928 stm=4959 core=3
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"Binder_E" prio=5 tid=124 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42ef7e88 self=0x59738720
| sysTid=7778 nice=0 sched=0/0 cgrp=apps handle=1473103040
| state=S schedstat=( 206831216941 494275764016 629748 ) utm=15922 stm=4760 core=1
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"AsyncTask #5" prio=5 tid=119 WAIT
| group="main" sCount=1 dsCount=0 obj=0x43c4e528 self=0x5b4eac88
| sysTid=6928 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1528384224
| state=S schedstat=( 1127596060 1499094204862 39160 ) utm=38 stm=74 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x4270eda0> (a java.lang.VMThread) held by tid=119 (AsyncTask #5)
at java.lang.Thread.parkFor(Thread.java:1205)
at sun.misc.Unsafe.park(Unsafe.java:325)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:841)
"Binder_D" prio=5 tid=118 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42fcddf8 self=0x5be560b8
| sysTid=6362 nice=0 sched=0/0 cgrp=apps handle=1560650496
| state=S schedstat=( 202690665074 496632620834 631086 ) utm=15401 stm=4867 core=1
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"AsyncTask #4" prio=5 tid=117 WAIT
| group="main" sCount=1 dsCount=0 obj=0x43ce9848 self=0x5d3fd708
| sysTid=4988 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1564471560
| state=S schedstat=( 960833088 1218377173051 39546 ) utm=28 stm=67 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x43ce9968> (a java.lang.VMThread) held by tid=117 (AsyncTask #4)
at java.lang.Thread.parkFor(Thread.java:1205)
at sun.misc.Unsafe.park(Unsafe.java:325)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:841)
"Binder_C" prio=5 tid=116 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x427ae520 self=0x5a838978
| sysTid=4160 nice=0 sched=0/0 cgrp=apps handle=1526560568
| state=S schedstat=( 217376800838 504356071078 641811 ) utm=16760 stm=4977 core=3
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"Binder_B" prio=5 tid=115 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43b137f8 self=0x5bcfefc8
| sysTid=4159 nice=0 sched=0/0 cgrp=apps handle=1504016816
| state=S schedstat=( 231709972049 508645286269 668369 ) utm=17652 stm=5518 core=3
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"DrmEventService" prio=5 tid=112 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42a65588 self=0x59b3c348
| sysTid=3965 nice=-2 sched=0/0 cgrp=apps handle=1540347536
| state=S schedstat=( 581174578 375602685431 36049 ) utm=13 stm=44 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"DrmManagerClient.EventHandler" prio=5 tid=114 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43a3e6a0 self=0x5b4e8008
| sysTid=3954 nice=0 sched=0/0 cgrp=apps handle=1531872344
| state=S schedstat=( 572902670 381875135068 35822 ) utm=14 stm=44 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"DrmManagerClient.InfoHandler" prio=5 tid=113 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43be5030 self=0x5afd2748
| sysTid=3953 nice=0 sched=0/0 cgrp=apps handle=1527765672
| state=S schedstat=( 577616015 377150156598 35626 ) utm=19 stm=38 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"AsyncTask #3" prio=5 tid=111 WAIT
| group="main" sCount=1 dsCount=0 obj=0x43bde2a8 self=0x59735078
| sysTid=3375 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1500730568
| state=S schedstat=( 1130579498 1550690430123 40325 ) utm=38 stm=74 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x43bd3a18> (a java.lang.VMThread) held by tid=111 (AsyncTask #3)
at java.lang.Thread.parkFor(Thread.java:1205)
at sun.misc.Unsafe.park(Unsafe.java:325)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:841)
"SoundPool" prio=5 tid=107 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43bfd4b0 self=0x5b09dc98
| sysTid=3213 nice=0 sched=0/0 cgrp=apps handle=1496720160
| state=S schedstat=( 409251794 371522024289 35369 ) utm=2 stm=39 core=0
#00 pc 0001c82c /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000e7bc /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000e81c /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00072b0b /system/lib/libmedia.so (android::SoundPool::run()+20)
#04 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#05 pc 00011871 /system/lib/libutils.so
#06 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#07 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"SoundPoolThread" prio=5 tid=108 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43b97e00 self=0x5ce77868
| sysTid=3214 nice=0 sched=0/0 cgrp=apps handle=1536229624
| state=S schedstat=( 369447852 371516569915 35454 ) utm=3 stm=33 core=0
#00 pc 0001c82c /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000e7bc /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000e81c /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0007301d /system/lib/libmedia.so
#04 pc 0007306f /system/lib/libmedia.so (android::SoundPoolThread::read()+16)
#05 pc 0007321b /system/lib/libmedia.so (android::SoundPoolThread::run()+14)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"CaptivePortalHandlerThread" prio=5 tid=105 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f88c80 self=0x5b90f428
| sysTid=3203 nice=0 sched=0/0 cgrp=apps handle=1499971376
| state=S schedstat=( 1117778225 372114482247 37759 ) utm=62 stm=49 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"QualitySocketHandlerThread" prio=5 tid=104 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426b5cb8 self=0x5ba5ac18
| sysTid=3201 nice=0 sched=0/0 cgrp=apps handle=1537585256
| state=S schedstat=( 735510019 372608141647 36304 ) utm=26 stm=47 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"QualityResultHandlerThread_0" prio=5 tid=103 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43abb4c0 self=0x5b21bf80
| sysTid=3200 nice=0 sched=0/0 cgrp=apps handle=1528939472
| state=S schedstat=( 1184114114 376406171033 39573 ) utm=43 stm=74 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"NetworkStatsThread" prio=5 tid=102 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43b06b40 self=0x5ca400d8
| sysTid=3199 nice=0 sched=0/0 cgrp=apps handle=1554253096
| state=S schedstat=( 91134666053 420507731437 122421 ) utm=3372 stm=5741 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"WifiWatchdogStateMachine" prio=5 tid=101 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426a7768 self=0x5b9650d8
| sysTid=3198 nice=0 sched=0/0 cgrp=apps handle=1536578856
| state=S schedstat=( 1515701674 371250381262 41375 ) utm=76 stm=75 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Thread-184" prio=5 tid=100 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42759ee8 self=0x5ce6ee08
| sysTid=3187 nice=0 sched=0/0 cgrp=apps handle=1497296200
| state=S schedstat=( 977377105 365827769843 39029 ) utm=39 stm=58 core=1
at java.lang.Object.wait(Native Method)
- waiting on <0x426a5aa0> (a java.lang.Object)
at java.lang.Object.wait(Object.java:364)
at com.android.server.ssrm.Monitor$13$1.run(Monitor.java:1323)
at java.lang.Thread.run(Thread.java:841)
"SSRM Handler Thread" prio=5 tid=99 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x437723d8 self=0x5bd06d08
| sysTid=3185 nice=0 sched=0/0 cgrp=apps handle=1559857032
| state=S schedstat=( 824341959 369831164831 35787 ) utm=30 stm=52 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"SSRM Timer" prio=5 tid=98 TIMED_WAIT
| group="main" sCount=1 dsCount=0 obj=0x42f3f438 self=0x598dd1c0
| sysTid=3170 nice=0 sched=0/0 cgrp=apps handle=1552558184
| state=S schedstat=( 72847101348 409855042688 137193 ) utm=4813 stm=2471 core=3
at java.lang.Object.wait(Native Method)
- waiting on <0x42f3f438> (a java.util.Timer$TimerImpl)
at java.lang.Object.wait(Object.java:401)
at java.util.Timer$TimerImpl.run(Timer.java:238)
"Binder_A" prio=5 tid=97 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43c56500 self=0x5b53c568
| sysTid=3133 nice=0 sched=0/0 cgrp=apps handle=1504850032
| state=S schedstat=( 228351295612 488997062199 661328 ) utm=17498 stm=5337 core=3
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"pool-1-thread-1" prio=5 tid=96 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42f41900 self=0x59e380c0
| sysTid=2985 nice=0 sched=0/0 cgrp=apps handle=1564455320
| state=S schedstat=( 715472431 357379532227 37809 ) utm=24 stm=47 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x4269d300> (a java.lang.VMThread) held by tid=96 (pool-1-thread-1)
at java.lang.Thread.parkFor(Thread.java:1205)
at sun.misc.Unsafe.park(Unsafe.java:325)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:841)
"Binder_9" prio=5 tid=95 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43b1bd80 self=0x5b903168
| sysTid=2917 nice=0 sched=0/0 cgrp=apps handle=1536172488
| state=S schedstat=( 240088927006 489860578562 670052 ) utm=18264 stm=5744 core=1
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"Binder_8" prio=5 tid=94 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43a3ce48 self=0x5ba652d0
| sysTid=2916 nice=0 sched=0/0 cgrp=apps handle=1537626008
| state=S schedstat=( 207054611334 488650321147 659250 ) utm=15998 stm=4707 core=1
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"Binder_7" prio=5 tid=93 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43b09778 self=0x52006b90
| sysTid=2828 nice=0 sched=0/0 cgrp=apps handle=1502516784
| state=S schedstat=( 248161624247 474856722026 681768 ) utm=19054 stm=5762 core=1
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"Binder_6" prio=5 tid=92 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43a49618 self=0x5b96d0a8
| sysTid=2792 nice=0 sched=0/0 cgrp=apps handle=1536604920
| state=S schedstat=( 237327282264 471816891718 673144 ) utm=18229 stm=5503 core=3
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"RefQueueWorker@org.apache.http.impl.conn.tsccm.ConnPoolByRoute@436e24a8" daemon prio=5 tid=91 WAIT
| group="main" sCount=1 dsCount=0 obj=0x436e5f78 self=0x59588060
| sysTid=2786 nice=0 sched=0/0 cgrp=apps handle=1558691912
| state=S schedstat=( 360915262 331546370058 35325 ) utm=0 stm=36 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x42c52bb0> (a java.lang.ref.ReferenceQueue)
at java.lang.Object.wait(Object.java:401)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
at org.apache.http.impl.conn.tsccm.RefQueueWorker.run(RefQueueWorker.java:102)
at java.lang.Thread.run(Thread.java:841)
"Binder_5" prio=5 tid=90 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x435d9970 self=0x5cea8850
| sysTid=2773 nice=0 sched=0/0 cgrp=apps handle=1558873608
| state=S schedstat=( 214186146707 463553529639 649659 ) utm=16465 stm=4953 core=1
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"Binder_4" prio=5 tid=89 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x435d9098 self=0x5cea7da0
| sysTid=2772 nice=0 sched=0/0 cgrp=apps handle=1559036336
| state=S schedstat=( 223651755881 471534724574 665003 ) utm=17128 stm=5236 core=1
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 0001b929 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001c0c7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 000200d1 /system/lib/libbinder.so
#05 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"ContainerServiceHandler" prio=5 tid=88 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426fc448 self=0x5cd4ef50
| sysTid=2735 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1557461464
| state=S schedstat=( 774317413 1547160652133 35619 ) utm=27 stm=50 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00027860 /system/lib/libdvm.so
#07 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#08 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#09 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#10 pc 0005582b /system/lib/libdvm.so
#11 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#12 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"NetworkTimeUpdateService" prio=5 tid=87 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4267e120 self=0x5cd4e008
| sysTid=2733 nice=0 sched=0/0 cgrp=apps handle=1557456760
| state=S schedstat=( 785875592 333420881087 35753 ) utm=31 stm=47 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"CountryDetectorService" prio=5 tid=86 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f41bf0 self=0x5cd36c68
| sysTid=2732 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1557360824
| state=S schedstat=( 3057181025 1678383864302 59140 ) utm=161 stm=144 core=3
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at com.android.server.CountryDetectorService.run(CountryDetectorService.java:195)
at java.lang.Thread.run(Thread.java:841)
"LocationManagerService" prio=5 tid=85 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4276a8e0 self=0x5cd53038
| sysTid=2716 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1557474376
| state=S schedstat=( 18202460738 1728089919409 168946 ) utm=1345 stm=475 core=1
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00027860 /system/lib/libdvm.so
#07 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#08 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#09 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#10 pc 0005582b /system/lib/libdvm.so
#11 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#12 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Binder_3" prio=5 tid=84 SUSPENDED
| group="main" sCount=1 dsCount=0 obj=0x42ef8290 self=0x5b83c588
| sysTid=2676 nice=0 sched=0/0 cgrp=apps handle=1528944408
| state=S schedstat=( 214034581009 467503268618 678711 ) utm=16544 stm=4858 core=1
#00 pc 0001c82c /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000e7bc /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000e81c /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00053c53 /system/lib/libdvm.so
#04 pc 00054215 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)
#05 pc 00049825 /system/lib/libdvm.so
#06 pc 000787b7 /system/lib/libandroid_runtime.so
#07 pc 000791ad /system/lib/libandroid_runtime.so
#08 pc 00017f55 /system/lib/libbinder.so (android::BBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+60)
#09 pc 0001bcd5 /system/lib/libbinder.so (android::IPCThreadState::executeCommand(int)+508)
#10 pc 0001c0e3 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+182)
#11 pc 000200d1 /system/lib/libbinder.so
#12 pc 00011d7d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#13 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#14 pc 00011871 /system/lib/libutils.so
#15 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#16 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"watchdog" prio=5 tid=83 TIMED_WAIT
| group="main" sCount=1 dsCount=0 obj=0x42f21d00 self=0x598d7ca8
| sysTid=2661 nice=0 sched=0/0 cgrp=apps handle=1502465912
| state=S schedstat=( 2398168463 334423684939 42441 ) utm=105 stm=134 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x42f21d00> (a com.android.server.Watchdog)
at java.lang.Object.wait(Object.java:401)
at com.android.server.Watchdog.run(Watchdog.java:434)
"UsbService host thread" prio=5 tid=82 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42d23518 self=0x598d89d0
| sysTid=2650 nice=0 sched=0/0 cgrp=apps handle=1502518168
| state=S schedstat=( 554625049 333351892118 35787 ) utm=7 stm=48 core=0
#00 pc 0001b27c /system/lib/libc.so (read+12)
#01 pc 00001213 /system/lib/libusbhost.so (usb_host_read_event+30)
#02 pc 000013bd /system/lib/libusbhost.so (usb_host_run+16)
#03 pc 0000f297 /system/lib/libandroid_servers.so
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00027860 /system/lib/libdvm.so
#07 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#08 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#09 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#10 pc 0005582b /system/lib/libdvm.so
#11 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#12 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at com.android.server.usb.UsbHostManager.monitorUsbHostBus(Native Method)
at com.android.server.usb.UsbHostManager.access$000(UsbHostManager.java:59)
at com.android.server.usb.UsbHostManager$1.run(UsbHostManager.java:233)
at java.lang.Thread.run(Thread.java:841)
"AsyncTask #2" prio=5 tid=80 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42d4d520 self=0x598ea2f8
| sysTid=2638 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1502521160
| state=S schedstat=( 1181093411 1478354300321 40309 ) utm=41 stm=76 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x42ba8f18> (a java.lang.VMThread) held by tid=80 (AsyncTask #2)
at java.lang.Thread.parkFor(Thread.java:1205)
at sun.misc.Unsafe.park(Unsafe.java:325)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:841)
"AsyncTask #1" prio=5 tid=78 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42d2eb18 self=0x59ddc830
| sysTid=2610 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1526328344
| state=S schedstat=( 1012057035 1524341678657 39468 ) utm=26 stm=75 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x42f8f6b8> (a java.lang.VMThread) held by tid=78 (AsyncTask #1)
at java.lang.Thread.parkFor(Thread.java:1205)
at sun.misc.Unsafe.park(Unsafe.java:325)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:841)
"MDMAppUsageHandlerThread" prio=5 tid=77 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42eb8ad8 self=0x59dd41d8
| sysTid=2602 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1526338664
| state=S schedstat=( 35467540540 1691885403064 173451 ) utm=2614 stm=932 core=3
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Thread-151" prio=5 tid=76 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42dcc478 self=0x5afa0498
| sysTid=2591 nice=0 sched=0/0 cgrp=apps handle=1507628056
| state=S schedstat=( 938976861 332817137215 35490 ) utm=2 stm=91 core=0
#00 pc 0001c184 /system/lib/libc.so (accept+8)
#01 pc 00023251 /system/lib/libjavacore.so
#02 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#03 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#04 pc 00027860 /system/lib/libdvm.so
#05 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#06 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#07 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#08 pc 0005582b /system/lib/libdvm.so
#09 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at libcore.io.Posix.accept(Native Method)
at libcore.io.BlockGuardOs.accept(BlockGuardOs.java:55)
at com.android.server.am.NativeCrashListener.run(NativeCrashListener.java:129)
"InputDeviceLight" prio=5 tid=75 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f8d080 self=0x596f1190
| sysTid=2590 nice=0 sched=0/0 cgrp=apps handle=1500452320
| state=S schedstat=( 535755351 327437966393 35463 ) utm=14 stm=39 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"InputDeviceLight" prio=5 tid=74 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f8cce8 self=0x5a77b278
| sysTid=2589 nice=0 sched=0/0 cgrp=apps handle=1517795016
| state=S schedstat=( 1460978994 328094338306 45849 ) utm=38 stm=108 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00027860 /system/lib/libdvm.so
#07 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#08 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#09 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#10 pc 0005582b /system/lib/libdvm.so
#11 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#12 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"InternalHandlerThread" prio=5 tid=73 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42707ef0 self=0x596eaa90
| sysTid=2588 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1503961360
| state=S schedstat=( 730969883 1511008117513 35429 ) utm=25 stm=47 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"InternalHandlerThread" prio=5 tid=72 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42686938 self=0x59e402e0
| sysTid=2587 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1508093792
| state=S schedstat=( 737546379 1511044019951 35466 ) utm=21 stm=52 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Stay/Rotation Worker" prio=5 tid=71 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426d1ea0 self=0x59dddb50
| sysTid=2585 nice=0 sched=0/0 cgrp=apps handle=1507684872
| state=S schedstat=( 518362946 325039540838 35416 ) utm=11 stm=41 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"CameraController Callback Handler" prio=5 tid=70 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426d8e18 self=0x5afafbc0
| sysTid=2584 nice=0 sched=0/0 cgrp=apps handle=1526398992
| state=S schedstat=( 508517868 324828359592 35431 ) utm=11 stm=39 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"CameraController Main Handler" prio=5 tid=69 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426d8d48 self=0x5afaf320
| sysTid=2583 nice=0 sched=0/0 cgrp=apps handle=1526396784
| state=S schedstat=( 535116706 325716603773 35462 ) utm=10 stm=44 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"SmartFaceService Listener Handler" prio=5 tid=68 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42716480 self=0x5afae978
| sysTid=2582 nice=0 sched=0/0 cgrp=apps handle=1526394312
| state=S schedstat=( 622534101 323883516422 35973 ) utm=18 stm=43 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Thread-141" prio=5 tid=67 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426de598 self=0x5afa09b8
| sysTid=2581 nice=0 sched=0/0 cgrp=apps handle=1526337032
| state=S schedstat=( 549996933 324239550779 35462 ) utm=14 stm=41 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.hardware.motion.MotionRecognitionReactiveAlert$PollIntThread.run(MotionRecognitionReactiveAlert.java:152)
"motion_recognition" prio=5 tid=66 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x427220c8 self=0x5af9f018
| sysTid=2580 nice=0 sched=0/0 cgrp=apps handle=1526330472
| state=S schedstat=( 7864739393 325482716225 51460 ) utm=567 stm=218 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"CTSA Inject Thread" prio=5 tid=65 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42c9c650 self=0x5afad2b8
| sysTid=2579 nice=-8 sched=0/0 cgrp=apps handle=1526388488
| state=S schedstat=( 530900700 319641611418 35420 ) utm=9 stm=44 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Thread-138" prio=5 tid=64 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42c90738 self=0x59e299d8
| sysTid=2578 nice=0 sched=0/0 cgrp=apps handle=1508023848
| state=S schedstat=( 350171814 318847052861 35364 ) utm=0 stm=35 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x42ca3660> (a java.util.LinkedList)
at java.lang.Object.wait(Object.java:364)
at com.android.internal.atfwd.AtCkpdCmdHandler$1.run(AtCkpdCmdHandler.java:228)
"AppWidgetService -- Save state" prio=5 tid=63 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42703278 self=0x59dc9e58
| sysTid=2577 nice=0 sched=0/0 cgrp=apps handle=1507717440
| state=S schedstat=( 2291498064 322807418697 42228 ) utm=125 stm=103 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"backup" prio=5 tid=62 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42d66f18 self=0x59dc89d8
| sysTid=2576 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1507626536
| state=S schedstat=( 1076148384 1559494820354 39345 ) utm=46 stm=61 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"UsbDebuggingHandler" prio=5 tid=61 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42e035d0 self=0x5afb2b08
| sysTid=2575 nice=0 sched=0/0 cgrp=apps handle=1507994240
| state=S schedstat=( 520283069 319028731896 35456 ) utm=17 stm=35 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"UsbDeviceManager" prio=5 tid=60 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426f0980 self=0x59e25a90
| sysTid=2574 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1507987080
| state=S schedstat=( 886657366 1490916020003 35756 ) utm=31 stm=57 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"UsbStorageNotification" prio=5 tid=59 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f5f720 self=0x59e207b8
| sysTid=2573 nice=0 sched=0/0 cgrp=apps handle=1526399664
| state=S schedstat=( 549204058 319185165746 35463 ) utm=15 stm=40 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"UsbHostNotification" prio=5 tid=58 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42c752c0 self=0x59e22f40
| sysTid=2572 nice=0 sched=0/0 cgrp=apps handle=1526377608
| state=S schedstat=( 552991116 318968841120 35476 ) utm=12 stm=45 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"AudioService" prio=5 tid=57 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42fea458 self=0x59dcc240
| sysTid=2567 nice=0 sched=0/0 cgrp=apps handle=1507624848
| state=S schedstat=( 4133153379 321045546943 51347 ) utm=286 stm=126 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.media.AudioService$AudioSystemThread.run(AudioService.java:4284)
"SoundPoolThread" prio=5 tid=56 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42fe93f8 self=0x59dcbdf0
| sysTid=2566 nice=0 sched=0/0 cgrp=apps handle=1507632216
| state=S schedstat=( 354475594 313997748531 35342 ) utm=3 stm=33 core=0
#00 pc 0001c82c /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000e7bc /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000e81c /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0007301d /system/lib/libmedia.so
#04 pc 0007306f /system/lib/libmedia.so (android::SoundPoolThread::read()+16)
#05 pc 0007321b /system/lib/libmedia.so (android::SoundPoolThread::run()+14)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"SoundPool" prio=5 tid=55 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42fe93a0 self=0x59dcb9a0
| sysTid=2565 nice=0 sched=0/0 cgrp=apps handle=1507642160
| state=S schedstat=( 389155191 315757080331 35413 ) utm=1 stm=37 core=0
#00 pc 0001c82c /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000e7bc /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000e81c /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00072b0b /system/lib/libmedia.so (android::SoundPool::run()+20)
#04 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#05 pc 00011871 /system/lib/libutils.so
#06 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#07 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"SyncHandlerThread" prio=5 tid=54 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42fafb00 self=0x5af9f9e8
| sysTid=2564 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1526332984
| state=S schedstat=( 7805147980 1638935484893 77920 ) utm=568 stm=212 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"mDnsConnector.CallbackHandler" prio=5 tid=53 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f82d00 self=0x5af9dd60
| sysTid=2563 nice=0 sched=0/0 cgrp=apps handle=1526325680
| state=S schedstat=( 538513769 317353710875 35478 ) utm=8 stm=45 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00027860 /system/lib/libdvm.so
#07 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#08 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#09 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#10 pc 0005582b /system/lib/libdvm.so
#11 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#12 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"mDnsConnector" prio=5 tid=52 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f82678 self=0x5af9d4c0
| sysTid=2562 nice=0 sched=0/0 cgrp=apps handle=1526323472
| state=S schedstat=( 474385431 318462855405 35419 ) utm=3 stm=45 core=0
#00 pc 0001c2e0 /system/lib/libc.so (recvmsg+8)
#01 pc 00073fe1 /system/lib/libandroid_runtime.so
#02 pc 00074485 /system/lib/libandroid_runtime.so
#03 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#05 pc 00027860 /system/lib/libdvm.so
#06 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#07 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#08 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#09 pc 0005582b /system/lib/libdvm.so
#10 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#11 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.net.LocalSocketImpl.readba_native(Native Method)
at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:29)
at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:92)
at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:132)
at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:90)
at java.lang.Thread.run(Thread.java:841)
"NsdService" prio=5 tid=51 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f819b8 self=0x5af9cc20
| sysTid=2561 nice=0 sched=0/0 cgrp=apps handle=1526321264
| state=S schedstat=( 503518887 314310612066 35437 ) utm=10 stm=39 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"CaptivePortalTracker" prio=5 tid=50 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f7f798 self=0x5af9c380
| sysTid=2560 nice=0 sched=0/0 cgrp=apps handle=1526319056
| state=S schedstat=( 825292209 314783402732 38270 ) utm=28 stm=54 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00027860 /system/lib/libdvm.so
#07 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#08 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#09 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#10 pc 0005582b /system/lib/libdvm.so
#11 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#12 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Tethering" prio=5 tid=49 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f7b680 self=0x59e289d8
| sysTid=2559 nice=0 sched=0/0 cgrp=apps handle=1508019752
| state=S schedstat=( 662925835 315767703718 36371 ) utm=21 stm=45 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"WifiManager" prio=5 tid=48 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f75638 self=0x59e28138
| sysTid=2558 nice=0 sched=0/0 cgrp=apps handle=1508017544
| state=S schedstat=( 1820641712 313799166010 43741 ) utm=73 stm=109 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"ConnectivityServiceThread" prio=5 tid=47 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f6ef68 self=0x5af9b008
| sysTid=2557 nice=0 sched=0/0 cgrp=apps handle=1526314072
| state=S schedstat=( 11403046880 326193314117 64380 ) utm=568 stm=572 core=2
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"WFDService" prio=5 tid=46 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f68a50 self=0x59e27688
| sysTid=2556 nice=0 sched=0/0 cgrp=apps handle=1508014808
| state=S schedstat=( 524249407 310699170420 35465 ) utm=7 stm=45 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00027860 /system/lib/libdvm.so
#07 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#08 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#09 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#10 pc 0005582b /system/lib/libdvm.so
#11 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#12 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"WifiService" prio=5 tid=45 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f5f0f8 self=0x59e26e30
| sysTid=2551 nice=0 sched=0/0 cgrp=apps handle=1508007856
| state=S schedstat=( 5187328602 321605002989 71903 ) utm=284 stm=234 core=1
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"WifiStateMachine" prio=5 tid=44 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42e29630 self=0x59e2a7f8
| sysTid=2534 nice=0 sched=0/0 cgrp=apps handle=1508027464
| state=S schedstat=( 50837436495 355394962268 339936 ) utm=3815 stm=1268 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"WifiP2pService" prio=5 tid=43 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4271be58 self=0x59e21320
| sysTid=2533 nice=0 sched=0/0 cgrp=apps handle=1507989360
| state=S schedstat=( 988938385 309733020025 37137 ) utm=49 stm=50 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"NetworkPolicy" prio=5 tid=42 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42717e78 self=0x5a75da48
| sysTid=2532 nice=0 sched=0/0 cgrp=apps handle=1517642320
| state=S schedstat=( 8012590496 318886067710 81032 ) utm=578 stm=222 core=2
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00027860 /system/lib/libdvm.so
#07 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#08 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#09 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#10 pc 0005582b /system/lib/libdvm.so
#11 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#12 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"NetworkStats" prio=5 tid=41 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42747868 self=0x5a7559b0
| sysTid=2531 nice=0 sched=0/0 cgrp=apps handle=1517641216
| state=S schedstat=( 30341355773 330462615279 109771 ) utm=2280 stm=753 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"NetdConnector.CallbackHandler" prio=5 tid=40 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42ea2740 self=0x5a755008
| sysTid=2530 nice=0 sched=0/0 cgrp=apps handle=1517638744
| state=S schedstat=( 5609807469 317932403966 54204 ) utm=312 stm=248 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"NetdConnector" prio=5 tid=38 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42ea2658 self=0x59de3ed0
| sysTid=2529 nice=0 sched=0/0 cgrp=apps handle=1507738400
| state=S schedstat=( 4781770724 322900571433 48147 ) utm=344 stm=134 core=0
#00 pc 0001c2e0 /system/lib/libc.so (recvmsg+8)
#01 pc 00073fe1 /system/lib/libandroid_runtime.so
#02 pc 00074485 /system/lib/libandroid_runtime.so
#03 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#05 pc 00027860 /system/lib/libdvm.so
#06 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#07 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#08 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#09 pc 0005582b /system/lib/libdvm.so
#10 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#11 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.net.LocalSocketImpl.readba_native(Native Method)
at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:29)
at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:92)
at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:132)
at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:90)
at java.lang.Thread.run(Thread.java:841)
"LicenseLogService" prio=5 tid=39 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4275cd50 self=0x59743cf8
| sysTid=2528 nice=0 sched=0/0 cgrp=apps handle=1504053992
| state=S schedstat=( 9406375398 317259579356 61975 ) utm=540 stm=400 core=2
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00027860 /system/lib/libdvm.so
#07 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#08 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#09 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#10 pc 0005582b /system/lib/libdvm.so
#11 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#12 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"DirEncryptConnector.CallbackHandler" prio=5 tid=37 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42893f88 self=0x59a1ed18
| sysTid=2525 nice=0 sched=0/0 cgrp=apps handle=1492247920
| state=S schedstat=( 533682568 305911168495 35436 ) utm=10 stm=44 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"DirEncryptService" prio=5 tid=36 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42893ed8 self=0x59a1e680
| sysTid=2524 nice=0 sched=0/0 cgrp=apps handle=1503783632
| state=S schedstat=( 544772287 306343698786 35521 ) utm=15 stm=39 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"DirEncryptConnector" prio=5 tid=35 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426ba868 self=0x59a1e028
| sysTid=2523 nice=0 sched=0/0 cgrp=apps handle=1492294328
| state=S schedstat=( 462247194 303680424040 35328 ) utm=3 stm=43 core=0
#00 pc 0001c2e0 /system/lib/libc.so (recvmsg+8)
#01 pc 00073fe1 /system/lib/libandroid_runtime.so
#02 pc 00074485 /system/lib/libandroid_runtime.so
#03 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#05 pc 00027860 /system/lib/libdvm.so
#06 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#07 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#08 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#09 pc 0005582b /system/lib/libdvm.so
#10 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#11 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.net.LocalSocketImpl.readba_native(Native Method)
at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:29)
at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:92)
at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:132)
at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:90)
at java.lang.Thread.run(Thread.java:841)
"VoldConnector.CallbackHandler" prio=5 tid=34 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42b5e6b0 self=0x58f29460
| sysTid=2522 nice=0 sched=0/0 cgrp=apps handle=1503540488
| state=S schedstat=( 546240710 303609527833 35380 ) utm=10 stm=44 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"VoldConnector" prio=5 tid=33 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42b5e5c8 self=0x58f29010
| sysTid=2521 nice=0 sched=0/0 cgrp=apps handle=1497414080
| state=S schedstat=( 539190424 304907389737 35442 ) utm=4 stm=49 core=0
#00 pc 0001c2e0 /system/lib/libc.so (recvmsg+8)
#01 pc 00073fe1 /system/lib/libandroid_runtime.so
#02 pc 00074485 /system/lib/libandroid_runtime.so
#03 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#05 pc 00027860 /system/lib/libdvm.so
#06 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#07 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#08 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#09 pc 0005582b /system/lib/libdvm.so
#10 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#11 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.net.LocalSocketImpl.readba_native(Native Method)
at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:29)
at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:92)
at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:132)
at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:90)
at java.lang.Thread.run(Thread.java:841)
"MountServiceEvent" prio=5 tid=32 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42681208 self=0x596f3090
| sysTid=2520 nice=0 sched=0/0 cgrp=apps handle=1500460256
| state=S schedstat=( 551309901 305210689208 35576 ) utm=13 stm=42 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"MountService" prio=5 tid=31 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42680fc0 self=0x5a77b990
| sysTid=2519 nice=0 sched=0/0 cgrp=apps handle=1497300168
| state=S schedstat=( 572670529 302138100047 35469 ) utm=11 stm=47 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"BluetoothManager" prio=5 tid=30 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42bfaa48 self=0x59e2cb28
| sysTid=2513 nice=0 sched=0/0 cgrp=apps handle=1497198728
| state=S schedstat=( 695151642 302594037953 35562 ) utm=19 stm=51 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"InputDispatcher" prio=10 tid=28 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42de16b8 self=0x59b44d20
| sysTid=2511 nice=-8 sched=0/0 cgrp=apps handle=1492283248
| state=S schedstat=( 124741250022 339231109263 1017978 ) utm=5518 stm=6956 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 000282eb /system/lib/libinput.so (android::InputDispatcher::dispatchOnce()+98)
#04 pc 00021daf /system/lib/libinput.so (android::InputDispatcherThread::threadLoop()+8)
#05 pc 00011d0d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+104)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"InputReader" prio=10 tid=29 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42dbf6d8 self=0x59b45170
| sysTid=2512 nice=-8 sched=0/0 cgrp=apps handle=1492283832
| state=S schedstat=( 65520346728 342233538752 794277 ) utm=3269 stm=3282 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000214e9 /system/lib/libinput.so (android::EventHub::getEvents(int, android::RawEvent*, unsigned int)+1216)
at dalvik.system.NativeStart.run(Native Method)
"SoundPoolThread" prio=5 tid=27 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42d988b0 self=0x59a71d20
| sysTid=2498 nice=0 sched=0/0 cgrp=apps handle=1500481552
| state=S schedstat=( 349942181 295497004833 35334 ) utm=3 stm=32 core=0
#00 pc 0001c82c /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000e7bc /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000e81c /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0007301d /system/lib/libmedia.so
#04 pc 0007306f /system/lib/libmedia.so (android::SoundPoolThread::read()+16)
#05 pc 0007321b /system/lib/libmedia.so (android::SoundPoolThread::run()+14)
#06 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 00011871 /system/lib/libutils.so
#08 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"SoundPool" prio=5 tid=26 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42d987e8 self=0x59a718d0
| sysTid=2497 nice=0 sched=0/0 cgrp=apps handle=1380564408
| state=S schedstat=( 402716937 296859180350 35395 ) utm=2 stm=38 core=0
#00 pc 0001c82c /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000e7bc /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000e81c /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00072b0b /system/lib/libmedia.so (android::SoundPool::run()+20)
#04 pc 00054a3d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#05 pc 00011871 /system/lib/libutils.so
#06 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#07 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at dalvik.system.NativeStart.run(Native Method)
"AlarmManager" prio=5 tid=25 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42b0f9c0 self=0x4191a8c0
| sysTid=2496 nice=0 sched=0/0 cgrp=apps handle=1496646680
| state=S schedstat=( 54343469137 458395341025 151452 ) utm=4296 stm=1137 core=2
#00 pc 0001b53c /system/lib/libc.so (__ioctl+8)
#01 pc 0002bccf /system/lib/libc.so (ioctl+14)
#02 pc 000090ef /system/lib/libandroid_servers.so
#03 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#05 pc 00027860 /system/lib/libdvm.so
#06 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#07 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#08 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#09 pc 0005582b /system/lib/libdvm.so
#10 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#11 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at com.android.server.AlarmManagerService.waitForAlarm(Native Method)
at com.android.server.AlarmManagerService.access$300(AlarmManagerService.java:92)
at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1133)
"[smart stay] " prio=5 tid=24 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42bd0a50 self=0x58fcf4e0
| sysTid=2494 nice=0 sched=0/0 cgrp=apps handle=1504985384
| state=S schedstat=( 542392257 285043304246 35325 ) utm=13 stm=42 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"BlankUnblankInSeperateThread" prio=5 tid=23 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42c584b8 self=0x596f44f8
| sysTid=2493 nice=0 sched=0/0 cgrp=apps handle=1496796456
| state=S schedstat=( 6083827275 294502264070 63861 ) utm=328 stm=279 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"PowerManagerService" prio=5 tid=22 SUSPENDED
| group="main" sCount=1 dsCount=0 obj=0x42c679c0 self=0x59e57df0
| sysTid=2492 nice=0 sched=0/0 cgrp=apps handle=1502581056
| state=S schedstat=( 332308288055 590939221040 1686147 ) utm=19779 stm=13451 core=2
#00 pc 0001c82c /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000e7bc /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000e81c /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00053c53 /system/lib/libdvm.so
#04 pc 00054215 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)
#05 pc 00049825 /system/lib/libdvm.so
#06 pc 00054bbd /system/lib/libandroid_runtime.so (android::AndroidRuntime::getJNIEnv()+16)
#07 pc 0008cbb1 /system/lib/libandroid_runtime.so
#08 pc 00015569 /system/lib/libutils.so (android::Looper::pollInner(int)+468)
#09 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#10 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#11 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#12 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#13 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"UEventObserver" prio=5 tid=21 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42be31b8 self=0x59693bc8
| sysTid=2491 nice=0 sched=0/0 cgrp=apps handle=1504113368
| state=S schedstat=( 55055582702 793233802147 124306 ) utm=2645 stm=2860 core=0
#00 pc 0001c6ec /system/lib/libc.so (poll+12)
#01 pc 000022e5 /system/lib/libhardware_legacy.so (uevent_next_event+44)
#02 pc 00073d1f /system/lib/libandroid_runtime.so
#03 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#05 pc 00027860 /system/lib/libdvm.so
#06 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#07 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#08 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#09 pc 0005582b /system/lib/libdvm.so
#10 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#11 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.os.UEventObserver.nativeWaitForNextEvent(Native Method)
at android.os.UEventObserver.access$100(UEventObserver.java:41)
at android.os.UEventObserver$UEventThread.run(UEventObserver.java:182)
"mSvcLEDThread" prio=5 tid=19 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42aaf590 self=0x5934f468
| sysTid=2490 nice=0 sched=0/0 cgrp=apps handle=1517526408
| state=S schedstat=( 4504755242 262199145006 52381 ) utm=218 stm=231 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"PackageMonitor" prio=5 tid=20 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42dd8100 self=0x59e5ab60
| sysTid=2489 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1492741488
| state=S schedstat=( 2894650072 1657212013861 52730 ) utm=134 stm=154 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"AccountManagerService" prio=5 tid=18 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42ef69d0 self=0x59b3f1a0
| sysTid=2487 nice=0 sched=0/0 cgrp=apps handle=1375799792
| state=S schedstat=( 588844672 255253675244 35336 ) utm=16 stm=43 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"PackageManager" prio=5 tid=17 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f38938 self=0x593dc178
| sysTid=2486 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1496625784
| state=S schedstat=( 10936948626 1673379358389 60569 ) utm=928 stm=165 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"FileObserver" prio=5 tid=16 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f2bdf8 self=0x58f96008
| sysTid=2485 nice=0 sched=0/0 cgrp=apps handle=1492749376
| state=S schedstat=( 1030840521 255880199283 39730 ) utm=44 stm=58 core=0
#00 pc 0001b27c /system/lib/libc.so (read+12)
#01 pc 0008de13 /system/lib/libandroid_runtime.so
#02 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#03 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#04 pc 00027860 /system/lib/libdvm.so
#05 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#06 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#07 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#08 pc 0005582b /system/lib/libdvm.so
#09 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at android.os.FileObserver$ObserverThread.observe(Native Method)
at android.os.FileObserver$ObserverThread.run(FileObserver.java:88)
"ProcessStats" prio=5 tid=15 TIMED_WAIT
| group="main" sCount=1 dsCount=0 obj=0x42f225c0 self=0x593e5048
| sysTid=2484 nice=0 sched=0/0 cgrp=apps handle=1497212240
| state=S schedstat=( 7154995076 258555218051 45948 ) utm=396 stm=318 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x42f225c0> (a com.android.server.am.ActivityManagerService$3)
at java.lang.Object.wait(Object.java:401)
at com.android.server.am.ActivityManagerService$3.run(ActivityManagerService.java:2072)
"ActivityManager" prio=5 tid=14 SUSPENDED
| group="main" sCount=1 dsCount=0 obj=0x42e0ef20 self=0x593475b0
| sysTid=2482 nice=-2 sched=0/0 cgrp=apps handle=1504967640
| state=S schedstat=( 805143754562 971879462427 1326031 ) utm=36947 stm=43566 core=1
#00 pc 0001c82c /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000e7bc /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000e81c /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00053c53 /system/lib/libdvm.so
#04 pc 00054215 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)
#05 pc 00053381 /system/lib/libdvm.so
#06 pc 00067799 /system/lib/libdvm.so
#07 pc 00027860 /system/lib/libdvm.so
#08 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#10 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 0005582b /system/lib/libdvm.so
#12 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:401)
at com.android.server.am.ActivityManagerService.dumpStackTraces(ActivityManagerService.java:3982)
at com.android.server.am.ActivityManagerService.dumpStackTraces(ActivityManagerService.java:3960)
at com.android.server.am.ActivityManagerService.appNotResponding(ActivityManagerService.java:4201)
at com.android.server.am.ActivityManagerService$10.run(ActivityManagerService.java:8989)
at android.os.Handler.handleCallback(Handler.java:730)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:176)
at com.android.server.am.ActivityManagerService$AThread.run(ActivityManagerService.java:1920)
"WindowManager" prio=5 tid=13 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42dee5f0 self=0x58f266e0
| sysTid=2481 nice=-4 sched=0/0 cgrp=apps handle=1492979216
| state=S schedstat=( 227580452151 342614165872 960412 ) utm=16982 stm=5775 core=3
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"UI" prio=5 tid=12 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42ded9c8 self=0x58fcf008
| sysTid=2480 nice=-2 sched=0/0 cgrp=apps handle=1497227312
| state=S schedstat=( 385185042657 611066259180 1758934 ) utm=29354 stm=9164 core=0
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at android.os.HandlerThread.run(HandlerThread.java:61)
"android.server.ServerThread" prio=5 tid=11 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42dec478 self=0x52001710
| sysTid=2479 nice=-2 sched=0/0 cgrp=apps handle=1380576648
| state=S schedstat=( 473682669899 758532937401 994950 ) utm=32619 stm=14748 core=1
#00 pc 0001c664 /system/lib/libc.so (epoll_wait+12)
#01 pc 000153f1 /system/lib/libutils.so (android::Looper::pollInner(int)+92)
#02 pc 00015615 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00072235 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:138)
at com.android.server.ServerThread.run(SystemServer.java:1905)
"SensorService" prio=10 tid=10 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42943880 self=0x59373b30
| sysTid=2451 nice=-8 sched=0/0 cgrp=apps handle=1504125856
| state=S schedstat=( 321775547253 271023087445 1537392 ) utm=13846 stm=18331 core=3
#00 pc 0001c6ec /system/lib/libc.so (poll+12)
#01 pc 00003ef5 /system/lib/hw/sensors.smdk4x12.so (sensors_poll_context_t::pollEvents(sensors_event_t*, int)+16...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment