View Issue Details

IDProjectCategoryView StatusLast Update
0011885MMAGeneralpublic2014-06-19 21:12
Reporterrusty Assigned To 
PriorityimmediateSeveritymajorReproducibilitysometimes
Status closedResolutionfixed 
Product Version1.0.4 
Target Version1.0.4Fixed in Version1.0.4 
Summary0011885: ANR keyDispatchingTimedOut
DescriptionNote: reported once in 228 and twice in 227.

----- pid 3686 at 2014-02-19 16:31:43 -----
Cmd line: com.ventismedia.android.mediamonkeybeta

DALVIK THREADS:
(mutexes: tll=0 tsl=0 tscl=0 ghl=2)

"main" prio=5 tid=1 SUSPENDED JIT
| group="main" sCount=1 dsCount=0 obj=0x40c316d0 self=0x48cc90b8
| sysTid=3686 nice=0 sched=0/0 cgrp=apps handle=1075419184
| schedstat=( 0 0 0 ) utm=3149 stm=393 core=0
at java.lang.AbstractStringBuilder.enlargeBuffer(AbstractStringBuilder.java:0000072:0000094)
at java.lang.AbstractStringBuilder.append0(AbstractStringBuilder.java:145)
at java.lang.StringBuilder.append(StringBuilder.java:216)
at com.ventismedia.android.mediamonkey.components.ErrorLogContainer.addDetail(ErrorLogContainer.java:76)
at com.ventismedia.android.mediamonkey.components.ErrorLogContainer.init(ErrorLogContainer.java:95)
at com.ventismedia.android.mediamonkey.ui.dialogs.SyncFinalDialogFragment$SyncFinalDialog.<init>(SyncFinalDialogFragment.java:104)
at com.ventismedia.android.mediamonkey.ui.dialogs.SyncFinalDialogFragment.onCreateDialog(SyncFinalDialogFragment.java:51)
at android.support.v4.app.DialogFragment.getLayoutInflater(DialogFragment.java:295)
at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:927)
at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1104)
at android.support.v4.app.BackStackRecord.run(BackStackRecord.java:682)
at android.support.v4.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1467)
at android.support.v4.app.FragmentActivity.onPostResume(FragmentActivity.java:456)
at android.app.Activity.performResume(Activity.java:5161)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2997)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3055)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1373)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:155)
at android.app.ActivityThread.main(ActivityThread.java:5454)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1029)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:796)
at dalvik.system.NativeStart.main(Native Method)

"Binder_5" prio=5 tid=32 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41901f08 self=0x4001a8d8
| sysTid=5761 nice=0 sched=0/0 cgrp=apps handle=1452087496
| schedstat=( 0 0 0 ) utm=0 stm=0 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_4" prio=5 tid=27 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x415ce7a8 self=0x568eab20
| sysTid=4588 nice=0 sched=0/0 cgrp=apps handle=1407438432
| schedstat=( 0 0 0 ) utm=45 stm=15 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"ModernAsyncTask #1" prio=5 tid=12 WAIT
| group="main" sCount=1 dsCount=0 obj=0x4136fe08 self=0x53f93e98
| sysTid=4580 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1454376328
| schedstat=( 0 0 0 ) utm=0 stm=0 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x40fccd28> (a java.lang.VMThread) held by tid=12 (ModernAsyncTask #1)
at java.lang.Thread.parkFor(Thread.java:1250)
at sun.misc.Unsafe.park(Unsafe.java:323)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2022)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1009)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1069)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:864)

"FileObserver" prio=5 tid=23 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4105fa10 self=0x53fc6aa8
| sysTid=4191 nice=0 sched=0/0 cgrp=apps handle=1409052408
| schedstat=( 0 0 0 ) utm=2 stm=0 core=0
#00 pc 0000c99c /system/lib/libc.so (read+12)
#01 pc 00082831 /system/lib/libandroid_runtime.so
#02 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#03 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#04 pc 00028ba0 /system/lib/libdvm.so
#05 pc 0002eb60 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+228)
#06 pc 00068631 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
#07 pc 0006865b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#08 pc 0005b6e3 /system/lib/libdvm.so
#09 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
0000010 pc 00012608 /system/lib/libc.so (pthread_create+172)
at android.os.FileObserver$ObserverThread.observe(Native Method)
at android.os.FileObserver$ObserverThread.run(FileObserver.java:88)

