Skip to content

Instantly share code, notes, and snippets.

@kbrosnan
Created October 8, 2014 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbrosnan/64691de6a2106e4d05a1 to your computer and use it in GitHub Desktop.
Save kbrosnan/64691de6a2106e4d05a1 to your computer and use it in GitHub Desktop.
mozStumbler ANR
----- pid 750 at 2014-10-08 12:54:14 -----
Cmd line: system_server
JNI: CheckJNI is off; workarounds are off; pins=4; globals=2793 (plus 290 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=0x415efca8 self=0x41529408
| sysTid=750 nice=-2 sched=0/0 cgrp=apps handle=1074540884
| state=S schedstat=( 655626235998 841781954205 1629083 ) utm=36770 stm=28792 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at com.android.server.ServerThread.initAndLoop(SystemServer.java:1093)
at com.android.server.SystemServer.main(SystemServer.java:1179)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
at dalvik.system.NativeStart.main(Native Method)
"OkHttp ConnectionPool" daemon prio=5 tid=71 TIMED_WAIT
| group="main" sCount=1 dsCount=0 obj=0x42ae4d70 self=0x7ca8e178
| sysTid=11173 nice=0 sched=0/0 cgrp=apps handle=1991026528
| state=S schedstat=( 4117710 33035989 38 ) utm=0 stm=0 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x43a03ed0> (a java.lang.VMThread) held by tid=71 (OkHttp ConnectionPool)
at java.lang.Thread.parkFor(Thread.java:1205)
at sun.misc.Unsafe.park(Unsafe.java:325)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:197)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2056)
at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"SyncHandler-1" prio=5 tid=72 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x432ccb08 self=0x7cd4a238
| sysTid=8212 nice=0 sched=0/0 cgrp=apps handle=2081918968
| state=S schedstat=( 205031426 154754326 4046 ) utm=9 stm=11 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Binder_10" prio=5 tid=67 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43d9d928 self=0x7df81148
| sysTid=20510 nice=0 sched=0/0 cgrp=apps handle=2127962120
| state=S schedstat=( 475840794071 306181142953 1378709 ) utm=40956 stm=6628 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_F" prio=5 tid=70 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43787c98 self=0x7ef1c3a8
| sysTid=20072 nice=0 sched=0/0 cgrp=apps handle=2114055584
| state=S schedstat=( 478017173263 307518071806 1374975 ) utm=40992 stm=6809 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_E" prio=5 tid=69 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42fba418 self=0x781ee8e0
| sysTid=20071 nice=0 sched=0/0 cgrp=apps handle=2010665704
| state=S schedstat=( 482031665677 311103396657 1380746 ) utm=41393 stm=6810 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_D" prio=5 tid=68 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43a6e7c8 self=0x777ef810
| sysTid=20070 nice=0 sched=0/0 cgrp=apps handle=2117281576
| state=S schedstat=( 477848053035 307767247199 1379834 ) utm=41046 stm=6738 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"DhcpStateMachine" prio=5 tid=65 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43765908 self=0x7fd3f068
| sysTid=17053 nice=0 sched=0/0 cgrp=apps handle=2113407008
| state=S schedstat=( 4696477244 18313589888 12551 ) utm=411 stm=58 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"SyncHandler-0" prio=5 tid=62 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4357a728 self=0x808385a0
| sysTid=3781 nice=0 sched=0/0 cgrp=apps handle=2002196008
| state=S schedstat=( 430521328 364936494 8583 ) utm=15 stm=28 core=3
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"UsbDebuggingManager" prio=5 tid=66 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x430f95f8 self=0x7df8b840
| sysTid=1775 nice=0 sched=0/0 cgrp=apps handle=2011757968
| state=S schedstat=( 15281769 886097 6 ) utm=1 stm=0 core=0
#00 pc 000213d8 /system/lib/libc.so (recvmsg+8)
#01 pc 0006c271 /system/lib/libandroid_runtime.so
#02 pc 0006c6e1 /system/lib/libandroid_runtime.so
#03 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#05 pc 00026fe0 /system/lib/libdvm.so
#06 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#07 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#08 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#09 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#10 pc 00055287 /system/lib/libdvm.so
#11 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#12 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.net.LocalSocketImpl.readba_native(Native Method)
at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:33)
at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:98)
at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:84)
at com.android.server.usb.UsbDebuggingManager.listenToSocket(UsbDebuggingManager.java:81)
at com.android.server.usb.UsbDebuggingManager.run(UsbDebuggingManager.java:111)
at java.lang.Thread.run(Thread.java:841)
"SoundPool" prio=5 tid=64 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4318b8e8 self=0x77e55210
| sysTid=1755 nice=0 sched=0/0 cgrp=apps handle=2015299416
| state=S schedstat=( 657172013 492907892 14815 ) utm=16 stm=49 core=3
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 000659b7 /system/lib/libmedia.so (android::SoundPool::run()+20)
#04 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#05 pc 0000e58f /system/lib/libutils.so
#06 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#07 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"SoundPoolThread" prio=5 tid=63 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4318b7e8 self=0x77df7960
| sysTid=1756 nice=0 sched=0/0 cgrp=apps handle=2009315832
| state=S schedstat=( 13699167 1267863 26 ) utm=1 stm=0 core=0
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00065e21 /system/lib/libmedia.so
#04 pc 00065e73 /system/lib/libmedia.so (android::SoundPoolThread::read()+16)
#05 pc 0006601f /system/lib/libmedia.so (android::SoundPoolThread::run()+14)
#06 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 0000e58f /system/lib/libutils.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_C" prio=5 tid=61 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x43029c70 self=0x77daa4e8
| sysTid=1532 nice=0 sched=0/0 cgrp=apps handle=2011074480
| state=S schedstat=( 484370010782 312433067883 1399367 ) utm=41525 stm=6912 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"WifiMonitor" prio=5 tid=60 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f7dfa0 self=0x77e92070
| sysTid=1102 nice=0 sched=0/0 cgrp=apps handle=2010786816
| state=S schedstat=( 40148406536 173963206360 67516 ) utm=2656 stm=1358 core=0
#00 pc 000217c4 /system/lib/libc.so (poll+12)
#01 pc 00002905 /system/lib/libhardware_legacy.so (wifi_ctrl_recv+56)
#02 pc 00002983 /system/lib/libhardware_legacy.so (wifi_wait_on_socket+26)
#03 pc 0006d47d /system/lib/libandroid_runtime.so
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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.net.wifi.WifiNative.waitForEventNative(Native Method)
at android.net.wifi.WifiNative.waitForEvent(WifiNative.java:131)
at android.net.wifi.WifiMonitor$MonitorThread.run(WifiMonitor.java:503)
"Binder_B" prio=5 tid=59 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f8f8d0 self=0x77c38b48
| sysTid=1074 nice=0 sched=0/0 cgrp=apps handle=2127730624
| state=S schedstat=( 494454704167 311009328868 1404086 ) utm=42421 stm=7024 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_A" prio=5 tid=58 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f94830 self=0x76195ae0
| sysTid=1073 nice=0 sched=0/0 cgrp=apps handle=1871112416
| state=S schedstat=( 485177032738 309047242710 1396522 ) utm=41653 stm=6864 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_9" prio=5 tid=57 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42fec688 self=0x71c69838
| sysTid=1071 nice=0 sched=0/0 cgrp=apps handle=2129758384
| state=S schedstat=( 482391337049 313657845455 1399616 ) utm=41323 stm=6916 core=1
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_8" prio=5 tid=56 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42679db8 self=0x6f86ee90
| sysTid=1053 nice=0 sched=0/0 cgrp=apps handle=2145742864
| state=S schedstat=( 483086792900 309429173983 1400853 ) utm=41410 stm=6898 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_7" prio=5 tid=55 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42e6c608 self=0x7e3358d8
| sysTid=1049 nice=0 sched=0/0 cgrp=apps handle=2128116776
| state=S schedstat=( 488119563105 314128728232 1395726 ) utm=41996 stm=6815 core=1
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_6" prio=5 tid=54 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4266fd90 self=0x7ed87258
| sysTid=1044 nice=0 sched=0/0 cgrp=apps handle=2128113680
| state=S schedstat=( 486135005974 312277146719 1402800 ) utm=41614 stm=6999 core=1
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"NetworkTimeUpdateService" prio=5 tid=53 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42dd76c8 self=0x7f303370
| sysTid=1010 nice=0 sched=0/0 cgrp=apps handle=2133866440
| state=S schedstat=( 26672945775 38011509364 24377 ) utm=2523 stm=144 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"FLP Service Callback Thread" prio=6 tid=52 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f98218 self=0x7e334f38
| sysTid=991 nice=-2 sched=0/0 cgrp=apps handle=2117291248
| state=S schedstat=( 151707228612 224288397683 1327170 ) utm=10597 stm=4573 core=0
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00002165 /system/lib/libgps.utils.so (msg_q_rcv+200)
#04 pc 00002b37 /system/lib/libloc_core.so (loc_core::MsgTask::loopMain(void*)+94)
#05 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"watchdog" prio=5 tid=51 TIMED_WAIT
| group="main" sCount=1 dsCount=0 obj=0x42734a10 self=0x76128c88
| sysTid=968 nice=0 sched=0/0 cgrp=apps handle=1980928224
| state=S schedstat=( 7088651913 7981473002 17538 ) utm=424 stm=284 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x42734a10> (a com.android.server.Watchdog)
at java.lang.Object.wait(Object.java:401)
at com.android.server.Watchdog.run(Watchdog.java:356)
"UsbService host thread" prio=5 tid=50 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42e9a7b8 self=0x76128008
| sysTid=958 nice=0 sched=0/0 cgrp=apps handle=1980925640
| state=S schedstat=( 6229009610 578088198886 332997 ) utm=41 stm=581 core=1
#00 pc 000202c8 /system/lib/libc.so (read+12)
#01 pc 00001217 /system/lib/libusbhost.so (usb_host_read_event+30)
#02 pc 0000140d /system/lib/libusbhost.so (usb_host_run+16)
#03 pc 0000bfc3 /system/lib/libandroid_servers.so
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00026fe0 /system/lib/libdvm.so
#07 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#08 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#10 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 00055287 /system/lib/libdvm.so
#12 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at com.android.server.usb.UsbHostManager.monitorUsbHostBus(Native Method)
at com.android.server.usb.UsbHostManager.access$000(UsbHostManager.java:38)
at com.android.server.usb.UsbHostManager$1.run(UsbHostManager.java:176)
at java.lang.Thread.run(Thread.java:841)
"CaptivePortalTracker" prio=5 tid=49 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42ed7df0 self=0x77e3a410
| sysTid=949 nice=0 sched=0/0 cgrp=apps handle=1981071296
| state=S schedstat=( 7018004151 7849274546 16247 ) utm=469 stm=232 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Binder_5" prio=5 tid=48 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42fcaf88 self=0x7880c530
| sysTid=934 nice=0 sched=0/0 cgrp=apps handle=2021688048
| state=S schedstat=( 483807997212 310384107832 1396859 ) utm=41621 stm=6759 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"AsyncTask #5" prio=5 tid=47 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42ed1440 self=0x77e2b6d8
| sysTid=891 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=2011347760
| state=S schedstat=( 202712808647 78125132244 142792 ) utm=18379 stm=1892 core=3
at java.lang.Object.wait(Native Method)
- waiting on <0x42ed1598> (a java.lang.VMThread) held by tid=47 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"Thread-58" prio=5 tid=46 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42e4d500 self=0x77e28250
| sysTid=884 nice=0 sched=0/0 cgrp=apps handle=2011334312
| state=S schedstat=( 10417283881 580490995690 333503 ) utm=1 stm=1040 core=1
#00 pc 0002127c /system/lib/libc.so (accept+8)
#01 pc 0001e165 /system/lib/libjavacore.so
#02 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#03 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#04 pc 00026fe0 /system/lib/libdvm.so
#05 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#06 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#07 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#08 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#09 pc 00055287 /system/lib/libdvm.so
#10 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#11 pc 0000d308 /system/lib/libc.so (pthread_create+240)
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)
"AsyncTask #4" prio=5 tid=45 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42e4ca40 self=0x77e3ba30
| sysTid=883 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=2011332616
| state=S schedstat=( 246021064197 77158790364 149044 ) utm=22497 stm=2105 core=3
at java.lang.Object.wait(Native Method)
- waiting on <0x42e4cb60> (a java.lang.VMThread) held by tid=45 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"AsyncTask #3" prio=5 tid=44 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42f0b028 self=0x77e8d6f8
| sysTid=882 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1984640184
| state=S schedstat=( 211987113660 81727214170 148702 ) utm=19219 stm=1979 core=3
at java.lang.Object.wait(Native Method)
- waiting on <0x42f0b148> (a java.lang.VMThread) held by tid=44 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"AsyncTask #2" prio=5 tid=42 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42663a68 self=0x753d19f8
| sysTid=877 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=2011736184
| state=S schedstat=( 206211814748 80777277656 149908 ) utm=18815 stm=1806 core=3
at java.lang.Object.wait(Native Method)
- waiting on <0x42663c60> (a java.lang.VMThread) held by tid=42 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"AsyncTask #1" prio=5 tid=43 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42efa810 self=0x7543e478
| sysTid=870 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1984633200
| state=S schedstat=( 201632211670 74367940537 142349 ) utm=18257 stm=1906 core=3
at java.lang.Object.wait(Native Method)
- waiting on <0x42efa970> (a java.lang.VMThread) held by tid=43 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"backup" prio=5 tid=41 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42bf36b8 self=0x764b28b0
| sysTid=854 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1967360536
| state=S schedstat=( 10929389516 46643675334 72480 ) utm=680 stm=412 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"AudioService" prio=5 tid=40 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f87398 self=0x787fa8a8
| sysTid=852 nice=0 sched=0/0 cgrp=apps handle=1967312784
| state=S schedstat=( 6832507263 10799382509 140476 ) utm=251 stm=432 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00026fe0 /system/lib/libdvm.so
#07 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#08 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#10 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 00055287 /system/lib/libdvm.so
#12 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:138)
at android.os.Looper.loop(Looper.java:123)
at android.media.AudioService$AudioSystemThread.run(AudioService.java:3208)
"mDnsConnector" prio=5 tid=39 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f81c78 self=0x787fa000
| sysTid=851 nice=0 sched=0/0 cgrp=apps handle=2021631064
| state=S schedstat=( 10539946 2547136 9 ) utm=1 stm=0 core=1
#00 pc 000213d8 /system/lib/libc.so (recvmsg+8)
#01 pc 0006c271 /system/lib/libandroid_runtime.so
#02 pc 0006c6e1 /system/lib/libandroid_runtime.so
#03 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#05 pc 00026fe0 /system/lib/libdvm.so
#06 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#07 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#08 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#09 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#10 pc 00055287 /system/lib/libdvm.so
#11 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#12 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.net.LocalSocketImpl.readba_native(Native Method)
at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:33)
at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:98)
at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:141)
at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:88)
at java.lang.Thread.run(Thread.java:841)
"NsdService" prio=5 tid=38 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f80f78 self=0x78800350
| sysTid=850 nice=0 sched=0/0 cgrp=apps handle=2021656488
| state=S schedstat=( 11788698 8224949 10 ) utm=1 stm=0 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00026fe0 /system/lib/libdvm.so
#07 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#08 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#10 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 00055287 /system/lib/libdvm.so
#12 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"WifiWatchdogStateMachine" prio=5 tid=37 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f7eea8 self=0x788021c8
| sysTid=849 nice=0 sched=0/0 cgrp=apps handle=2021646120
| state=S schedstat=( 1549714494 5142972167 16418 ) utm=89 stm=65 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"WifiManager" prio=5 tid=36 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f756d0 self=0x787fafd0
| sysTid=848 nice=0 sched=0/0 cgrp=apps handle=2021635112
| state=S schedstat=( 7786587455 31601057979 64253 ) utm=358 stm=420 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"ConnectivityServiceThread" prio=5 tid=35 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f66460 self=0x787f8f58
| sysTid=845 nice=0 sched=0/0 cgrp=apps handle=2021626800
| state=S schedstat=( 133835259798 165430084330 214956 ) utm=5806 stm=7577 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"WifiService" prio=5 tid=34 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f60ad0 self=0x787f75d8
| sysTid=844 nice=0 sched=0/0 cgrp=apps handle=2021621784
| state=S schedstat=( 4573768561 6186632844 45295 ) utm=295 stm=162 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"WifiStateMachine" prio=5 tid=33 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f581f0 self=0x764a0990
| sysTid=843 nice=0 sched=0/0 cgrp=apps handle=1984568512
| state=S schedstat=( 320058214593 535771884949 540341 ) utm=24442 stm=7563 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"WifiP2pService" prio=5 tid=32 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f51508 self=0x76198008
| sysTid=842 nice=0 sched=0/0 cgrp=apps handle=1981383776
| state=S schedstat=( 1150322658 4660288289 10752 ) utm=59 stm=56 core=3
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"NetworkPolicy" prio=5 tid=31 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f4d3c0 self=0x7619cf30
| sysTid=841 nice=0 sched=0/0 cgrp=apps handle=1981404040
| state=S schedstat=( 77753458301 32853702156 256385 ) utm=6196 stm=1579 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"NetworkStats" prio=5 tid=29 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42f4aab8 self=0x764b5358
| sysTid=840 nice=0 sched=0/0 cgrp=apps handle=1981399344
| state=S schedstat=( 201601655768 91585375776 449831 ) utm=16496 stm=3664 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"NetdConnector" prio=5 tid=30 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42e82588 self=0x7619c940
| sysTid=839 nice=0 sched=0/0 cgrp=apps handle=1984650000
| state=S schedstat=( 69094547607 209273021198 151902 ) utm=3596 stm=3313 core=1
#00 pc 000213d8 /system/lib/libc.so (recvmsg+8)
#01 pc 0006c271 /system/lib/libandroid_runtime.so
#02 pc 0006c6e1 /system/lib/libandroid_runtime.so
#03 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#05 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.net.LocalSocketImpl.readba_native(Native Method)
at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:33)
at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:98)
at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:141)
at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:88)
at java.lang.Thread.run(Thread.java:841)
"VoldConnector" prio=5 tid=28 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42d17130 self=0x764b4e20
| sysTid=837 nice=0 sched=0/0 cgrp=apps handle=1984589840
| state=S schedstat=( 22121870 19789744 55 ) utm=2 stm=0 core=1
#00 pc 000213d8 /system/lib/libc.so (recvmsg+8)
#01 pc 0006c271 /system/lib/libandroid_runtime.so
#02 pc 0006c6e1 /system/lib/libandroid_runtime.so
#03 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#05 pc 00026fe0 /system/lib/libdvm.so
#06 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#07 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#08 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#09 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#10 pc 00055287 /system/lib/libdvm.so
#11 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#12 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.net.LocalSocketImpl.readba_native(Native Method)
at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:33)
at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:98)
at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:141)
at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:88)
at java.lang.Thread.run(Thread.java:841)
"MountService" prio=5 tid=27 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42e89970 self=0x764b47c0
| sysTid=836 nice=0 sched=0/0 cgrp=apps handle=1967313448
| state=S schedstat=( 54732084 59069949 90 ) utm=4 stm=1 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"InputReader" prio=10 tid=26 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42ce47e8 self=0x7542c048
| sysTid=833 nice=-8 sched=0/0 cgrp=apps handle=1966864280
| state=S schedstat=( 118240718892 334496462432 2240725 ) utm=4791 stm=7033 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001e8d7 /system/lib/libinputservice.so (android::EventHub::getEvents(int, android::RawEvent*, unsigned int)+982)
at dalvik.system.NativeStart.run(Native Method)
"InputDispatcher" prio=10 tid=25 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42ce42e8 self=0x753bf9e0
| sysTid=832 nice=-8 sched=0/0 cgrp=apps handle=1966863672
| state=S schedstat=( 281505572277 227141517421 4885205 ) utm=11856 stm=16294 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00024c0f /system/lib/libinputservice.so (android::InputDispatcher::dispatchOnce()+94)
#04 pc 0001f0c1 /system/lib/libinputservice.so (android::InputDispatcherThread::threadLoop()+8)
#05 pc 0000e9ed /system/lib/libutils.so (android::Thread::_threadLoop(void*)+104)
#06 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 0000e58f /system/lib/libutils.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"UEventObserver" prio=5 tid=24 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42dd4180 self=0x753d6e88
| sysTid=828 nice=0 sched=0/0 cgrp=apps handle=1966954216
| state=S schedstat=( 8836800706 134972105402 240019 ) utm=401 stm=482 core=0
#00 pc 000217c4 /system/lib/libc.so (poll+12)
#01 pc 00001a69 /system/lib/libhardware_legacy.so (uevent_next_event+44)
#02 pc 0006bfaf /system/lib/libandroid_runtime.so
#03 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#05 pc 00026fe0 /system/lib/libdvm.so
#06 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#07 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#08 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#09 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#10 pc 00055287 /system/lib/libdvm.so
#11 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#12 pc 0000d308 /system/lib/libc.so (pthread_create+240)
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)
"AlarmManager" prio=5 tid=23 SUSPENDED
| group="main" sCount=1 dsCount=0 obj=0x42bec508 self=0x75419a20
| sysTid=827 nice=0 sched=0/0 cgrp=apps handle=1967238776
| state=S schedstat=( 200698003523 978480660280 659874 ) utm=16822 stm=3247 core=0
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 000536b3 /system/lib/libdvm.so
#04 pc 00053c75 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)
#05 pc 0004e12b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+406)
#06 pc 00026fe0 /system/lib/libdvm.so
#07 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#08 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#10 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 00055287 /system/lib/libdvm.so
#12 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at com.android.server.AlarmManagerService.waitForAlarm(Native Method)
at com.android.server.AlarmManagerService.access$300(AlarmManagerService.java:67)
at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1161)
"PowerManagerService" prio=5 tid=22 SUSPENDED
| group="main" sCount=1 dsCount=0 obj=0x42d514e8 self=0x75446950
| sysTid=826 nice=0 sched=0/0 cgrp=apps handle=1967521160
| state=S schedstat=( 343221442401 498222984442 2641722 ) utm=20961 stm=13361 core=1
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 000536b3 /system/lib/libdvm.so
#04 pc 00053c75 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)
#05 pc 0004a4f5 /system/lib/libdvm.so
#06 pc 0004d3cd /system/lib/libandroid_runtime.so (android::AndroidRuntime::getJNIEnv()+16)
#07 pc 00084d01 /system/lib/libandroid_runtime.so
#08 pc 000107bb /system/lib/libutils.so (android::Looper::pollInner(int)+478)
#09 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#10 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#11 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#12 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Binder_4" prio=5 tid=21 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4289b3e8 self=0x7541d2b0
| sysTid=823 nice=0 sched=0/0 cgrp=apps handle=1967247464
| state=S schedstat=( 483256258845 310198767973 1399183 ) utm=41573 stm=6752 core=1
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_3" prio=5 tid=20 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4289b1b8 self=0x7541c900
| sysTid=822 nice=0 sched=0/0 cgrp=apps handle=1966887248
| state=S schedstat=( 482725969809 311929856542 1397813 ) utm=41488 stm=6784 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"PackageManager" prio=5 tid=19 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42741468 self=0x71426f20
| sysTid=819 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1900180344
| state=S schedstat=( 88368300798 71372242054 152802 ) utm=7773 stm=1063 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"FileObserver" prio=5 tid=18 SUSPENDED
| group="main" sCount=1 dsCount=0 obj=0x4273a7d0 self=0x753bc400
| sysTid=818 nice=0 sched=0/0 cgrp=apps handle=1900178128
| state=S schedstat=( 13735348676 541036095071 359512 ) utm=602 stm=771 core=1
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 000536b3 /system/lib/libdvm.so
#04 pc 00053c75 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)
#05 pc 00049507 /system/lib/libdvm.so
#06 pc 0004c6db /system/lib/libdvm.so
#07 pc 0004f8fd /system/lib/libandroid_runtime.so
#08 pc 00085f77 /system/lib/libandroid_runtime.so
#09 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#10 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#11 pc 00026fe0 /system/lib/libdvm.so
#12 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#13 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#14 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#15 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#16 pc 00055287 /system/lib/libdvm.so
#17 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#18 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.os.FileObserver$ObserverThread.observe(Native Method)
at android.os.FileObserver$ObserverThread.run(FileObserver.java:88)
"CpuTracker" prio=5 tid=17 TIMED_WAIT
| group="main" sCount=1 dsCount=0 obj=0x42735b70 self=0x753bba58
| sysTid=817 nice=0 sched=0/0 cgrp=apps handle=1966849712
| state=S schedstat=( 14935816786 9101117002 37638 ) utm=678 stm=815 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x42735b70> (a com.android.server.am.ActivityManagerService$4)
at java.lang.Object.wait(Object.java:401)
at com.android.server.am.ActivityManagerService$4.run(ActivityManagerService.java:2025)
"android.io" prio=5 tid=16 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42735708 self=0x753bad70
| sysTid=816 nice=0 sched=0/0 cgrp=apps handle=1966846408
| state=S schedstat=( 1085628110 4571949631 5219 ) utm=78 stm=30 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"android.ui" prio=5 tid=15 SUSPENDED
| group="main" sCount=1 dsCount=0 obj=0x42735280 self=0x753ba210
| sysTid=815 nice=-2 sched=0/0 cgrp=apps handle=1966843496
| state=S schedstat=( 1339614918747 732471089425 5570802 ) utm=102767 stm=31194 core=2
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 000536b3 /system/lib/libdvm.so
#04 pc 00053c75 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)
#05 pc 0004a4f5 /system/lib/libdvm.so
#06 pc 0004d3cd /system/lib/libandroid_runtime.so (android::AndroidRuntime::getJNIEnv()+16)
#07 pc 00084d01 /system/lib/libandroid_runtime.so
#08 pc 000107bb /system/lib/libutils.so (android::Looper::pollInner(int)+478)
#09 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#10 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#11 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#12 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"android.fg" prio=5 tid=14 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42734db8 self=0x753e1db0
| sysTid=814 nice=0 sched=0/0 cgrp=apps handle=1967009080
| state=S schedstat=( 27947964214 38241358988 108605 ) utm=1993 stm=801 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"android.bg" prio=5 tid=13 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42640b50 self=0x75398658
| sysTid=811 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1966705328
| state=S schedstat=( 1778878696988 2113691390436 2289658 ) utm=59743 stm=118144 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"ActivityManager" prio=5 tid=12 SUSPENDED
| group="main" sCount=1 dsCount=0 obj=0x4263cb28 self=0x75598860
| sysTid=810 nice=-2 sched=0/0 cgrp=apps handle=1968803000
| state=S schedstat=( 1307379519685 650623258514 1248459 ) utm=44794 stm=85943 core=1
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 000536b3 /system/lib/libdvm.so
#04 pc 00053c75 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)
#05 pc 00052dd5 /system/lib/libdvm.so
#06 pc 0006764d /system/lib/libdvm.so
#07 pc 00026fe0 /system/lib/libdvm.so
#08 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#09 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#10 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#11 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#12 pc 00055287 /system/lib/libdvm.so
#13 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#14 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:401)
at com.android.server.am.ActivityManagerService.dumpStackTraces(ActivityManagerService.java:3829)
at com.android.server.am.ActivityManagerService.dumpStackTraces(ActivityManagerService.java:3806)
at com.android.server.am.ActivityManagerService.appNotResponding(ActivityManagerService.java:4045)
at com.android.server.am.BroadcastQueue$AppNotResponding.run(BroadcastQueue.java:163)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at com.android.server.am.ActivityManagerService$AThread.run(ActivityManagerService.java:1870)
"WindowManager" prio=5 tid=11 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42639538 self=0x75598008
| sysTid=809 nice=-4 sched=0/0 cgrp=apps handle=1953835672
| state=S schedstat=( 299080525262 115599460349 1083526 ) utm=24480 stm=5428 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"SensorService" prio=10 tid=10 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42639010 self=0x75391410
| sysTid=808 nice=-8 sched=0/0 cgrp=apps handle=1967727672
| state=S schedstat=( 938423601831 270923837089 6837182 ) utm=35509 stm=58333 core=1
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00003177 /system/vendor/lib/hw/sensors.msm8974.so (hal_wait_for_response+186)
#04 pc 0000656f /system/vendor/lib/hw/sensors.msm8974.so
#05 pc 0000734d /system/lib/libsensorservice.so
#06 pc 0000a519 /system/lib/libsensorservice.so
#07 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#08 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#09 pc 0000e58f /system/lib/libutils.so
#10 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#11 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_2" prio=5 tid=9 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42635b08 self=0x7110a6d0
| sysTid=761 nice=0 sched=0/0 cgrp=apps handle=1896915984
| state=S schedstat=( 484299046169 308768046271 1402876 ) utm=41414 stm=7015 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_1" prio=5 tid=8 SUSPENDED
| group="main" sCount=1 dsCount=0 obj=0x42635970 self=0x71109af8
| sysTid=760 nice=0 sched=0/0 cgrp=apps handle=1896913072
| state=S schedstat=( 493110903045 312933699313 1398906 ) utm=42476 stm=6835 core=1
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 000536b3 /system/lib/libdvm.so
#04 pc 00053c75 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)
#05 pc 0004a4f5 /system/lib/libdvm.so
#06 pc 00070643 /system/lib/libandroid_runtime.so
#07 pc 00070e3d /system/lib/libandroid_runtime.so
#08 pc 00019225 /system/lib/libbinder.so (android::BBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+60)
#09 pc 0001d799 /system/lib/libbinder.so (android::IPCThreadState::executeCommand(int)+508)
#10 pc 0001db17 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+38)
#11 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#12 pc 000219f5 /system/lib/libbinder.so
#13 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#14 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#15 pc 0000e58f /system/lib/libutils.so
#16 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#17 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"FinalizerWatchdogDaemon" daemon prio=5 tid=7 WAIT
| group="system" sCount=1 dsCount=0 obj=0x42632770 self=0x71109008
| sysTid=759 nice=0 sched=0/0 cgrp=apps handle=1896911968
| state=S schedstat=( 1135499221 6995897428 22140 ) utm=50 stm=63 core=1
at java.lang.Object.wait(Native Method)
- waiting on <0x415f9348> (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=0x42632618 self=0x415de688
| sysTid=758 nice=0 sched=0/0 cgrp=apps handle=1096674016
| state=S schedstat=( 70633416705 36443349169 399164 ) utm=4880 stm=2183 core=1
at java.lang.Object.wait(Native Method)
- waiting on <0x415e4718> (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=0x426324b0 self=0x415de028
| sysTid=757 nice=0 sched=0/0 cgrp=apps handle=1953766680
| state=S schedstat=( 6327369236 2933219072 73675 ) utm=542 stm=90 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x415e4640>
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=0x426323c0 self=0x747418c0
| sysTid=756 nice=0 sched=0/0 cgrp=apps handle=1871128824
| state=S schedstat=( 258237103412 461821796958 2091461 ) utm=14405 stm=11418 core=1
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00073cff /system/lib/libdvm.so
#04 pc 00054969 /system/lib/libdvm.so
#05 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Signal Catcher" daemon prio=5 tid=3 RUNNABLE
| group="system" sCount=0 dsCount=0 obj=0x426322c8 self=0x74741468
| sysTid=755 nice=0 sched=0/0 cgrp=apps handle=1953763088
| state=R schedstat=( 197744253 375820320 1309 ) utm=12 stm=7 core=1
at dalvik.system.NativeStart.run(Native Method)
"GC" daemon prio=5 tid=2 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x426321e8 self=0x6e49d810
| sysTid=754 nice=0 sched=0/0 cgrp=apps handle=1953761656
| state=S schedstat=( 259479506217 20771921720 77367 ) utm=25234 stm=713 core=0
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0007277b /system/lib/libdvm.so
#04 pc 00054969 /system/lib/libdvm.so
#05 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
NATIVE THREADS:
"system_server" sysTid=762 nice=0 sched=0/0 cgrp=apps
| state=S schedstat=( 1445808319927 2755445657351 9289116 ) utm=38405 stm=106175 core=1
"system_server" sysTid=763 nice=0 sched=0/0 cgrp=apps
| state=S schedstat=( 8823914531 66877055573 156831 ) utm=203 stm=679 core=1
"system_server" sysTid=787 nice=0 sched=0/0 cgrp=apps
| state=S schedstat=( 486585654 708476543 22839 ) utm=9 stm=39 core=1
"system_server" sysTid=993 nice=-2 sched=0/0 cgrp=apps
| state=S schedstat=( 5448056204 582214932481 332564 ) utm=19 stm=525 core=1
"system_server" sysTid=999 nice=-2 sched=0/0 cgrp=apps
| state=S schedstat=( 1343658700 12318344179 28953 ) utm=28 stm=106 core=0
"android.bg" sysTid=1006 nice=10 sched=0/0 cgrp=apps/bg_non_interactive
| state=S schedstat=( 137580617 12368243041 1586 ) utm=3 stm=10 core=0
"android.bg" sysTid=1007 nice=10 sched=0/0 cgrp=apps/bg_non_interactive
| state=S schedstat=( 119704506 1744670288 1645 ) utm=7 stm=4 core=0
"android.bg" sysTid=1054 nice=10 sched=0/0 cgrp=apps/bg_non_interactive
| state=S schedstat=( 274111936 4814219023 3817 ) utm=18 stm=9 core=0
"android.bg" sysTid=1055 nice=10 sched=0/0 cgrp=apps/bg_non_interactive
| state=S schedstat=( 302808944 12592398697 2405 ) utm=18 stm=12 core=0
"system_server" sysTid=1058 nice=-2 sched=0/0 cgrp=apps
| state=S schedstat=( 54775046343 124379483890 319474 ) utm=2098 stm=3379 core=1
"AudioTrack" sysTid=29916 nice=-16 sched=0/0 cgrp=apps
| state=S schedstat=( 232812 5861874 6 ) utm=0 stm=0 core=1
"AudioTrack" sysTid=31666 nice=-16 sched=0/0 cgrp=apps
| state=S schedstat=( 265572 22656 5 ) utm=0 stm=0 core=2
"AudioTrack" sysTid=1253 nice=-16 sched=0/0 cgrp=apps
| state=S schedstat=( 186405 841772 7 ) utm=0 stm=0 core=0
"AudioTrack" sysTid=15977 nice=-16 sched=0/0 cgrp=apps
| state=S schedstat=( 415364 43906 5 ) utm=0 stm=0 core=3
"Binder_F" sysTid=14832 nice=-8 sched=0/0 cgrp=apps
| state=S schedstat=( 128386 10456093 3 ) utm=0 stm=0 core=1
"system_server" sysTid=14834 nice=0 sched=0/0 cgrp=apps
| state=S schedstat=( 15144699 18450454 540 ) utm=0 stm=1 core=1
----- end 750 -----
----- pid 1021 at 2014-10-08 12:54:15 -----
Cmd line: com.redbend.vdmc
JNI: CheckJNI is off; workarounds are off; pins=0; globals=254
DALVIK THREADS:
(mutexes: tll=0 tsl=0 tscl=0 ghl=0)
"main" prio=5 tid=1 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x415efca8 self=0x41529408
| sysTid=1021 nice=0 sched=0/0 cgrp=apps handle=1074540884
| state=S schedstat=( 6591626639 11789606462 82535 ) utm=400 stm=259 core=2
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:5001)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
at dalvik.system.NativeStart.main(Native Method)
"Binder_3" prio=5 tid=10 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42692bd8 self=0x751cf8d0
| sysTid=13605 nice=0 sched=0/0 cgrp=apps handle=1964832392
| state=S schedstat=( 594903767 1140556316 4841 ) utm=42 stm=17 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_2" prio=5 tid=9 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426407e8 self=0x74df8358
| sysTid=1042 nice=0 sched=0/0 cgrp=apps handle=1960804624
| state=S schedstat=( 2052508534 3550904996 15547 ) utm=135 stm=70 core=1
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_1" prio=5 tid=8 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426406f8 self=0x74752008
| sysTid=1035 nice=0 sched=0/0 cgrp=apps handle=1953783016
| state=S schedstat=( 2035235938 3547666705 15318 ) utm=142 stm=61 core=2
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"FinalizerWatchdogDaemon" daemon prio=5 tid=7 WAIT
| group="system" sCount=1 dsCount=0 obj=0x4263bf00 self=0x747451d0
| sysTid=1032 nice=0 sched=0/0 cgrp=apps handle=1953781288
| state=S schedstat=( 10445312 104972705 333 ) utm=0 stm=1 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x415f9348> (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=0x4263bda8 self=0x747448a0
| sysTid=1031 nice=0 sched=0/0 cgrp=apps handle=1953778936
| state=S schedstat=( 140828759 38983958 252 ) utm=11 stm=3 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x415e4718> (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=0x4263bc40 self=0x74743f70
| sysTid=1030 nice=0 sched=0/0 cgrp=apps handle=1953776584
| state=S schedstat=( 26798217 16829947 516 ) utm=2 stm=0 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x415e4640>
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=0x4263bb50 self=0x74743888
| sysTid=1029 nice=0 sched=0/0 cgrp=apps handle=1096672904
| state=S schedstat=( 118253519 212510161 964 ) utm=3 stm=8 core=1
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00073cff /system/lib/libdvm.so
#04 pc 00054969 /system/lib/libdvm.so
#05 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Signal Catcher" daemon prio=5 tid=3 RUNNABLE
| group="system" sCount=0 dsCount=0 obj=0x4263ba58 self=0x415de028
| sysTid=1028 nice=0 sched=0/0 cgrp=apps handle=1871128824
| state=R schedstat=( 18694999 71725105 34 ) utm=0 stm=1 core=0
at dalvik.system.NativeStart.run(Native Method)
"GC" daemon prio=5 tid=2 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x4263b978 self=0x6e49d810
| sysTid=1027 nice=0 sched=0/0 cgrp=apps handle=1953763088
| state=S schedstat=( 1888525260 1534649597 2270 ) utm=175 stm=13 core=2
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0007277b /system/lib/libdvm.so
#04 pc 00054969 /system/lib/libdvm.so
#05 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
----- end 1021 -----
----- pid 1036 at 2014-10-08 12:54:15 -----
Cmd line: com.android.nfc
JNI: CheckJNI is off; workarounds are off; pins=0; globals=282
DALVIK THREADS:
(mutexes: tll=0 tsl=0 tscl=0 ghl=0)
"main" prio=5 tid=1 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x415efca8 self=0x41529408
| sysTid=1036 nice=0 sched=0/0 cgrp=apps handle=1074540884
| state=S schedstat=( 3795170375 5064255201 24229 ) utm=280 stm=99 core=2
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:5001)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
at dalvik.system.NativeStart.main(Native Method)
"Binder_3" prio=5 tid=15 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42635208 self=0x74f29830
| sysTid=28046 nice=0 sched=0/0 cgrp=apps handle=1962040312
| state=S schedstat=( 857061480 2733547108 9268 ) utm=57 stm=28 core=1
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"AsyncTask #5" prio=5 tid=14 WAIT
| group="main" sCount=1 dsCount=0 obj=0x426554e0 self=0x7552d210
| sysTid=3081 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1968363112
| state=S schedstat=( 210171873 4890922659 4132 ) utm=10 stm=11 core=3
at java.lang.Object.wait(Native Method)
- waiting on <0x42684d20> (a java.lang.VMThread) held by tid=14 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"AsyncTask #4" prio=5 tid=13 WAIT
| group="main" sCount=1 dsCount=0 obj=0x426551b0 self=0x75079340
| sysTid=2931 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1962054712
| state=S schedstat=( 199521198 4458727332 4137 ) utm=9 stm=10 core=2
at java.lang.Object.wait(Native Method)
- waiting on <0x426552b8> (a java.lang.VMThread) held by tid=13 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"AsyncTask #3" prio=5 tid=12 WAIT
| group="main" sCount=1 dsCount=0 obj=0x4264d5e8 self=0x74f2e938
| sysTid=2331 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1962077584
| state=S schedstat=( 199428097 4732498529 4123 ) utm=8 stm=11 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x42666c58> (a java.lang.VMThread) held by tid=12 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"AsyncTask #2" prio=5 tid=11 WAIT
| group="main" sCount=1 dsCount=0 obj=0x4264b5f0 self=0x74f2ae48
| sysTid=2310 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1962044720
| state=S schedstat=( 197266458 4604333762 4144 ) utm=7 stm=12 core=1
at java.lang.Object.wait(Native Method)
- waiting on <0x42645a80> (a java.lang.VMThread) held by tid=11 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"AsyncTask #1" prio=5 tid=10 WAIT
| group="main" sCount=1 dsCount=0 obj=0x426885b8 self=0x7507eaa0
| sysTid=1135 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1962038920
| state=S schedstat=( 201921997 4684048476 4115 ) utm=12 stm=8 core=2
at java.lang.Object.wait(Native Method)
- waiting on <0x42645940> (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"Binder_2" prio=5 tid=9 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42641718 self=0x74ef8008
| sysTid=1050 nice=0 sched=0/0 cgrp=apps handle=1953835488
| state=S schedstat=( 881787932 2672013577 9632 ) utm=41 stm=47 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_1" prio=5 tid=8 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426400b0 self=0x74752008
| sysTid=1048 nice=0 sched=0/0 cgrp=apps handle=1953783136
| state=S schedstat=( 866275980 2894089290 9687 ) utm=44 stm=42 core=2
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"FinalizerWatchdogDaemon" daemon prio=5 tid=7 WAIT
| group="system" sCount=1 dsCount=0 obj=0x4263ce30 self=0x747451d0
| sysTid=1047 nice=0 sched=0/0 cgrp=apps handle=1953781288
| state=S schedstat=( 9488383 40687083 177 ) utm=0 stm=0 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x415f9348> (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=0x4263ccd8 self=0x747448a0
| sysTid=1046 nice=0 sched=0/0 cgrp=apps handle=1953778936
| state=S schedstat=( 59565316 23539687 257 ) utm=5 stm=0 core=2
at java.lang.Object.wait(Native Method)
- waiting on <0x415e4718> (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=0x4263cb70 self=0x74743f70
| sysTid=1045 nice=0 sched=0/0 cgrp=apps handle=1953776584
| state=S schedstat=( 10789950 16249221 228 ) utm=1 stm=0 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x415e4640>
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=0x4263ca80 self=0x74743888
| sysTid=1041 nice=0 sched=0/0 cgrp=apps handle=1096672904
| state=S schedstat=( 156563071 231883278 1597 ) utm=8 stm=7 core=2
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00073cff /system/lib/libdvm.so
#04 pc 00054969 /system/lib/libdvm.so
#05 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Signal Catcher" daemon prio=5 tid=3 RUNNABLE
| group="system" sCount=0 dsCount=0 obj=0x4263c988 self=0x415de028
| sysTid=1040 nice=0 sched=0/0 cgrp=apps handle=1850334312
| state=R schedstat=( 22386563 79211199 31 ) utm=2 stm=0 core=0
at dalvik.system.NativeStart.run(Native Method)
"GC" daemon prio=5 tid=2 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x4263c8a8 self=0x6e49d810
| sysTid=1039 nice=0 sched=0/0 cgrp=apps handle=1953763088
| state=S schedstat=( 1510283271 854570743 1702 ) utm=142 stm=9 core=0
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0007277b /system/lib/libdvm.so
#04 pc 00054969 /system/lib/libdvm.so
#05 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
----- end 1036 -----
----- pid 186 at 2014-10-08 12:54:15 -----
Cmd line: /system/bin/surfaceflinger
"surfaceflinger" sysTid=186
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 00015991 /system/lib/libsurfaceflinger.so
#04 pc 000167c3 /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::run()+6)
#05 pc 000008fd /system/bin/surfaceflinger
#06 pc 0000e34b /system/lib/libc.so (__libc_init+50)
#07 pc 000007dc /system/bin/surfaceflinger
"Binder_1" sysTid=245
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0000e58f /system/lib/libutils.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"DispSync" sysTid=246
#00 pc 00021908 /system/lib/libc.so (__futex_syscall3+12)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0001192b /system/lib/libsurfaceflinger.so
#03 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#04 pc 0000e58f /system/lib/libutils.so
#05 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"Binder_2" sysTid=247
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0000e58f /system/lib/libutils.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"hwcUeventThread" sysTid=394
#00 pc 000217c4 /system/lib/libc.so (poll+12)
#01 pc 00001a69 /system/lib/libhardware_legacy.so (uevent_next_event+44)
#02 pc 0000a723 /system/lib/hw/hwcomposer.msm8974.so
#03 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#04 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"hwcVsyncThread" sysTid=395
#00 pc 000217c4 /system/lib/libc.so (poll+12)
#01 pc 0000abaf /system/lib/hw/hwcomposer.msm8974.so
#02 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#03 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"GL updater" sysTid=481
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00005c4f /system/vendor/lib/egl/eglsubAndroid.so
#04 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#05 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"EventThread" sysTid=482
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 000128eb /system/lib/libsurfaceflinger.so
#04 pc 0001295d /system/lib/libsurfaceflinger.so
#05 pc 0000e9ed /system/lib/libutils.so (android::Thread::_threadLoop(void*)+104)
#06 pc 0000e58f /system/lib/libutils.so
#07 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#08 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"EventThread" sysTid=483
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 000128eb /system/lib/libsurfaceflinger.so
#04 pc 0001295d /system/lib/libsurfaceflinger.so
#05 pc 0000e9ed /system/lib/libutils.so (android::Thread::_threadLoop(void*)+104)
#06 pc 0000e58f /system/lib/libutils.so
#07 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#08 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"EventControl" sysTid=484
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00011c31 /system/lib/libsurfaceflinger.so
#04 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#05 pc 0000e58f /system/lib/libutils.so
#06 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#07 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"Binder_3" sysTid=846
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0000e58f /system/lib/libutils.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"Binder_4" sysTid=847
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0000e58f /system/lib/libutils.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"Binder_5" sysTid=8242
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0000e58f /system/lib/libutils.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
----- end 186 -----
hronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"SyncHandler-0" prio=5 tid=30 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426659b0 self=0x75e79758
| sysTid=3732 nice=0 sched=0/0 cgrp=apps handle=1978199000
| state=S schedstat=( 416281132 697113979 12964 ) utm=8 stm=33 core=3
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Binder_5" prio=5 tid=29 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42703840 self=0x75e78ee8
| sysTid=2197 nice=0 sched=0/0 cgrp=apps handle=1978109088
| state=S schedstat=( 24695606555 32883055500 177865 ) utm=1743 stm=726 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_4" prio=5 tid=28 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x427033a0 self=0x75e78318
| sysTid=2196 nice=0 sched=0/0 cgrp=apps handle=1978072472
| state=S schedstat=( 24746744298 30796854891 178380 ) utm=1715 stm=759 core=1
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Stk App Service" prio=5 tid=27 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426b6f90 self=0x75e75700
| sysTid=2100 nice=0 sched=0/0 cgrp=apps handle=1974677960
| state=S schedstat=( 2962917 4147346 15 ) utm=0 stm=0 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00026fe0 /system/lib/libdvm.so
#07 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#08 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#10 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 00055287 /system/lib/libdvm.so
#12 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:138)
at android.os.Looper.loop(Looper.java:123)
at com.android.stk.StkAppService.run(StkAppService.java:220)
at java.lang.Thread.run(Thread.java:841)
"Cat Icon Loader" prio=5 tid=26 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42667b50 self=0x761cd8b8
| sysTid=1187 nice=0 sched=0/0 cgrp=apps handle=1978419360
| state=S schedstat=( 2494061 365001 10 ) utm=0 stm=0 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00026fe0 /system/lib/libdvm.so
#07 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#08 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#10 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 00055287 /system/lib/libdvm.so
#12 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"RilMessageDecoder" prio=5 tid=25 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42686ec0 self=0x761cd460
| sysTid=1186 nice=0 sched=0/0 cgrp=apps handle=1978412216
| state=S schedstat=( 2555051 702551 6 ) utm=0 stm=0 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00026fe0 /system/lib/libdvm.so
#07 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#08 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#10 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 00055287 /system/lib/libdvm.so
#12 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Cat Telephony service" prio=5 tid=24 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426a29c8 self=0x761cd008
| sysTid=1185 nice=0 sched=0/0 cgrp=apps handle=1978417464
| state=S schedstat=( 2687656 1200522 17 ) utm=0 stm=0 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00026fe0 /system/lib/libdvm.so
#07 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#08 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#10 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 00055287 /system/lib/libdvm.so
#12 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"WifiManager" prio=5 tid=23 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426895e0 self=0x751d4c00
| sysTid=1157 nice=0 sched=0/0 cgrp=apps handle=1964856832
| state=S schedstat=( 6185815641 24230510986 60643 ) utm=313 stm=305 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"SipService.Executor" prio=5 tid=22 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42632778 self=0x76458fc8
| sysTid=1156 nice=0 sched=0/0 cgrp=apps handle=1981611192
| state=S schedstat=( 2468281 7351821 9 ) utm=0 stm=0 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00026fe0 /system/lib/libdvm.so
#07 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#08 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#10 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 00055287 /system/lib/libdvm.so
#12 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Binder_3" prio=5 tid=21 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426b0f40 self=0x75ec3778
| sysTid=1150 nice=0 sched=0/0 cgrp=apps handle=1978411632
| state=S schedstat=( 24959527078 31263087496 178789 ) utm=1699 stm=796 core=1
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"AudioTrack" prio=10 tid=20 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42667310 self=0x75ec0df8
| sysTid=1146 nice=-16 sched=0/0 cgrp=apps handle=1978403600
| state=S schedstat=( 1673595 72865 3 ) utm=0 stm=0 core=1
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00047a85 /system/lib/libmedia.so (android::AudioTrack::AudioTrackThread::threadLoop()+36)
#04 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#05 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#06 pc 0000e58f /system/lib/libutils.so
#07 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#08 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"AsyncTask #1" prio=5 tid=19 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42636018 self=0x751d2fa0
| sysTid=1143 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1964848120
| state=S schedstat=( 24766361 218501557 367 ) utm=2 stm=0 core=1
at java.lang.Object.wait(Native Method)
- waiting on <0x426361b0> (a java.lang.VMThread) held by tid=19 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"AsyncQueryWorker" prio=5 tid=18 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42681198 self=0x75eb4250
| sysTid=1134 nice=0 sched=0/0 cgrp=apps handle=1978293792
| state=S schedstat=( 28538848 37820783 234 ) utm=2 stm=0 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"CdmaServiceCategoryProgramHandler" prio=5 tid=17 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4264f780 self=0x751d2208
| sysTid=1117 nice=0 sched=0/0 cgrp=apps handle=1964844640
| state=S schedstat=( 2678644 1917969 8 ) utm=0 stm=0 core=3
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"CdmaInboundSmsHandler" prio=5 tid=16 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4266fa28 self=0x751d1858
| sysTid=1115 nice=0 sched=0/0 cgrp=apps handle=1964842160
| state=S schedstat=( 2974634 2368178 12 ) utm=0 stm=0 core=3
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00026fe0 /system/lib/libdvm.so
#07 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#08 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#10 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 00055287 /system/lib/libdvm.so
#12 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"CellBroadcastHandler" prio=5 tid=15 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42692e60 self=0x751d0740
| sysTid=1113 nice=0 sched=0/0 cgrp=apps handle=1964837784
| state=S schedstat=( 2736303 1719478 14 ) utm=0 stm=0 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00026fe0 /system/lib/libdvm.so
#07 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#08 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#10 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 00055287 /system/lib/libdvm.so
#12 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"GsmInboundSmsHandler" prio=5 tid=14 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42691bb8 self=0x751ce248
| sysTid=1110 nice=0 sched=0/0 cgrp=apps handle=1964828320
| state=S schedstat=( 131579746 199603958 1149 ) utm=6 stm=7 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"GsmCellBroadcastHandler" prio=5 tid=13 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x426911e8 self=0x751cd7b0
| sysTid=1107 nice=0 sched=0/0 cgrp=apps handle=1964825608
| state=S schedstat=( 2743594 4244896 15 ) utm=0 stm=0 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00026fe0 /system/lib/libdvm.so
#07 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#08 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#10 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 00055287 /system/lib/libdvm.so
#12 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"DcHandlerThread" prio=5 tid=12 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42678028 self=0x751cc9b0
| sysTid=1105 nice=0 sched=0/0 cgrp=apps handle=1964822024
| state=S schedstat=( 9805587681 19699655316 33781 ) utm=841 stm=139 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"RILReceiver" prio=5 tid=11 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4265c140 self=0x751cb088
| sysTid=1092 nice=0 sched=0/0 cgrp=apps handle=1964815584
| state=S schedstat=( 66721214594 198883004862 378956 ) utm=5048 stm=1624 core=1
#00 pc 000213d8 /system/lib/libc.so (recvmsg+8)
#01 pc 0006c271 /system/lib/libandroid_runtime.so
#02 pc 0006c6e1 /system/lib/libandroid_runtime.so
#03 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#05 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.net.LocalSocketImpl.readba_native(Native Method)
at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:33)
at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:98)
at com.android.internal.telephony.RIL.readRilMessage(RIL.java:421)
at com.android.internal.telephony.RIL.access$400(RIL.java:215)
at com.android.internal.telephony.RIL$RILReceiver.run(RIL.java:521)
at java.lang.Thread.run(Thread.java:841)
"RILSender" prio=5 tid=10 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42659b98 self=0x751ca310
| sysTid=1091 nice=0 sched=0/0 cgrp=apps handle=1964812136
| state=S schedstat=( 11646404110 59309118534 282156 ) utm=532 stm=632 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"Binder_2" prio=5 tid=9 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4263e388 self=0x74752b68
| sysTid=1034 nice=0 sched=0/0 cgrp=apps handle=1953835296
| state=S schedstat=( 25158570772 31414375195 178978 ) utm=1735 stm=780 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_1" prio=5 tid=8 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4263e1e8 self=0x74752008
| sysTid=1033 nice=0 sched=0/0 cgrp=apps handle=1953782888
| state=S schedstat=( 25199899315 31673772528 179565 ) utm=1752 stm=767 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"FinalizerWatchdogDaemon" daemon prio=5 tid=7 TIMED_WAIT
| group="system" sCount=1 dsCount=0 obj=0x4263af68 self=0x74745148
| sysTid=1026 nice=0 sched=0/0 cgrp=apps handle=1953781152
| state=S schedstat=( 624168198 2645255098 9382 ) utm=32 stm=30 core=0
at java.lang.VMThread.sleep(Native Method)
at java.lang.Thread.sleep(Thread.java:1013)
at java.lang.Thread.sleep(Thread.java:995)
at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor(Daemons.java:248)
at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:258)
at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:212)
at java.lang.Thread.run(Thread.java:841)
"FinalizerDaemon" daemon prio=5 tid=6 WAIT
| group="system" sCount=1 dsCount=0 obj=0x4263ae10 self=0x74744818
| sysTid=1025 nice=0 sched=0/0 cgrp=apps handle=1953778800
| state=S schedstat=( 1456699927 1904547096 13860 ) utm=110 stm=35 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x415e4718> (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=0x4263aca8 self=0x74743ee8
| sysTid=1020 nice=0 sched=0/0 cgrp=apps handle=1953776448
| state=S schedstat=( 368447895 446761656 17077 ) utm=22 stm=14 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x415e4640>
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=0x4263abb8 self=0x74743888
| sysTid=1018 nice=0 sched=0/0 cgrp=apps handle=1096672904
| state=S schedstat=( 1100322713 2072249221 11021 ) utm=65 stm=45 core=0
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00073cff /system/lib/libdvm.so
#04 pc 00054969 /system/lib/libdvm.so
#05 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Signal Catcher" daemon prio=5 tid=3 RUNNABLE
| group="system" sCount=0 dsCount=0 obj=0x4263aac0 self=0x415de028
| sysTid=1017 nice=0 sched=0/0 cgrp=apps handle=1871128824
| state=R schedstat=( 50489013 137147914 141 ) utm=3 stm=2 core=3
at dalvik.system.NativeStart.run(Native Method)
"GC" daemon prio=5 tid=2 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x4263a9e0 self=0x6e49d810
| sysTid=1015 nice=0 sched=0/0 cgrp=apps handle=1953763088
| state=S schedstat=( 87105458944 85899760427 68024 ) utm=8345 stm=365 core=0
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0007277b /system/lib/libdvm.so
#04 pc 00054969 /system/lib/libdvm.so
#05 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
----- end 1012 -----
----- pid 858 at 2014-10-08 12:54:15 -----
Cmd line: com.android.systemui
JNI: CheckJNI is off; workarounds are off; pins=0; globals=497
DALVIK THREADS:
(mutexes: tll=0 tsl=0 tscl=0 ghl=0)
"main" prio=5 tid=1 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x415efca8 self=0x41529408
| sysTid=858 nice=0 sched=0/0 cgrp=apps handle=1074540884
| state=S schedstat=( 2263077121787 1764826270677 7199345 ) utm=178740 stm=47567 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:5001)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
at dalvik.system.NativeStart.main(Native Method)
"hwuiTask1" prio=5 tid=29 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x449d1b28 self=0x77d4aec8
| sysTid=24461 nice=0 sched=0/0 cgrp=apps handle=2009025816
| state=S schedstat=( 594720608 86362073 1658 ) utm=42 stm=17 core=1
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0000da09 /system/lib/libhwui.so
#04 pc 0000e9ed /system/lib/libutils.so (android::Thread::_threadLoop(void*)+104)
#05 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#06 pc 0000e58f /system/lib/libutils.so
#07 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#08 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_B" prio=5 tid=20 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x449b1968 self=0x77d0e380
| sysTid=25340 nice=0 sched=0/0 cgrp=apps handle=2009233424
| state=S schedstat=( 6517772077 26005879065 56832 ) utm=386 stm=265 core=1
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_A" prio=5 tid=27 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x449b7c68 self=0x7789c170
| sysTid=15865 nice=0 sched=0/0 cgrp=apps handle=2024076992
| state=S schedstat=( 8334712972 30857401008 70407 ) utm=501 stm=332 core=1
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_9" prio=5 tid=23 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x449e59b0 self=0x77c2a5f0
| sysTid=15864 nice=0 sched=0/0 cgrp=apps handle=2009556616
| state=S schedstat=( 8363871961 31374809694 70068 ) utm=492 stm=344 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_8" prio=5 tid=26 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x449eebf0 self=0x77c926a0
| sysTid=8947 nice=0 sched=0/0 cgrp=apps handle=2005997680
| state=S schedstat=( 15101908648 51316215126 118243 ) utm=928 stm=582 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_7" prio=5 tid=25 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x441f80d0 self=0x77890548
| sysTid=26700 nice=0 sched=0/0 cgrp=apps handle=2005677528
| state=S schedstat=( 17191085156 58123554977 139546 ) utm=1055 stm=664 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_6" prio=5 tid=24 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42b2a248 self=0x779bd830
| sysTid=26095 nice=0 sched=0/0 cgrp=apps handle=2007309720
| state=S schedstat=( 17543491563 58618031759 142832 ) utm=1081 stm=673 core=1
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_5" prio=5 tid=21 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x44406780 self=0x7792bb28
| sysTid=20751 nice=0 sched=0/0 cgrp=apps handle=2007065008
| state=S schedstat=( 17627264955 60424933299 143159 ) utm=1064 stm=698 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_4" prio=5 tid=22 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4268aa90 self=0x71f6b160
| sysTid=10499 nice=0 sched=0/0 cgrp=apps handle=2005599160
| state=S schedstat=( 17285334902 59070953750 143147 ) utm=1043 stm=685 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"AsyncTask #5" prio=5 tid=19 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42b4ce40 self=0x77742778
| sysTid=4268 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=2004102096
| state=S schedstat=( 14505318796 21927483807 35508 ) utm=1128 stm=322 core=1
at java.lang.Object.wait(Native Method)
- waiting on <0x42b4d0b8> (a java.lang.VMThread) held by tid=19 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"AsyncTask #4" prio=5 tid=18 WAIT
| group="main" sCount=1 dsCount=0 obj=0x428b9748 self=0x757d4648
| sysTid=1126 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=2004553312
| state=S schedstat=( 13711567012 20805413628 34105 ) utm=1078 stm=293 core=1
at java.lang.Object.wait(Native Method)
- waiting on <0x42cb9cb0> (a java.lang.VMThread) held by tid=18 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"Binder_3" prio=5 tid=17 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42653340 self=0x7748f4f8
| sysTid=1089 nice=0 sched=0/0 cgrp=apps handle=1971257376
| state=S schedstat=( 17503778731 59595729148 144819 ) utm=1090 stm=660 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"AsyncTask #3" prio=5 tid=16 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42cc91e0 self=0x777a7428
| sysTid=1066 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=2004041200
| state=S schedstat=( 14057352890 20993628064 33206 ) utm=1038 stm=367 core=2
at java.lang.Object.wait(Native Method)
- waiting on <0x42cc9300> (a java.lang.VMThread) held by tid=16 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"AsyncTask #2" prio=5 tid=15 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42cc26e8 self=0x757ea548
| sysTid=1065 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=2003968016
| state=S schedstat=( 15110376688 22956852422 35486 ) utm=1144 stm=367 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x42cc2808> (a java.lang.VMThread) held by tid=15 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"AsyncTask #1" prio=5 tid=14 WAIT
| group="main" sCount=1 dsCount=0 obj=0x42959548 self=0x757e6e28
| sysTid=921 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1971212504
| state=S schedstat=( 13379879231 21748349095 32872 ) utm=1031 stm=306 core=1
at java.lang.Object.wait(Native Method)
- waiting on <0x42950838> (a java.lang.VMThread) held by tid=14 (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:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
"WifiManager" prio=5 tid=13 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x428c1bf8 self=0x757e3a40
| sysTid=920 nice=0 sched=0/0 cgrp=apps handle=1971207832
| state=S schedstat=( 6321761430 25245680856 60937 ) utm=327 stm=305 core=0
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /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:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"SystemUI StorageNotification" prio=5 tid=12 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42655118 self=0x75623518
| sysTid=889 nice=0 sched=0/0 cgrp=apps handle=1969371504
| state=S schedstat=( 10494896 5945418 19 ) utm=1 stm=0 core=1
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 0001063f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
#02 pc 00010869 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#03 pc 0006a5a9 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001dbcc /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0004e123 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#06 pc 00026fe0 /system/lib/libdvm.so
#07 pc 0002dfa0 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#08 pc 0002b638 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#09 pc 0006057d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#10 pc 000605a1 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#11 pc 00055287 /system/lib/libdvm.so
#12 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#13 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:138)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:61)
"SoundPoolThread" prio=5 tid=11 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4264d508 self=0x74f8cd98
| sysTid=872 nice=0 sched=0/0 cgrp=apps handle=1962460264
| state=S schedstat=( 7241665 1546147 12 ) utm=0 stm=0 core=1
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00065e21 /system/lib/libmedia.so
#04 pc 00065e73 /system/lib/libmedia.so (android::SoundPoolThread::read()+16)
#05 pc 0006601f /system/lib/libmedia.so (android::SoundPoolThread::run()+14)
#06 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#07 pc 0000e58f /system/lib/libutils.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"SoundPool" prio=5 tid=10 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4264d190 self=0x74f8c6b0
| sysTid=871 nice=0 sched=0/0 cgrp=apps handle=1962459680
| state=S schedstat=( 15429017 15099840 152 ) utm=0 stm=1 core=1
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 000659b7 /system/lib/libmedia.so (android::SoundPool::run()+20)
#04 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#05 pc 0000e58f /system/lib/libutils.so
#06 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#07 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_2" prio=5 tid=9 SUSPENDED
| group="main" sCount=1 dsCount=0 obj=0x4263a7f8 self=0x74ef8008
| sysTid=869 nice=0 sched=0/0 cgrp=apps handle=1953834688
| state=S schedstat=( 17243278293 59166197700 144984 ) utm=1065 stm=659 core=3
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 000536b3 /system/lib/libdvm.so
#04 pc 00053c75 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)
#05 pc 0004a4f5 /system/lib/libdvm.so
#06 pc 00070643 /system/lib/libandroid_runtime.so
#07 pc 00070e3d /system/lib/libandroid_runtime.so
#08 pc 00019225 /system/lib/libbinder.so (android::BBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+60)
#09 pc 0001d799 /system/lib/libbinder.so (android::IPCThreadState::executeCommand(int)+508)
#10 pc 0001db17 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+38)
#11 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#12 pc 000219f5 /system/lib/libbinder.so
#13 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#14 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#15 pc 0000e58f /system/lib/libutils.so
#16 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#17 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Binder_1" prio=5 tid=8 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x42639200 self=0x74752008
| sysTid=868 nice=0 sched=0/0 cgrp=apps handle=1953782328
| state=S schedstat=( 17343823800 58889979214 145315 ) utm=1061 stm=673 core=0
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0004d24d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#08 pc 0000e58f /system/lib/libutils.so
#09 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#10 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"FinalizerWatchdogDaemon" daemon prio=5 tid=7 WAIT
| group="system" sCount=1 dsCount=0 obj=0x42635f80 self=0x74744e90
| sysTid=867 nice=0 sched=0/0 cgrp=apps handle=1953780456
| state=S schedstat=( 230655422 1714919770 7184 ) utm=12 stm=11 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x415f9348> (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=0x42635e28 self=0x74744560
| sysTid=866 nice=0 sched=0/0 cgrp=apps handle=1953778104
| state=S schedstat=( 12292342307 5251868793 22222 ) utm=874 stm=355 core=1
at java.lang.Object.wait(Native Method)
- waiting on <0x415e4718> (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=0x42635cc0 self=0x74743cb8
| sysTid=865 nice=0 sched=0/0 cgrp=apps handle=1953775888
| state=S schedstat=( 1446513166 958538954 19887 ) utm=121 stm=23 core=2
at java.lang.Object.wait(Native Method)
- waiting on <0x415e4640>
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=0x42635bd0 self=0x74743860
| sysTid=864 nice=0 sched=0/0 cgrp=apps handle=1096672384
| state=S schedstat=( 6005198943 8779424561 62334 ) utm=326 stm=274 core=0
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00073cff /system/lib/libdvm.so
#04 pc 00054969 /system/lib/libdvm.so
#05 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
"Signal Catcher" daemon prio=5 tid=3 RUNNABLE
| group="system" sCount=0 dsCount=0 obj=0x42635ad8 self=0x415de028
| sysTid=863 nice=0 sched=0/0 cgrp=apps handle=1871128824
| state=R schedstat=( 76809658 166554726 369 ) utm=4 stm=3 core=0
at dalvik.system.NativeStart.run(Native Method)
"GC" daemon prio=5 tid=2 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x426359f8 self=0x6e49d810
| sysTid=862 nice=0 sched=0/0 cgrp=apps handle=1953763088
| state=S schedstat=( 39733421034 17047249730 32593 ) utm=3473 stm=500 core=3
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0007277b /system/lib/libdvm.so
#04 pc 00054969 /system/lib/libdvm.so
#05 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#06 pc 0000d308 /system/lib/libc.so (pthread_create+240)
at dalvik.system.NativeStart.run(Native Method)
NATIVE THREADS:
"AudioTrack" sysTid=24065 nice=-16 sched=0/0 cgrp=apps
| state=S schedstat=( 248699 135521 7 ) utm=0 stm=0 core=0
"GL updater" sysTid=2493 nice=-10 sched=0/0 cgrp=apps
| state=S schedstat=( 18861421 14622094 1048 ) utm=0 stm=1 core=1
"GL updater" sysTid=12109 nice=-10 sched=0/0 cgrp=apps
| state=S schedstat=( 9159487 23838542 490 ) utm=0 stm=0 core=0
----- end 858 -----
----- pid 190 at 2014-10-08 12:54:16 -----
Cmd line: /system/bin/mediaserver
"mediaserver" sysTid=190
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 00001b93 /system/bin/mediaserver
#06 pc 0000e34b /system/lib/libc.so (__libc_init+50)
#07 pc 000015e8 /system/bin/mediaserver
"ApmTone" sysTid=800
#00 pc 00021908 /system/lib/libc.so (__futex_syscall3+12)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 00019ca1 /system/lib/libaudioflinger.so
#03 pc 000279eb /system/lib/libaudioflinger.so
#04 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#05 pc 0000e58f /system/lib/libutils.so
#06 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#07 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"ApmAudio" sysTid=801
#00 pc 00021908 /system/lib/libc.so (__futex_syscall3+12)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 00019ca1 /system/lib/libaudioflinger.so
#03 pc 000279eb /system/lib/libaudioflinger.so
#04 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#05 pc 0000e58f /system/lib/libutils.so
#06 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#07 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"ApmOutput" sysTid=802
#00 pc 00021908 /system/lib/libc.so (__futex_syscall3+12)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 00019ca1 /system/lib/libaudioflinger.so
#03 pc 000279eb /system/lib/libaudioflinger.so
#04 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#05 pc 0000e58f /system/lib/libutils.so
#06 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#07 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"FastMixer" sysTid=813
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 00028f73 /system/lib/libaudioflinger.so
#02 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#03 pc 0000e58f /system/lib/libutils.so
#04 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#05 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"AudioOut_2" sysTid=820
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00019c69 /system/lib/libaudioflinger.so
#04 pc 0001ba31 /system/lib/libaudioflinger.so
#05 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 0000e58f /system/lib/libutils.so
#07 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#08 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"AudioOut_3" sysTid=821
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 00019c69 /system/lib/libaudioflinger.so
#04 pc 0001ba31 /system/lib/libaudioflinger.so
#05 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#06 pc 0000e58f /system/lib/libutils.so
#07 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#08 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"Binder_1" sysTid=824
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0000e58f /system/lib/libutils.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"Binder_2" sysTid=853
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0000e58f /system/lib/libutils.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"Binder_3" sysTid=8273
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0000e58f /system/lib/libutils.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"cam_data_proc" sysTid=18755
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0000ae03 /system/vendor/lib/libqomx_jpegenc.so (QOMXImageCodec::handleMessage()+42)
#04 pc 00005bb3 /system/vendor/lib/libqomx_jpegenc.so (OMXImageEncoder::Execute()+38)
#05 pc 0000805b /system/vendor/lib/libmmqjpeg_codec.so (QIThread::run(QThreadObject*)+30)
#06 pc 000080a9 /system/vendor/lib/libmmqjpeg_codec.so (QIThread::sRun(void*)+72)
#07 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#08 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"Binder_4" sysTid=8372
#00 pc 00020588 /system/lib/libc.so (__ioctl+8)
#01 pc 0002cb37 /system/lib/libc.so (ioctl+14)
#02 pc 0001d3ed /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001daf7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
#04 pc 0001db8d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#05 pc 000219f5 /system/lib/libbinder.so
#06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#07 pc 0000e58f /system/lib/libutils.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"cam_data_proc" sysTid=10179
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0000ae03 /system/vendor/lib/libqomx_jpegenc.so (QOMXImageCodec::handleMessage()+42)
#04 pc 00005bb3 /system/vendor/lib/libqomx_jpegenc.so (OMXImageEncoder::Execute()+38)
#05 pc 0000805b /system/vendor/lib/libmmqjpeg_codec.so (QIThread::run(QThreadObject*)+30)
#06 pc 000080a9 /system/vendor/lib/libmmqjpeg_codec.so (QIThread::sRun(void*)+72)
#07 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#08 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"cam_data_proc" sysTid=12549
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0000ae03 /system/vendor/lib/libqomx_jpegenc.so (QOMXImageCodec::handleMessage()+42)
#04 pc 00005bb3 /system/vendor/lib/libqomx_jpegenc.so (OMXImageEncoder::Execute()+38)
#05 pc 0000805b /system/vendor/lib/libmmqjpeg_codec.so (QIThread::run(QThreadObject*)+30)
#06 pc 000080a9 /system/vendor/lib/libmmqjpeg_codec.so (QIThread::sRun(void*)+72)
#07 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#08 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"TimedEventQueue" sysTid=2454
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 00125d3b /system/lib/libchromium_net.so
#02 pc 00125b21 /system/lib/libchromium_net.so
#03 pc 00054335 /system/lib/libchromium_net.so
#04 pc 0005335f /system/lib/libchromium_net.so (MessageLoop::RunInternal()+134)
#05 pc 000533bd /system/lib/libchromium_net.so (MessageLoop::Run()+16)
#06 pc 0007229f /system/lib/libchromium_net.so (base::Thread::ThreadMain()+274)
#07 pc 00071cf7 /system/lib/libchromium_net.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"TimedEventQueue" sysTid=2455
#00 pc 0002173c /system/lib/libc.so (epoll_wait+12)
#01 pc 00125d3b /system/lib/libchromium_net.so
#02 pc 00125b21 /system/lib/libchromium_net.so
#03 pc 00054335 /system/lib/libchromium_net.so
#04 pc 0005335f /system/lib/libchromium_net.so (MessageLoop::RunInternal()+134)
#05 pc 000533bd /system/lib/libchromium_net.so (MessageLoop::Run()+16)
#06 pc 0007229f /system/lib/libchromium_net.so (base::Thread::ThreadMain()+274)
#07 pc 00071cf7 /system/lib/libchromium_net.so
#08 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#09 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"cam_data_proc" sysTid=6657
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0000ae03 /system/vendor/lib/libqomx_jpegenc.so (QOMXImageCodec::handleMessage()+42)
#04 pc 00005bb3 /system/vendor/lib/libqomx_jpegenc.so (OMXImageEncoder::Execute()+38)
#05 pc 0000805b /system/vendor/lib/libmmqjpeg_codec.so (QIThread::run(QThreadObject*)+30)
#06 pc 000080a9 /system/vendor/lib/libmmqjpeg_codec.so (QIThread::sRun(void*)+72)
#07 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#08 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"cam_data_proc" sysTid=27657
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0000ae03 /system/vendor/lib/libqomx_jpegenc.so (QOMXImageCodec::handleMessage()+42)
#04 pc 00005bb3 /system/vendor/lib/libqomx_jpegenc.so (OMXImageEncoder::Execute()+38)
#05 pc 0000805b /system/vendor/lib/libmmqjpeg_codec.so (QIThread::run(QThreadObject*)+30)
#06 pc 000080a9 /system/vendor/lib/libmmqjpeg_codec.so (QIThread::sRun(void*)+72)
#07 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#08 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"cam_data_proc" sysTid=32335
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0000ae03 /system/vendor/lib/libqomx_jpegenc.so (QOMXImageCodec::handleMessage()+42)
#04 pc 00005bb3 /system/vendor/lib/libqomx_jpegenc.so (OMXImageEncoder::Execute()+38)
#05 pc 0000805b /system/vendor/lib/libmmqjpeg_codec.so (QIThread::run(QThreadObject*)+30)
#06 pc 000080a9 /system/vendor/lib/libmmqjpeg_codec.so (QIThread::sRun(void*)+72)
#07 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#08 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"cam_data_proc" sysTid=8565
#00 pc 00021904 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 0000eec4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 0000ef24 /system/lib/libc.so (__pthread_cond_timedwait+64)
#03 pc 0000ae03 /system/vendor/lib/libqomx_jpegenc.so (QOMXImageCodec::handleMessage()+42)
#04 pc 00005bb3 /system/vendor/lib/libqomx_jpegenc.so (OMXImageEncoder::Execute()+38)
#05 pc 0000805b /system/vendor/lib/libmmqjpeg_codec.so (QIThread::run(QThreadObject*)+30)
#06 pc 000080a9 /system/vendor/lib/libmmqjpeg_codec.so (QIThread::sRun(void*)+72)
#07 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#08 pc 0000d308 /system/lib/libc.so (pthread_create+240)
----- end 190 -----
----- pid 202 at 2014-10-08 12:54:17 -----
Cmd line: /system/bin/sdcard
"sdcard" sysTid=202
#00 pc 000202c8 /system/lib/libc.so (read+12)
#01 pc 00002f4f /system/bin/sdcard
#02 pc 0000322f /system/bin/sdcard
#03 pc 0000e34b /system/lib/libc.so (__libc_init+50)
#04 pc 00001388 /system/bin/sdcard
"sdcard" sysTid=212
#00 pc 000202c4 /system/lib/libc.so (read+8)
#01 pc 000027f9 /system/bin/sdcard
#02 pc 0000307b /system/bin/sdcard
#03 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#04 pc 0000d308 /system/lib/libc.so (pthread_create+240)
"sdcard" sysTid=213
#00 pc 000202c4 /system/lib/libc.so (read+8)
#01 pc 000027f9 /system/bin/sdcard
#02 pc 0000307b /system/bin/sdcard
#03 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
#04 pc 0000d308 /system/lib/libc.so (pthread_create+240)
----- end 202 -----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment