mutzy
Aspiring developer
Profile
Posts: 841
Reg: Nov 03, 2010
Medford, MA
9,860
08/24/15 01:24 PM (8 years ago)

Advanced search plugin crashes - Android

I consistently get reports of the following crash with my android app for over a year: "ANR Input dispatching timed out". Last week I made some updates to the app's content, and also switched over to Android Studio and recompiled using their new software. I was hoping that would fix the problem but the ANR crashes are already getting reported with the new version. I can usually figure the problem in Xcode but Android just makes no sense to me so I appreciate any help. I can tell the problem is related to the advanced search plugin but that's it. There are 200 screens so maybe it's just a size issue? I'll paste the crash report from the Android Developer website below. It's very long but I honestly don't know what is relevant and what isn't. Any ideas??? Thanks! Josh --------------------------------- "main" prio=5 tid=1 NATIVE | group="main" sCount=1 dsCount=0 obj=0x418afea0 self=0x417a0150 | sysTid=9251 nice=0 sched=0/0 cgrp=apps handle=1074544980 | state=R schedstat=( 0 0 0 ) utm=3527 stm=28 core=1 #00 pc 0001738c /system/lib/libandroidfw.so (android::ZipFileRO::findEntryByIndex(int) const+39) #01 pc 0000e9e7 /system/lib/libandroidfw.so (android::AssetManager::scanAndMergeZipLocked(android::SortedVector<android::AssetDir::FileInfo>*, android::AssetManager::asset_path const&, char const*, char const*)+190) #02 pc 0000ec79 /system/lib/libandroidfw.so (android::AssetManager::openDir(char const*)+116) #03 pc 00076699 /system/lib/libandroid_runtime.so #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 000642b9 /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+392) #10 pc 0006c673 /system/lib/libdvm.so #11 pc 0002a360 /system/lib/libdvm.so #12 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #13 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #14 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #15 pc 0004d757 /system/lib/libdvm.so #16 pc 000521c7 /system/lib/libandroid_runtime.so #17 pc 0005375b /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+354) #18 pc 0000105b /system/bin/app_process #19 pc 0000e4f3 /system/lib/libc.so (__libc_init+50) #20 pc 00000d7c /system/bin/app_process at android.content.res.AssetManager.list(Native Method) at com.erres1.BT_fileManager.doesProjectAssetExist(BT_fileManager.java:87) at com.erres1.Cr_advanced_search.parseScreenData(Cr_advanced_search.java:466) at com.erres1.Cr_advanced_search.onResume(Cr_advanced_search.java:290) at android.app.Fragment.performResume(Fragment.java:1743) at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:924) at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062) at android.app.BackStackRecord.run(BackStackRecord.java:684) at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1453) at android.app.FragmentManagerImpl$1.run(FragmentManager.java:443) at android.os.Handler.handleCallback(Handler.java:733) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:146) at android.app.ActivityThread.main(ActivityThread.java:5487) 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:1283) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099) at dalvik.system.NativeStart.main(Native Method) "AsyncTask #2" prio=5 tid=11 WAIT | group="main" sCount=1 dsCount=0 obj=0x4231ca50 self=0x5cd36d98 | sysTid=9266 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1551365880 | state=S schedstat=( 0 0 0 ) utm=62 stm=1 core=1 at java.lang.Object.wait(Native Method) - waiting on <0x4231cb70> (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=0x421a6848 self=0x5ce58a78 | sysTid=9264 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1558548176 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 at java.lang.Object.wait(Native Method) - waiting on <0x421a69e0> (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=0x4219a6a0 self=0x5c96d0b8 | sysTid=9262 nice=0 sched=0/0 cgrp=apps handle=1553387120 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 #00 pc 0002072c /system/lib/libc.so (__ioctl+8) #01 pc 0002cec3 /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 000219e9 /system/lib/libbinder.so #06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #07 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #08 pc 0000e58f /system/lib/libutils.so #09 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #10 pc 0000d410 /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=0x4219a500 self=0x5c968660 | sysTid=9261 nice=0 sched=0/0 cgrp=apps handle=1553368088 | state=S schedstat=( 0 0 0 ) utm=0 stm=1 core=0 #00 pc 0002072c /system/lib/libc.so (__ioctl+8) #01 pc 0002cec3 /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 000219e9 /system/lib/libbinder.so #06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #07 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #08 pc 0000e58f /system/lib/libutils.so #09 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #10 pc 0000d410 /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=0x421972f8 self=0x5c967b70 | sysTid=9260 nice=0 sched=0/0 cgrp=apps handle=1553366984 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 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=0x421971a0 self=0x5c966a10 | sysTid=9259 nice=0 sched=0/0 cgrp=apps handle=1553362536 | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=1 at java.lang.Object.wait(Native Method) - waiting on <0x418a47d8> (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=0x42197038 self=0x5c966168 | sysTid=9258 nice=0 sched=0/0 cgrp=apps handle=1553360320 | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 at java.lang.Object.wait(Native Method) - waiting on <0x418a4700> 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=0x42196f48 self=0x5c750d98 | sysTid=9257 nice=0 sched=0/0 cgrp=apps handle=1551174480 | state=S schedstat=( 0 0 0 ) utm=6 stm=6 core=1 #00 pc 00021aa8 /system/lib/libc.so (__futex_syscall3+8) #01 pc 0000f06c /system/lib/libc.so (__pthread_cond_timedwait_relative+48) #02 pc 0000f0cc /system/lib/libc.so (__pthread_cond_timedwait+64) #03 pc 00077fd7 /system/lib/libdvm.so #04 pc 000583ad /system/lib/libdvm.so #05 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #06 pc 0000d410 /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=0x42196e50 self=0x5b19f850 | sysTid=9256 nice=0 sched=0/0 cgrp=apps handle=1528428040 | state=R schedstat=( 0 0 0 ) utm=0 stm=1 core=1 at dalvik.system.NativeStart.run(Native Method) "GC" daemon prio=5 tid=2 VMWAIT | group="system" sCount=1 dsCount=0 obj=0x42196d70 self=0x5c78fee0 | sysTid=9255 nice=0 sched=0/0 cgrp=apps handle=1468018736 | state=S schedstat=( 0 0 0 ) utm=25 stm=3 core=1 #00 pc 00021aac /system/lib/libc.so (__futex_syscall3+12) #01 pc 0000f06c /system/lib/libc.so (__pthread_cond_timedwait_relative+48) #02 pc 0000f0cc /system/lib/libc.so (__pthread_cond_timedwait+64) #03 pc 0005631d /system/lib/libdvm.so (dvmRelativeCondWait(pthread_cond_t*, pthread_mutex_t*, long long, int)+24) #04 pc 0007665b /system/lib/libdvm.so #05 pc 000583ad /system/lib/libdvm.so #06 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #07 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) ----- end 9251 ----- ----- pid 768 at 2015-08-23 17:55:37 ----- Cmd line: system_server JNI: CheckJNI is off; workarounds are off; pins=5; globals=5243 (plus 187 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=0x418afea0 self=0x417a0150 | sysTid=768 nice=-2 sched=0/0 cgrp=apps handle=1074544980 | state=S schedstat=( 0 0 0 ) utm=180812 stm=130383 core=1 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 000642b9 /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+392) #10 pc 0006c673 /system/lib/libdvm.so #11 pc 0002a360 /system/lib/libdvm.so #12 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #13 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #14 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #15 pc 0004d757 /system/lib/libdvm.so #16 pc 000521c7 /system/lib/libandroid_runtime.so #17 pc 0005375b /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+354) #18 pc 0000105b /system/bin/app_process #19 pc 0000e4f3 /system/lib/libc.so (__libc_init+50) #20 pc 00000d7c /system/bin/app_process at android.os.MessageQueue.nativePollOnce(Native Method) at android.os.MessageQueue.next(MessageQueue.java:138) at android.os.Looper.loop(Looper.java:131) at com.android.server.ServerThread.initAndLoop(SystemServer.java:2088) at com.android.server.SystemServer.main(SystemServer.java:2210) 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:1283) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099) at dalvik.system.NativeStart.main(Native Method) "SyncHandler-1" prio=5 tid=114 NATIVE | group="main" sCount=1 dsCount=0 obj=0x43276250 self=0x668cef18 | sysTid=26665 nice=0 sched=0/0 cgrp=apps handle=1763368336 | state=S schedstat=( 0 0 0 ) utm=175 stm=353 core=0 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "DrmEventService" prio=5 tid=122 NATIVE | group="main" sCount=1 dsCount=0 obj=0x431d9bb8 self=0x691b81b8 | sysTid=3296 nice=-2 sched=0/0 cgrp=apps handle=1763416440 | state=S schedstat=( 0 0 0 ) utm=162 stm=485 core=0 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "DrmManagerClient.EventHandler" prio=5 tid=121 NATIVE | group="main" sCount=1 dsCount=0 obj=0x42fe82b0 self=0x6779e2b0 | sysTid=3294 nice=0 sched=0/0 cgrp=apps handle=1736042248 | state=S schedstat=( 0 0 0 ) utm=169 stm=477 core=0 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "DrmManagerClient.InfoHandler" prio=5 tid=120 NATIVE | group="main" sCount=1 dsCount=0 obj=0x42fe8018 self=0x6779c660 | sysTid=3293 nice=0 sched=0/0 cgrp=apps handle=1736035000 | state=S schedstat=( 0 0 0 ) utm=187 stm=481 core=0 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "Binder_10" prio=5 tid=118 NATIVE | group="main" sCount=1 dsCount=0 obj=0x4359cc58 self=0x668d3fb0 | sysTid=3155 nice=0 sched=0/0 cgrp=apps handle=1720532328 | state=S schedstat=( 0 0 0 ) utm=105474 stm=25260 core=0 #00 pc 0002072c /system/lib/libc.so (__ioctl+8) #01 pc 0002cec3 /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 000219e9 /system/lib/libbinder.so #06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #07 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #08 pc 0000e58f /system/lib/libutils.so #09 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #10 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "Binder_F" prio=5 tid=117 NATIVE | group="main" sCount=1 dsCount=0 obj=0x4359ca08 self=0x668d1878 | sysTid=3152 nice=0 sched=0/0 cgrp=apps handle=1790250184 | state=S schedstat=( 0 0 0 ) utm=106494 stm=25632 core=0 #00 pc 0002072c /system/lib/libc.so (__ioctl+8) #01 pc 0002cec3 /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 000219e9 /system/lib/libbinder.so #06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #07 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #08 pc 0000e58f /system/lib/libutils.so #09 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #10 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "Binder_E" prio=5 tid=116 NATIVE | group="main" sCount=1 dsCount=0 obj=0x43582dd0 self=0x69d96cf8 | sysTid=3141 nice=0 sched=0/0 cgrp=apps handle=1727076536 | state=S schedstat=( 0 0 0 ) utm=106769 stm=25382 core=1 #00 pc 0002072c /system/lib/libc.so (__ioctl+8) #01 pc 0002cec3 /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 000219e9 /system/lib/libbinder.so #06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #07 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #08 pc 0000e58f /system/lib/libutils.so #09 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #10 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "SoundPool" prio=5 tid=113 NATIVE | group="main" sCount=1 dsCount=0 obj=0x433fa538 self=0x69d90a00 | sysTid=2946 nice=0 sched=0/0 cgrp=apps handle=1767998824 | state=S schedstat=( 0 0 0 ) utm=7 stm=459 core=0 #00 pc 00021aa8 /system/lib/libc.so (__futex_syscall3+8) #01 pc 0000f06c /system/lib/libc.so (__pthread_cond_timedwait_relative+48) #02 pc 0000f0cc /system/lib/libc.so (__pthread_cond_timedwait+64) #03 pc 00077b03 /system/lib/libmedia.so (android::SoundPool::run()+20) #04 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #05 pc 0000e58f /system/lib/libutils.so #06 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #07 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "SoundPoolThread" prio=5 tid=111 NATIVE | group="main" sCount=1 dsCount=0 obj=0x4347a848 self=0x69851620 | sysTid=2947 nice=0 sched=0/0 cgrp=apps handle=1721671688 | state=S schedstat=( 0 0 0 ) utm=5 stm=436 core=1 #00 pc 00021aa8 /system/lib/libc.so (__futex_syscall3+8) #01 pc 0000f06c /system/lib/libc.so (__pthread_cond_timedwait_relative+48) #02 pc 0000f0cc /system/lib/libc.so (__pthread_cond_timedwait+64) #03 pc 00077fb5 /system/lib/libmedia.so #04 pc 00078007 /system/lib/libmedia.so (android::SoundPoolThread::read()+16) #05 pc 000781b3 /system/lib/libmedia.so (android::SoundPoolThread::run()+14) #06 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #07 pc 0000e58f /system/lib/libutils.so #08 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #09 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "SyncHandler-0" prio=5 tid=112 NATIVE | group="main" sCount=1 dsCount=0 obj=0x4345e480 self=0x625c51f0 | sysTid=2924 nice=0 sched=0/0 cgrp=apps handle=1650547160 | state=S schedstat=( 0 0 0 ) utm=251 stm=497 core=1 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "Thread-226" prio=5 tid=110 WAIT | group="main" sCount=1 dsCount=0 obj=0x43456c20 self=0x66513010 | sysTid=2922 nice=0 sched=0/0 cgrp=apps handle=1669251240 | state=S schedstat=( 0 0 0 ) utm=92 stm=426 core=0 at java.lang.Object.wait(Native Method) - waiting on <0x42e2a4b0> (a java.lang.Object) at java.lang.Object.wait(Object.java:364) at com.android.server.ssrm.Monitor$26.run(Monitor.java:1718) at java.lang.Thread.run(Thread.java:841) "Thread-221" prio=5 tid=108 WAIT | group="main" sCount=1 dsCount=0 obj=0x43299608 self=0x696d5008 | sysTid=2874 nice=0 sched=0/0 cgrp=apps handle=1768010616 | state=S schedstat=( 0 0 0 ) utm=5 stm=441 core=1 at java.lang.Object.wait(Native Method) - waiting on <0x43186a40> (a java.lang.Object) at java.lang.Object.wait(Object.java:364) at com.android.server.ssrm.fgapps.mDNLeOnOff$3.run(mDNLeOnOff.java:227) at java.lang.Thread.run(Thread.java:841) "Thread-220" prio=5 tid=107 WAIT | group="main" sCount=1 dsCount=0 obj=0x43320bc8 self=0x6961aa48 | sysTid=2873 nice=0 sched=0/0 cgrp=apps handle=1768009376 | state=S schedstat=( 0 0 0 ) utm=1 stm=476 core=0 at java.lang.Object.wait(Native Method) - waiting on <0x42e159d8> (a java.lang.Object) at java.lang.Object.wait(Object.java:364) at com.android.server.ssrm.fgapps.mDNLeOnOff$2.run(mDNLeOnOff.java:205) at java.lang.Thread.run(Thread.java:841) "SSRM Handler Thread" prio=5 tid=106 NATIVE | group="main" sCount=1 dsCount=0 obj=0x43069090 self=0x69619348 | sysTid=2872 nice=1 sched=0/0 cgrp=apps handle=1768003488 | state=S schedstat=( 0 0 0 ) utm=8537 stm=5606 core=0 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "CaptivePortalHandlerThread" prio=5 tid=105 NATIVE | group="main" sCount=1 dsCount=0 obj=0x4320be78 self=0x66fa6500 | sysTid=2846 nice=0 sched=0/0 cgrp=apps handle=1558201704 | state=S schedstat=( 0 0 0 ) utm=530 stm=634 core=0 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "QualitySocketHandlerThread" prio=5 tid=104 NATIVE | group="main" sCount=1 dsCount=0 obj=0x43223dc0 self=0x66fa60a8 | sysTid=2845 nice=0 sched=0/0 cgrp=apps handle=1677429392 | state=S schedstat=( 0 0 0 ) utm=2701 stm=3236 core=1 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "QualityResultHandlerThread_0" prio=5 tid=103 NATIVE | group="main" sCount=1 dsCount=0 obj=0x43226c90 self=0x67dcc870 | sysTid=2844 nice=0 sched=0/0 cgrp=apps handle=1727687480 | state=S schedstat=( 0 0 0 ) utm=15429 stm=4154 core=1 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "NetworkStatsThread" prio=5 tid=102 NATIVE | group="main" sCount=1 dsCount=0 obj=0x4322e6e0 self=0x66894cd0 | sysTid=2843 nice=0 sched=0/0 cgrp=apps handle=1768212400 | state=S schedstat=( 0 0 0 ) utm=30973 stm=52450 core=0 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "WifiWatchdogStateMachine" prio=5 tid=101 NATIVE | group="main" sCount=1 dsCount=0 obj=0x432847f0 self=0x6391f390 | sysTid=2842 nice=0 sched=0/0 cgrp=apps handle=1716623632 | state=S schedstat=( 0 0 0 ) utm=3999 stm=3035 core=0 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "Binder_D" prio=5 tid=99 NATIVE | group="main" sCount=1 dsCount=0 obj=0x42da63c0 self=0x68022870 | sysTid=1667 nice=0 sched=0/0 cgrp=apps handle=1744970848 | state=S schedstat=( 0 0 0 ) utm=106999 stm=25730 core=0 #00 pc 0002072c /system/lib/libc.so (__ioctl+8) #01 pc 0002cec3 /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 000219e9 /system/lib/libbinder.so #06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #07 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #08 pc 0000e58f /system/lib/libutils.so #09 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #10 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "Binder_C" prio=5 tid=98 NATIVE | group="main" sCount=1 dsCount=0 obj=0x42da6290 self=0x68022008 | sysTid=1666 nice=0 sched=0/0 cgrp=apps handle=1769079960 | state=S schedstat=( 0 0 0 ) utm=107999 stm=25875 core=0 #00 pc 0002072c /system/lib/libc.so (__ioctl+8) #01 pc 0002cec3 /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 000219e9 /system/lib/libbinder.so #06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #07 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #08 pc 0000e58f /system/lib/libutils.so #09 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #10 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "Binder_B" prio=5 tid=97 NATIVE | group="main" sCount=1 dsCount=0 obj=0x431a35b0 self=0x6a0bf148 | sysTid=1439 nice=0 sched=0/0 cgrp=apps handle=1670229168 | state=S schedstat=( 0 0 0 ) utm=108606 stm=26011 core=0 #00 pc 0002072c /system/lib/libc.so (__ioctl+8) #01 pc 0002cec3 /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 000219e9 /system/lib/libbinder.so #06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #07 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #08 pc 0000e58f /system/lib/libutils.so #09 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #10 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "Binder_A" prio=5 tid=96 SUSPENDED | group="main" sCount=1 dsCount=0 obj=0x42f02348 self=0x638da750 | sysTid=1438 nice=0 sched=0/0 cgrp=apps handle=1720257040 | state=S schedstat=( 0 0 0 ) utm=107236 stm=26232 core=0 #00 pc 00021aa8 /system/lib/libc.so (__futex_syscall3+8) #01 pc 0000f06c /system/lib/libc.so (__pthread_cond_timedwait_relative+48) #02 pc 0000f0cc /system/lib/libc.so (__pthread_cond_timedwait+64) #03 pc 000570f7 /system/lib/libdvm.so #04 pc 000576b9 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34) #05 pc 0004df41 /system/lib/libdvm.so #06 pc 000768db /system/lib/libandroid_runtime.so #07 pc 000770d5 /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 000219e9 /system/lib/libbinder.so #13 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #14 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #15 pc 0000e58f /system/lib/libutils.so #16 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #17 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "Binder_9" prio=5 tid=95 NATIVE | group="main" sCount=1 dsCount=0 obj=0x42e0d048 self=0x6d44e6c0 | sysTid=1434 nice=0 sched=0/0 cgrp=apps handle=1833244984 | state=S schedstat=( 0 0 0 ) utm=109200 stm=26369 core=0 #00 pc 0002072c /system/lib/libc.so (__ioctl+8) #01 pc 0002cec3 /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 000219e9 /system/lib/libbinder.so #06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #07 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #08 pc 0000e58f /system/lib/libutils.so #09 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #10 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "Binder_8" prio=5 tid=94 NATIVE | group="main" sCount=1 dsCount=0 obj=0x42cdd4c0 self=0x6d4510c8 | sysTid=1432 nice=0 sched=0/0 cgrp=apps handle=1833242240 | state=S schedstat=( 0 0 0 ) utm=108888 stm=26291 core=1 #00 pc 0002072c /system/lib/libc.so (__ioctl+8) #01 pc 0002cec3 /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 000219e9 /system/lib/libbinder.so #06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #07 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #08 pc 0000e58f /system/lib/libutils.so #09 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #10 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "Binder_7" prio=5 tid=93 NATIVE | group="main" sCount=1 dsCount=0 obj=0x4305ffd8 self=0x63803548 | sysTid=1431 nice=0 sched=0/0 cgrp=apps handle=1669345848 | state=S schedstat=( 0 0 0 ) utm=109023 stm=26768 core=0 #00 pc 0002072c /system/lib/libc.so (__ioctl+8) #01 pc 0002cec3 /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 000219e9 /system/lib/libbinder.so #06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #07 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #08 pc 0000e58f /system/lib/libutils.so #09 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #10 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "loc_eng_dmn_conn" prio=5 tid=92 NATIVE | group="main" sCount=1 dsCount=0 obj=0x4315f4d0 self=0x66bfb708 | sysTid=1347 nice=0 sched=0/0 cgrp=apps handle=1723839536 | state=S schedstat=( 0 0 0 ) utm=7 stm=503 core=0 #00 pc 00020468 /system/lib/libc.so (read+8) #01 pc 000141c9 /system/lib/libloc_eng.so (loc_eng_dmn_conn_glue_msgrcv+12) #02 pc 00012d55 /system/lib/libloc_eng.so #03 pc 00013d45 /system/lib/libloc_eng.so #04 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #05 pc 0000e58f /system/lib/libutils.so #06 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #07 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "Loc_hal_worker" prio=5 tid=91 NATIVE | group="main" sCount=1 dsCount=0 obj=0x42e133b8 self=0x6261d910 | sysTid=1307 nice=0 sched=0/0 cgrp=apps handle=1727699696 | state=S schedstat=( 0 0 0 ) utm=2799 stm=1735 core=1 #00 pc 00021aa8 /system/lib/libc.so (__futex_syscall3+8) #01 pc 0000f06c /system/lib/libc.so (__pthread_cond_timedwait_relative+48) #02 pc 0000f0cc /system/lib/libc.so (__pthread_cond_timedwait+64) #03 pc 00002c7f /system/lib/libgps.utils.so (msg_q_rcv+178) #04 pc 00002f09 /system/lib/libloc_core.so (loc_core::MsgTask::loopMain(void*)+72) #05 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #06 pc 0000e58f /system/lib/libutils.so #07 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #08 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "GeoFenceService" prio=5 tid=90 NATIVE | group="main" sCount=1 dsCount=0 obj=0x42f84588 self=0x619c7260 | sysTid=1303 nice=0 sched=0/0 cgrp=apps handle=1831134248 | state=S schedstat=( 0 0 0 ) utm=169 stm=487 core=0 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "NetworkTimeUpdateService" prio=5 tid=89 NATIVE | group="main" sCount=1 dsCount=0 obj=0x42f82840 self=0x638109e0 | sysTid=1304 nice=0 sched=0/0 cgrp=apps handle=1565330736 | state=S schedstat=( 0 0 0 ) utm=3806 stm=522 core=0 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "watchdog" prio=5 tid=88 TIMED_WAIT | group="main" sCount=1 dsCount=0 obj=0x42c2dd78 self=0x63810378 | sysTid=1284 nice=0 sched=0/0 cgrp=apps handle=1558204904 | state=S schedstat=( 0 0 0 ) utm=526 stm=761 core=1 at java.lang.Object.wait(Native Method) - waiting on <0x42c2dd78> (a com.android.server.Watchdog) at java.lang.Object.wait(Object.java:401) at com.android.server.Watchdog.run(Watchdog.java:370) "UsbService host thread" prio=5 tid=87 NATIVE | group="main" sCount=1 dsCount=0 obj=0x42dc39d8 self=0x66f13b60 | sysTid=1283 nice=0 sched=0/0 cgrp=apps handle=1669792848 | state=S schedstat=( 0 0 0 ) utm=28 stm=531 core=1 #00 pc 0002046c /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 0000f9d7 /system/lib/libandroid_servers.so #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:61) at com.android.server.usb.UsbHostManager$1.run(UsbHostManager.java:232) at java.lang.Thread.run(Thread.java:841) "CaptivePortalTracker" prio=5 tid=86 NATIVE | group="main" sCount=1 dsCount=0 obj=0x4304c5e0 self=0x6b5f5ba0 | sysTid=1276 nice=0 sched=0/0 cgrp=apps handle=1637186080 | state=S schedstat=( 0 0 0 ) utm=952 stm=789 core=1 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "Thread-196" prio=5 tid=85 NATIVE | group="main" sCount=1 dsCount=0 obj=0x43171df0 self=0x6c64f7a0 | sysTid=1229 nice=0 sched=0/0 cgrp=apps handle=1818554560 | state=S schedstat=( 0 0 0 ) utm=11 stm=1005 core=0 #00 pc 00021420 /system/lib/libc.so (accept+8) #01 pc 0001e199 /system/lib/libjavacore.so #02 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #03 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #04 pc 0002a360 /system/lib/libdvm.so #05 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #06 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #07 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #08 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #09 pc 00058ccb /system/lib/libdvm.so #10 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #11 pc 0000d410 /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) "Binder_6" prio=5 tid=84 NATIVE | group="main" sCount=1 dsCount=0 obj=0x430a5818 self=0x5d4e1790 | sysTid=1196 nice=0 sched=0/0 cgrp=apps handle=1637507080 | state=S schedstat=( 0 0 0 ) utm=110861 stm=26710 core=0 #00 pc 0002072c /system/lib/libc.so (__ioctl+8) #01 pc 0002cec3 /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 000219e9 /system/lib/libbinder.so #06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #07 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #08 pc 0000e58f /system/lib/libutils.so #09 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #10 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "Binder_5" prio=5 tid=83 NATIVE | group="main" sCount=1 dsCount=0 obj=0x430a4c98 self=0x63f58410 | sysTid=1195 nice=0 sched=0/0 cgrp=apps handle=1677049208 | state=S schedstat=( 0 0 0 ) utm=110952 stm=26678 core=0 #00 pc 0002072c /system/lib/libc.so (__ioctl+8) #01 pc 0002cec3 /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 000219e9 /system/lib/libbinder.so #06 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #07 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #08 pc 0000e58f /system/lib/libutils.so #09 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #10 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "AsyncTask #3" prio=5 tid=82 WAIT | group="main" sCount=1 dsCount=0 obj=0x43061910 self=0x63f32348 | sysTid=1155 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1677049872 | state=S schedstat=( 0 0 0 ) utm=562 stm=544 core=0 at java.lang.Object.wait(Native Method) - waiting on <0x430633d0> (a java.lang.VMThread) held by tid=82 (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) "Binder_4" prio=5 tid=81 SUSPENDED | group="main" sCount=1 dsCount=0 obj=0x430633e8 self=0x63f5c258 | sysTid=1152 nice=0 sched=0/0 cgrp=apps handle=1676877504 | state=S schedstat=( 0 0 0 ) utm=111685 stm=27074 core=1 #00 pc 00021aa8 /system/lib/libc.so (__futex_syscall3+8) #01 pc 0000f06c /system/lib/libc.so (__pthread_cond_timedwait_relative+48) #02 pc 0000f0cc /system/lib/libc.so (__pthread_cond_timedwait+64) #03 pc 000570f7 /system/lib/libdvm.so #04 pc 000576b9 /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34) #05 pc 0004df41 /system/lib/libdvm.so #06 pc 000768db /system/lib/libandroid_runtime.so #07 pc 000770d5 /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 000219e9 /system/lib/libbinder.so #13 pc 0000ea5d /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216) #14 pc 00052161 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68) #15 pc 0000e58f /system/lib/libutils.so #16 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #17 pc 0000d410 /system/lib/libc.so (pthread_create+240) at dalvik.system.NativeStart.run(Native Method) "AsyncTask #2" prio=5 tid=80 WAIT | group="main" sCount=1 dsCount=0 obj=0x42e4a668 self=0x63f30d50 | sysTid=1138 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1676884552 | state=S schedstat=( 0 0 0 ) utm=654 stm=550 core=0 at java.lang.Object.wait(Native Method) - waiting on <0x42e4a750> (a java.lang.VMThread) held by tid=80 (AsyncTask #2) at java.lang.Thread.parkFor(Thread.java:1205) at sun.misc.Unsafe.park(Unsafe.java:325) at java.util.concurrent.locks.LockSupport.park(LockSupport.java: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=79 WAIT | group="main" sCount=1 dsCount=0 obj=0x42ccd3b0 self=0x61961c38 | sysTid=1132 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1637481560 | state=S schedstat=( 0 0 0 ) utm=753 stm=579 core=1 at java.lang.Object.wait(Native Method) - waiting on <0x42cd7f88> (a java.lang.VMThread) held by tid=79 (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) "MDMAppUsageHandlerThread" prio=5 tid=78 NATIVE | group="main" sCount=1 dsCount=0 obj=0x42d19ed0 self=0x63f53290 | sysTid=1133 nice=10 sched=0/0 cgrp=apps/bg_non_interactive handle=1677014760 | state=S schedstat=( 0 0 0 ) utm=18711 stm=8251 core=1 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "InputDeviceLight" prio=5 tid=77 NATIVE | group="main" sCount=1 dsCount=0 obj=0x42e47c40 self=0x637898b8 | sysTid=1123 nice=0 sched=0/0 cgrp=apps handle=1668848912 | state=S schedstat=( 0 0 0 ) utm=182 stm=486 core=1 #00 pc 000218e0 /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 00070265 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22) #04 pc 00020ecc /system/lib/libdvm.so (dvmPlatformInvoke+112) #05 pc 00051b6f /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398) #06 pc 0002a360 /system/lib/libdvm.so #07 pc 00031810 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) #08 pc 0002eea8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) #09 pc 00063fd5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336) #10 pc 00063ff9 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) #11 pc 00058ccb /system/lib/libdvm.so #12 pc 0000d278 /system/lib/libc.so (__thread_entry+72) #13 pc 0000d410 /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:131) at android.os.HandlerThread.run(HandlerThread.java:61) "InputDeviceLight" prio=5 tid=76 NATIVE | group="main" sCount=1 dsCount=0 obj=0x42f3f220 self=0x61964ca0 | sysTid=1122 nice=0 sched=0/0 cgrp=apps handle=1630154760 | state=S schedstat=( 0 0 0 ) utm=219 stm=570 core=0 #00 pc 000218e0 /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
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.