"Thread-395" prio=2 tid=22 WAIT
| group="main" sCount=1 dsCount=0 obj=0x410a6658 self=0x53fc79e0
| sysTid=4124 nice=16 sched=0/0 cgrp=apps/bg_non_interactive handle=1442679840
| schedstat=( 0 0 0 ) utm=0 stm=0 core=1
at java.lang.Object.wait(Native Method)
- waiting on <0x410a6778> (a java.lang.VMThread) held by tid=22 (Thread-395)
at java.lang.Thread.parkFor(Thread.java:1250)
at sun.misc.Unsafe.park(Unsafe.java:323)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2022)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1009)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1069)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:864)

"Thread-394" prio=2 tid=21 WAIT
| group="main" sCount=1 dsCount=0 obj=0x410a5128 self=0x53fc6f40
| sysTid=4123 nice=16 sched=0/0 cgrp=apps/bg_non_interactive handle=1409054376
| schedstat=( 0 0 0 ) utm=0 stm=0 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x410a5248> (a java.lang.VMThread) held by tid=21 (Thread-394)
at java.lang.Thread.parkFor(Thread.java:1250)
at sun.misc.Unsafe.park(Unsafe.java:323)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2022)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1009)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1069)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:864)

"Thread-393" prio=2 tid=20 WAIT
| group="main" sCount=1 dsCount=0 obj=0x410a3d00 self=0x56b37f30
| sysTid=4122 nice=16 sched=0/0 cgrp=apps/bg_non_interactive handle=1454603088
| schedstat=( 0 0 0 ) utm=0 stm=0 core=1
at java.lang.Object.wait(Native Method)
- waiting on <0x410a3e48> (a java.lang.VMThread) held by tid=20 (Thread-393)
at java.lang.Thread.parkFor(Thread.java:1250)
at sun.misc.Unsafe.park(Unsafe.java:323)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2022)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1009)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1069)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:864)

"Thread-392" prio=2 tid=19 WAIT
| group="main" sCount=1 dsCount=0 obj=0x41108f98 self=0x5442a338
| sysTid=4107 nice=16 sched=0/0 cgrp=apps/bg_non_interactive handle=1454586648
| schedstat=( 0 0 0 ) utm=2 stm=1 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x411091b8> (a java.lang.VMThread) held by tid=19 (Thread-392)
at java.lang.Thread.parkFor(Thread.java:1250)
at sun.misc.Unsafe.park(Unsafe.java:323)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2022)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1009)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1069)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:864)

"Thread-391" prio=2 tid=17 WAIT
| group="main" sCount=1 dsCount=0 obj=0x411038e8 self=0x56b324c0
| sysTid=4106 nice=16 sched=0/0 cgrp=apps/bg_non_interactive handle=1454458912
| schedstat=( 0 0 0 ) utm=6 stm=4 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x41107a20> (a java.lang.VMThread) held by tid=17 (Thread-391)
at java.lang.Thread.parkFor(Thread.java:1250)
at sun.misc.Unsafe.park(Unsafe.java:323)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2022)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1009)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1069)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:864)

"Thread-387" prio=2 tid=15 WAIT
| group="main" sCount=1 dsCount=0 obj=0x4119de10 self=0x51386a18
| sysTid=3862 nice=16 sched=0/0 cgrp=apps/bg_non_interactive handle=1350834040
| schedstat=( 0 0 0 ) utm=7 stm=1 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x40fed498> (a java.lang.VMThread) held by tid=15 (Thread-387)
at java.lang.Thread.parkFor(Thread.java:1250)
at sun.misc.Unsafe.park(Unsafe.java:323)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2022)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1009)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1069)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:864)

"pool-1-thread-1" prio=5 tid=13 WAIT
| group="main" sCount=1 dsCount=0 obj=0x41235840 self=0x507efff8
| sysTid=3708 nice=0 sched=0/0 cgrp=apps handle=1350642784
| schedstat=( 0 0 0 ) utm=4 stm=1 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x41235af0> (a java.lang.VMThread) held by tid=13 (pool-1-thread-1)
at java.lang.Thread.parkFor(Thread.java:1250)
at sun.misc.Unsafe.park(Unsafe.java:323)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2022)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1009)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1069)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:864)

"Binder_3" prio=5 tid=10 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x40fbe950 self=0x4db2aa08
| sysTid=3701 nice=0 sched=0/0 cgrp=apps handle=1349985976
| schedstat=( 0 0 0 ) utm=41 stm=20 core=1
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_2" prio=5 tid=9 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x40fbd090 self=0x4d13f7d0
| sysTid=3699 nice=0 sched=0/0 cgrp=apps handle=1303565528
| schedstat=( 0 0 0 ) utm=45 stm=16 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_1" prio=5 tid=8 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x40fbb970 self=0x40091008
| sysTid=3698 nice=0 sched=0/0 cgrp=apps handle=1350504344
| schedstat=( 0 0 0 ) utm=44 stm=18 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"FinalizerWatchdogDaemon" daemon prio=5 tid=7 WAIT
| group="system" sCount=1 dsCount=0 obj=0x40fb7348 self=0x50771fb0
| sysTid=3697 nice=0 sched=0/0 cgrp=apps handle=1074293712
| schedstat=( 0 0 0 ) utm=0 stm=2 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x40c38f08> (a java.lang.Daemons$FinalizerWatchdogDaemon)
at java.lang.Object.wait(Object.java:364)
at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:222)
at java.lang.Thread.run(Thread.java:864)

"FinalizerDaemon" daemon prio=5 tid=6 WAIT
| group="system" sCount=1 dsCount=0 obj=0x40fb71f0 self=0x4ddc23a8
| sysTid=3696 nice=0 sched=0/0 cgrp=apps handle=1075027016
| schedstat=( 0 0 0 ) utm=546 stm=66 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x40c276a8> (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:177)
at java.lang.Thread.run(Thread.java:864)

"ReferenceQueueDaemon" daemon prio=5 tid=5 WAIT
| group="system" sCount=1 dsCount=0 obj=0x40fb7088 self=0x4c0a9008
| sysTid=3695 nice=0 sched=0/0 cgrp=apps handle=1075766784
| schedstat=( 0 0 0 ) utm=74 stm=7 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x40c275d0>
at java.lang.Object.wait(Object.java:364)
at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:137)
at java.lang.Thread.run(Thread.java:864)

"Compiler" daemon prio=5 tid=4 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x40fb6f98 self=0x4d7b01e0
| sysTid=3694 nice=0 sched=0/0 cgrp=apps handle=1301055688
| schedstat=( 0 0 0 ) utm=426 stm=251 core=1
#00 pc 0000dce0 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 00012ef4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 00012f50 /system/lib/libc.so (__pthread_cond_timedwait+60)
#03 pc 0007b70f /system/lib/libdvm.so
#04 pc 0005abff /system/lib/libdvm.so
#05 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#06 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Signal Catcher" daemon prio=5 tid=3 RUNNABLE
| group="system" sCount=0 dsCount=0 obj=0x40fb6ea0 self=0x4c0aa8f0
| sysTid=3693 nice=0 sched=0/0 cgrp=apps handle=1301055600
| schedstat=( 0 0 0 ) utm=0 stm=2 core=0
at dalvik.system.NativeStart.run(Native Method)

"GC" daemon prio=5 tid=2 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x40fb6dc0 self=0x492d2130
| sysTid=3688 nice=0 sched=0/0 cgrp=apps handle=1306312416
| schedstat=( 0 0 0 ) utm=18438 stm=343 core=0
#00 pc 0000dce4 /system/lib/libc.so (__futex_syscall3+12)
#01 pc 00012ef4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 00012f50 /system/lib/libc.so (__pthread_cond_timedwait+60)
#03 pc 00058a41 /system/lib/libdvm.so (dvmRelativeCondWait(pthread_cond_t*, pthread_mutex_t*, long long, int)+112)
#04 pc 0007a145 /system/lib/libdvm.so
#05 pc 0005abff /system/lib/libdvm.so
#06 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#07 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

NATIVE THREADS:
"GL updater" sysTid=5257 nice=-10 sched=0/0 cgrp=apps
| schedstat=( 0 0 0 ) utm=2 stm=9 core=1

----- end 3686 -----


----- pid 612 at 2014-02-19 16:31:43 -----
Cmd line: system_server

DALVIK THREADS:
(mutexes: tll=0 tsl=0 tscl=0 ghl=0)

"main" prio=5 tid=1 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x40c316d0 self=0x48cc90b8
| sysTid=612 nice=0 sched=0/0 cgrp=apps handle=1075419184
| schedstat=( 0 0 0 ) utm=309 stm=44 core=1
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 00001369 /system/lib/libsystem_server.so (system_init+528)
#05 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#06 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#07 pc 00028ba0 /system/lib/libdvm.so
#08 pc 0002eb60 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+228)
#09 pc 0006893f /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+374)
0000010 pc 0007146b /system/lib/libdvm.so
#11 pc 00028ba0 /system/lib/libdvm.so
#12 pc 0002eb60 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+228)
#13 pc 00068631 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
#14 pc 0004e96b /system/lib/libdvm.so
#15 pc 00049b75 /system/lib/libandroid_runtime.so
#16 pc 0004a8ed /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+540)
#17 pc 00000e33 /system/bin/app_process
#18 pc 000171d3 /system/lib/libc.so (__libc_init+38)
#19 pc 00000b74 /system/bin/app_process
at com.android.server.SystemServer.init1(Native Method)
at com.android.server.SystemServer.main(SystemServer.java:1112)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1029)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:796)
at dalvik.system.NativeStart.main(Native Method)

"SyncHandler-0" prio=5 tid=96 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41a4aaf0 self=0x4d7b1008
| sysTid=2126 nice=0 sched=0/0 cgrp=apps handle=1575102080
| schedstat=( 0 0 0 ) utm=0 stm=0 core=1
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at android.os.HandlerThread.run(HandlerThread.java:60)

"Binder_10" prio=5 tid=89 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41e30d00 self=0x5136d3b8
| sysTid=1643 nice=0 sched=0/0 cgrp=apps handle=1591942152
| schedstat=( 0 0 0 ) utm=229 stm=54 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_F" prio=5 tid=87 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41e934f8 self=0x57054f40
| sysTid=1611 nice=0 sched=0/0 cgrp=apps handle=1545251648
| schedstat=( 0 0 0 ) utm=266 stm=63 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_E" prio=5 tid=85 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41ed8380 self=0x53bcc428
| sysTid=1610 nice=0 sched=0/0 cgrp=apps handle=1545250752
| schedstat=( 0 0 0 ) utm=266 stm=46 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_D" prio=5 tid=95 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41ddc868 self=0x53b92418
| sysTid=1152 nice=0 sched=0/0 cgrp=apps handle=1466321344
| schedstat=( 0 0 0 ) utm=228 stm=57 core=1
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_C" prio=5 tid=94 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41ddc778 self=0x57560608
| sysTid=1151 nice=0 sched=0/0 cgrp=apps handle=1450375936
| schedstat=( 0 0 0 ) utm=238 stm=48 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_B" prio=5 tid=93 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41934a68 self=0x577b5010
| sysTid=1148 nice=0 sched=0/0 cgrp=apps handle=1429729688
| schedstat=( 0 0 0 ) utm=248 stm=63 core=1
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_A" prio=5 tid=92 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x419d17f8 self=0x5674a5f0
| sysTid=1147 nice=0 sched=0/0 cgrp=apps handle=1429727904
| schedstat=( 0 0 0 ) utm=247 stm=42 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"SoundPool" prio=5 tid=91 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x418c0cb0 self=0x565376e8
| sysTid=1116 nice=0 sched=0/0 cgrp=apps handle=1417235904
| schedstat=( 0 0 0 ) utm=0 stm=0 core=1
#00 pc 0000dce0 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 00012ef4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 00012f50 /system/lib/libc.so (__pthread_cond_timedwait+60)
#03 pc 0005d059 /system/lib/libmedia.so (android::SoundPool::run()+22)
#04 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#05 pc 0001259b /system/lib/libutils.so
#06 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#07 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"SoundPoolThread" prio=5 tid=90 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x418818d8 self=0x575b6210
| sysTid=1117 nice=0 sched=0/0 cgrp=apps handle=1545259496
| schedstat=( 0 0 0 ) utm=0 stm=0 core=1
#00 pc 0000dce0 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 00012ef4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 00012f50 /system/lib/libc.so (__pthread_cond_timedwait+60)
#03 pc 0005d30d /system/lib/libmedia.so (android::SoundPoolThread::read()+16)
#04 pc 0005d4c9 /system/lib/libmedia.so (android::SoundPoolThread::run()+24)
#05 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#06 pc 0001259b /system/lib/libutils.so
#07 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#08 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Thread-109" prio=5 tid=88 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x419d2190 self=0x5def2b68
| sysTid=1115 nice=0 sched=0/0 cgrp=apps handle=1571277104
| schedstat=( 0 0 0 ) utm=0 stm=0 core=1
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at com.htc.server.HtcDeviceInfoManager$ReceiverHelper$1.run(HtcDeviceInfoManager.java:245)

"com.android.server.DisplayListener" prio=5 tid=86 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x418a9cd8 self=0x5e386b60
| sysTid=1096 nice=0 sched=0/0 cgrp=apps handle=1466263224
| schedstat=( 0 0 0 ) utm=0 stm=0 core=1
#00 pc 0000d798 /system/lib/libc.so (recvmsg+8)
#01 pc 00065a4b /system/lib/libandroid_runtime.so
#02 pc 00065bff /system/lib/libandroid_runtime.so
#03 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#05 pc 00028ba0 /system/lib/libdvm.so
#06 pc 0002eb60 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+228)
#07 pc 00068631 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
#08 pc 0006865b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#09 pc 0005b6e3 /system/lib/libdvm.so
0000010 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#11 pc 00012608 /system/lib/libc.so (pthread_create+172)
at android.net.LocalSocketImpl.readba_native(Native Method)
at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:29)
at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:92)
at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:78)
at com.android.server.DisplayListener.listenToSocket(DisplayListener.java:157)
at com.android.server.DisplayListener.run(DisplayListener.java:238)
at java.lang.Thread.run(Thread.java:864)

"Binder_9" prio=5 tid=84 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41916ef0 self=0x556d90d8
| sysTid=1092 nice=0 sched=0/0 cgrp=apps handle=1590454056
| schedstat=( 0 0 0 ) utm=323 stm=55 core=1
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"GpsLocationProvider" prio=5 tid=83 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41d04dd0 self=0x56753358
| sysTid=1090 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1404384592
| schedstat=( 0 0 0 ) utm=3 stm=0 core=1
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at com.android.server.location.GpsLocationProvider$GpsLocationProviderThread.run(GpsLocationProvider.java:3594)

"loc_eng" prio=5 tid=82 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41afd7a8 self=0x540638b8
| sysTid=1085 nice=0 sched=0/0 cgrp=apps handle=1350357760
| schedstat=( 0 0 0 ) utm=0 stm=5 core=0
#00 pc 0000dce0 /system/lib/libc.so (__futex_syscall3+8)
#01 pc 00012ef4 /system/lib/libc.so (__pthread_cond_timedwait_relative+48)
#02 pc 00012f50 /system/lib/libc.so (__pthread_cond_timedwait+60)
#03 pc 00001c79 /system/lib/libgps.utils.so (msg_q_rcv+236)
#04 pc 00003dc7 /system/lib/libloc_eng.so
#05 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#06 pc 0001259b /system/lib/libutils.so
#07 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#08 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_8" prio=5 tid=81 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41b08970 self=0x56245a48
| sysTid=1073 nice=0 sched=0/0 cgrp=apps handle=1073848664
| schedstat=( 0 0 0 ) utm=217 stm=64 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_7" prio=5 tid=80 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41e80c80 self=0x5fbc4450
| sysTid=1072 nice=0 sched=0/0 cgrp=apps handle=1606173712
| schedstat=( 0 0 0 ) utm=294 stm=51 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_6" prio=5 tid=79 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41e82a70 self=0x4bfdd618
| sysTid=1069 nice=0 sched=0/0 cgrp=apps handle=1306464744
| schedstat=( 0 0 0 ) utm=318 stm=42 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_5" prio=5 tid=78 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41e82e58 self=0x5ec9bbe8
| sysTid=1056 nice=0 sched=0/0 cgrp=apps handle=1590279080
| schedstat=( 0 0 0 ) utm=248 stm=60 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Binder_4" prio=5 tid=77 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41e82d68 self=0x5ec9b438
| sysTid=1055 nice=0 sched=0/0 cgrp=apps handle=1450691928
| schedstat=( 0 0 0 ) utm=308 stm=51 core=0
#00 pc 0000cbd0 /system/lib/libc.so (__ioctl+8)
#01 pc 0002802d /system/lib/libc.so (ioctl+16)
#02 pc 0001a515 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+124)
#03 pc 0001acc7 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+154)
#04 pc 0001f811 /system/lib/libbinder.so
#05 pc 00012b17 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
#06 pc 00049a73 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+90)
#07 pc 0001259b /system/lib/libutils.so
#08 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#09 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"NetworkTimeUpdateService" prio=5 tid=76 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41e68b88 self=0x5ec85a38
| sysTid=1007 nice=0 sched=0/0 cgrp=apps handle=1590189704
| schedstat=( 0 0 0 ) utm=0 stm=0 core=1
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at android.os.HandlerThread.run(HandlerThread.java:60)

"ThrottleService" prio=5 tid=75 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41e63b08 self=0x5ec850b8
| sysTid=1006 nice=0 sched=0/0 cgrp=apps handle=1362550592
| schedstat=( 0 0 0 ) utm=3 stm=1 core=0
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00028ba0 /system/lib/libdvm.so
#07 pc 0002eb60 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+228)
#08 pc 00068631 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
#09 pc 0006865b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
0000010 pc 0005b6e3 /system/lib/libdvm.so
#11 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#12 pc 00012608 /system/lib/libc.so (pthread_create+172)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at android.os.HandlerThread.run(HandlerThread.java:60)

"CountryDetectorService" prio=5 tid=74 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41e62160 self=0x5ec827e0
| sysTid=1005 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1589165344
| schedstat=( 0 0 0 ) utm=0 stm=0 core=1
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00028ba0 /system/lib/libdvm.so
#07 pc 0002eb60 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+228)
#08 pc 00068631 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
#09 pc 0006865b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
0000010 pc 0005b6e3 /system/lib/libdvm.so
#11 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#12 pc 00012608 /system/lib/libc.so (pthread_create+172)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at com.android.server.CountryDetectorService.run(CountryDetectorService.java:195)
at java.lang.Thread.run(Thread.java:864)

"LocationManagerService" prio=5 tid=73 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41e61f20 self=0x5ec821a8
| sysTid=1004 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1362545528
| schedstat=( 0 0 0 ) utm=10 stm=4 core=1
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at com.android.server.LocationManagerService.run(LocationManagerService.java:805)
at java.lang.Thread.run(Thread.java:864)

"watchdog" prio=5 tid=72 TIMED_WAIT
| group="main" sCount=1 dsCount=0 obj=0x411318e8 self=0x56215250
| sysTid=983 nice=0 sched=0/0 cgrp=apps handle=1466349176
| schedstat=( 0 0 0 ) utm=0 stm=0 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x411318e8> (a com.android.server.Watchdog)
at java.lang.Object.wait(Object.java:401)
at com.android.server.Watchdog.run(Watchdog.java:410)

"LSState thread" prio=5 tid=71 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41984800 self=0x5766a1c8
| sysTid=937 nice=0 sched=0/0 cgrp=apps handle=1466264968
| schedstat=( 0 0 0 ) utm=5 stm=1 core=0
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at android.os.HandlerThread.run(HandlerThread.java:60)

"pool-1-thread-1" prio=5 tid=70 WAIT
| group="main" sCount=1 dsCount=0 obj=0x419aea38 self=0x57041f30
| sysTid=923 nice=0 sched=0/0 cgrp=apps handle=1452418464
| schedstat=( 0 0 0 ) utm=1 stm=0 core=1
at java.lang.Object.wait(Native Method)
- waiting on <0x419b7438> (a java.lang.VMThread) held by tid=70 (pool-1-thread-1)
at java.lang.Thread.parkFor(Thread.java:1250)
at sun.misc.Unsafe.park(Unsafe.java:323)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2022)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1009)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1069)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:864)

"RefQueueWorker@org.apache.http.impl.conn.tsccm.ConnPoolByRoute@4186d1c8" daemon prio=5 tid=69 WAIT
| group="main" sCount=1 dsCount=0 obj=0x4186d3d0 self=0x57247400
| sysTid=878 nice=0 sched=0/0 cgrp=apps handle=1306275088
| schedstat=( 0 0 0 ) utm=0 stm=0 core=1
at java.lang.Object.wait(Native Method)
- waiting on <0x41af6ed8> (a java.lang.ref.ReferenceQueue)
at java.lang.Object.wait(Object.java:401)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
at org.apache.http.impl.conn.tsccm.RefQueueWorker.run(RefQueueWorker.java:102)
at java.lang.Thread.run(Thread.java:864)

"RefQueueWorker@org.apache.http.impl.conn.tsccm.ConnPoolByRoute@41a10078" daemon prio=5 tid=68 WAIT
| group="main" sCount=1 dsCount=0 obj=0x4192c7e8 self=0x56537298
| sysTid=875 nice=0 sched=0/0 cgrp=apps handle=1417236216
| schedstat=( 0 0 0 ) utm=0 stm=0 core=0
at java.lang.Object.wait(Native Method)
- waiting on <0x41a10240> (a java.lang.ref.ReferenceQueue)
at java.lang.Object.wait(Object.java:401)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73)
at org.apache.http.impl.conn.tsccm.RefQueueWorker.run(RefQueueWorker.java:102)
at java.lang.Thread.run(Thread.java:864)

"DhcpStateMachine" prio=5 tid=67 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x418cdc08 self=0x4d56cff0
| sysTid=865 nice=0 sched=0/0 cgrp=apps handle=1409693024
| schedstat=( 0 0 0 ) utm=0 stm=0 core=0
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00028ba0 /system/lib/libdvm.so
#07 pc 0002eb60 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+228)
#08 pc 00068631 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
#09 pc 0006865b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
0000010 pc 0005b6e3 /system/lib/libdvm.so
#11 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#12 pc 00012608 /system/lib/libc.so (pthread_create+172)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at android.os.HandlerThread.run(HandlerThread.java:60)

"WirelessDisplayService" prio=5 tid=66 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41b08f78 self=0x50835a38
| sysTid=848 nice=0 sched=0/0 cgrp=apps handle=1466855080
| schedstat=( 0 0 0 ) utm=3 stm=0 core=0
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at android.os.HandlerThread.run(HandlerThread.java:60)

"UserBehaviorLogging" prio=5 tid=65 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41b185b8 self=0x55fcfef0
| sysTid=847 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1447997176
| schedstat=( 0 0 0 ) utm=1 stm=0 core=0
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at android.os.HandlerThread.run(HandlerThread.java:60)

"backup" prio=5 tid=64 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4192eaa0 self=0x5707a268
| sysTid=844 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1275768648
| schedstat=( 0 0 0 ) utm=42 stm=5 core=0
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at android.os.HandlerThread.run(HandlerThread.java:60)

"WifiMonitor" prio=5 tid=63 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4196c098 self=0x55fcf318
| sysTid=843 nice=0 sched=0/0 cgrp=apps handle=1442641768
| schedstat=( 0 0 0 ) utm=0 stm=0 core=0
#00 pc 0000db28 /system/lib/libc.so (poll+12)
#01 pc 00005077 /system/lib/libhardware_legacy.so (wifi_ctrl_recv+70)
#02 pc 0000514d /system/lib/libhardware_legacy.so (wifi_wait_on_socket+72)
#03 pc 00066bbb /system/lib/libandroid_runtime.so
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00028ba0 /system/lib/libdvm.so
#07 pc 0002eb60 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+228)
#08 pc 00068631 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
#09 pc 0006865b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
0000010 pc 0005b6e3 /system/lib/libdvm.so
#11 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#12 pc 00012608 /system/lib/libc.so (pthread_create+172)
at android.net.wifi.WifiNative.waitForEvent(Native Method)
at android.net.wifi.WifiNative.waitForEvent(WifiNative.java:95)
at android.net.wifi.WifiMonitor$MonitorThread.run(WifiMonitor.java:411)

"UsbDeviceManager" prio=5 tid=62 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x418d3128 self=0x55fcc050
| sysTid=842 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1442628768
| schedstat=( 0 0 0 ) utm=0 stm=0 core=0
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at android.os.HandlerThread.run(HandlerThread.java:60)

"WifiMonitor" prio=5 tid=55 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4187e150 self=0x56924ad8
| sysTid=840 nice=0 sched=0/0 cgrp=apps handle=1302751376
| schedstat=( 0 0 0 ) utm=0 stm=3 core=0
#00 pc 0000db28 /system/lib/libc.so (poll+12)
#01 pc 00005077 /system/lib/libhardware_legacy.so (wifi_ctrl_recv+70)
#02 pc 0000514d /system/lib/libhardware_legacy.so (wifi_wait_on_socket+72)
#03 pc 00066bbb /system/lib/libandroid_runtime.so
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00028ba0 /system/lib/libdvm.so
#07 pc 0002eb60 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+228)
#08 pc 00068631 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
#09 pc 0006865b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
0000010 pc 0005b6e3 /system/lib/libdvm.so
#11 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#12 pc 00012608 /system/lib/libc.so (pthread_create+172)
at android.net.wifi.WifiNative.waitForEvent(Native Method)
at android.net.wifi.WifiNative.waitForEvent(WifiNative.java:95)
at android.net.wifi.WifiMonitor$MonitorThread.run(WifiMonitor.java:411)

"Binder_3" prio=5 tid=61 SUSPENDED
| group="main" sCount=1 dsCount=0 obj=0x412d06d0 self=0x5677e700
| sysTid=838 nice=0 sched=0/0 cgrp=apps handle=1450697408
| schedstat=( 0 0 0 ) utm=338 stm=63 core=0
at dalvik.system.NativeStart.run(Native Method)

"AudioService" prio=5 tid=60 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x4172e7e8 self=0x48cc8698
| sysTid=837 nice=0 sched=0/0 cgrp=apps handle=1450683728
| schedstat=( 0 0 0 ) utm=3 stm=0 core=0
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00028ba0 /system/lib/libdvm.so
#07 pc 0002eb60 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+228)
#08 pc 00068631 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
#09 pc 0006865b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
0000010 pc 0005b6e3 /system/lib/libdvm.so
#11 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#12 pc 00012608 /system/lib/libc.so (pthread_create+172)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at android.media.AudioService$AudioSystemThread.run(AudioService.java:5187)

"mDnsConnector.CallbackHandler" prio=5 tid=59 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41895910 self=0x55c6c4f0
| sysTid=824 nice=0 sched=0/0 cgrp=apps handle=1439091008
| schedstat=( 0 0 0 ) utm=0 stm=0 core=0
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00028ba0 /system/lib/libdvm.so
#07 pc 0002eb60 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+228)
#08 pc 00068631 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
#09 pc 0006865b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
0000010 pc 0005b6e3 /system/lib/libdvm.so
#11 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#12 pc 00012608 /system/lib/libc.so (pthread_create+172)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at android.os.HandlerThread.run(HandlerThread.java:60)

"mDnsConnector" prio=5 tid=58 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x419d3d60 self=0x55c6bd08
| sysTid=823 nice=0 sched=0/0 cgrp=apps handle=1350793800
| schedstat=( 0 0 0 ) utm=0 stm=0 core=0
#00 pc 0000d798 /system/lib/libc.so (recvmsg+8)
#01 pc 00065a4b /system/lib/libandroid_runtime.so
#02 pc 00065bff /system/lib/libandroid_runtime.so
#03 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#05 pc 00028ba0 /system/lib/libdvm.so
#06 pc 0002eb60 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+228)
#07 pc 00068631 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
#08 pc 0006865b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
#09 pc 0005b6e3 /system/lib/libdvm.so
0000010 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#11 pc 00012608 /system/lib/libc.so (pthread_create+172)
at android.net.LocalSocketImpl.readba_native(Native Method)
at android.net.LocalSocketImpl.access$400(LocalSocketImpl.java:29)
at android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:92)
at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:144)
at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:97)
at java.lang.Thread.run(Thread.java:864)

"NsdService" prio=5 tid=57 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x418a45e8 self=0x55c6b8b8
| sysTid=822 nice=0 sched=0/0 cgrp=apps handle=1350793688
| schedstat=( 0 0 0 ) utm=0 stm=0 core=0
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00028ba0 /system/lib/libdvm.so
#07 pc 0002eb60 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+228)
#08 pc 00068631 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
#09 pc 0006865b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
0000010 pc 0005b6e3 /system/lib/libdvm.so
#11 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#12 pc 00012608 /system/lib/libc.so (pthread_create+172)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at android.os.HandlerThread.run(HandlerThread.java:60)

"WifiWatchdogStateMachine" prio=5 tid=56 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x418f6700 self=0x50836f68
| sysTid=821 nice=0 sched=0/0 cgrp=apps handle=1466091608
| schedstat=( 0 0 0 ) utm=0 stm=0 core=0
#00 pc 0000dab0 /system/lib/libc.so (epoll_wait+12)
#01 pc 000173b1 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
#02 pc 00017691 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
#03 pc 00063d87 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#04 pc 0001f6f0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
#05 pc 0005269b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+422)
#06 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:131)
at android.os.Looper.loop(Looper.java:132)
at android.os.HandlerThread.run(HandlerThread.java:60)

"BT EventLoop" prio=5 tid=44 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41a035d0 self=0x52d41d78
| sysTid=819 nice=0 sched=0/0 cgrp=apps handle=1302750904
| schedstat=( 0 0 0 ) utm=0 stm=0 core=1
#00 pc 0000db28 /system/lib/libc.so (poll+12)
#01 pc 0008c281 /system/lib/libandroid_runtime.so
#02 pc 00012eb0 /system/lib/libc.so (__thread_entry+48)
#03 pc 00012608 /system/lib/libc.so (pthread_create+172)
at dalvik.system.NativeStart.run(Native Method)

"Tethering" prio=5 tid=54 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x41999238 self=0x5694dae8
| sysTid=806 nice=0 sched=0/0 cgrp=apps handle=1
TagsNo tags attached.
Fixed in build229

Activities

marek

2014-02-20 17:57

developer   ~0039690

Fixed in build 229

- limited number of failed tracks that will be displayed

peke

2014-06-19 21:12

developer   ~0040302

Verified 284