We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get a dump in logcat
09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] Runtime aborting... 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] Dumping all threads without appropriate locks held: thread list lock mutator lock 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] All threads: 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] DALVIK THREADS (22): 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] "applyRouting" prio=5 tid=22 Runnable 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=0 dsCount=0 flags=0 obj=0x17e60d28 self=0x72d03ef400 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7862 nice=0 cgrp=default sched=0/0 handle=0x72b488f4f0 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | state=R schedstat=( 11233854 0 2 ) utm=0 stm=0 core=0 HZ=100 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b478c000-0x72b478e000 stackSize=1041KB 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= "abort lock" "mutator lock"(shared held) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 00000000003c1684 /system/lib64/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+220) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 000000000048ec40 /system/lib64/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+352) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 00000000004a87cc /system/lib64/libart.so (art::DumpCheckpoint::Run(art::Thread*)+844) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 00000000004a15d8 /system/lib64/libart.so (art::ThreadList::RunCheckpoint(art::Closure*, art::Closure*)+484) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 00000000004a0a68 /system/lib64/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool)+1036) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 0000000000463dec /system/lib64/libart.so (art::Runtime::Abort(char const*)+388) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #06 pc 0000000000008cd4 /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+724) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #07 pc 000000000032ce68 /system/lib64/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+196) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #08 pc 000000000001b518 /system/lib64/libnfc_nci_jni.so (android::nfcManager_doAbort(_JNIEnv*, _jobject*, _jstring*)+48) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.dhimpl.NativeNfcManager.doAbort(Native method) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.NfcService$WatchDogThread.run(NfcService.java:1648) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] "main" prio=5 tid=1 Native 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x74863770 self=0x72d0214c00 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7805 nice=0 cgrp=default sched=0/0 handle=0x7355c0b548 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 102238019 9419268 139 ) utm=4 stm=5 core=1 HZ=100 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x7fcb64d000-0x7fcb64f000 stackSize=8MB 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait_queue_me+0x100/0x1a0 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait+0x104/0x23c 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_futex+0x16c/0x534 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_futex+0x128/0x1bc 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000001f02c /system/lib64/libc.so (syscall+28) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 000000000002217c /system/lib64/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+140) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 0000000000080e7c /system/lib64/libc.so (pthread_cond_wait+60) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 0000000000012f5c /system/lib64/libnfc_nci_jni.so (CondVar::wait(Mutex&)+56) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 0000000000017544 /system/lib64/libnfc_nci_jni.so (android::startRfDiscovery(bool)+392) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 000000000001a160 /system/lib64/libnfc_nci_jni.so (android::nfcManager_enableDiscovery(_JNIEnv*, _jobject*, int, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char)+1480) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.dhimpl.NativeNfcManager.doEnableDiscovery(Native method) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.dhimpl.NativeNfcManager.enableDiscovery(NativeNfcManager.java:195) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.NfcService.applyRouting(NfcService.java:1708) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] - locked <0x0da147dc> (a com.android.nfc.NfcService) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.NfcService$NfcServiceHandler.handleMessage(NfcService.java:2218) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] at android.os.Handler.dispatchMessage(Handler.java:106) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] at android.os.Looper.loop(Looper.java:193) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] at android.app.ActivityThread.main(ActivityThread.java:6669) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.reflect.Method.invoke(Native method) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] "Jit thread pool worker thread 0" prio=5 tid=2 Native 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x17d00030 self=0x72c9a23000 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7810 nice=9 cgrp=default sched=0/0 handle=0x72c99044f0 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 4654167 15104 20 ) utm=0 stm=0 core=2 HZ=100 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72c9806000-0x72c9808000 stackSize=1021KB 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait_queue_me+0x100/0x1a0 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait+0x104/0x23c 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_futex+0x16c/0x534 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_futex+0x128/0x1bc 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000001f02c /system/lib64/libc.so (syscall+28) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 00000000000d724c /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 00000000004aa010 /system/lib64/libart.so (art::ThreadPool::GetTask(art::Thread*)+260) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 00000000004a9578 /system/lib64/libart.so (art::ThreadPoolWorker::Run()+124) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 00000000004a9038 /system/lib64/libart.so (art::ThreadPoolWorker::Callback(void*)+148) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 0000000000081938 /system/lib64/libc.so (__pthread_start(void*)+36) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #06 pc 0000000000023478 /system/lib64/libc.so (__start_thread+68) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] (no managed stack frames) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] "Signal Catcher" prio=5 tid=3 WaitingInMainSignalCatcherLoop 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x17d40020 self=0x72d0216400 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7811 nice=0 cgrp=default sched=0/0 handle=0x72c98034f0 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 115625 5729 1 ) utm=0 stm=0 core=6 HZ=100 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72c9708000-0x72c970a000 stackSize=1009KB 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_sigtimedwait+0x184/0x26c 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_rt_sigtimedwait+0xb8/0x134 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000006e23c /system/lib64/libc.so (__rt_sigtimedwait+8) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 000000000002d8cc /system/lib64/libc.so (sigwait+64) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 000000000047caac /system/lib64/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+388) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 000000000047b454 /system/lib64/libart.so (art::SignalCatcher::Run(void*)+272) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 0000000000081938 /system/lib64/libc.so (__pthread_start(void*)+36) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 0000000000023478 /system/lib64/libc.so (__start_thread+68) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] (no managed stack frames) 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] "ReferenceQueueDaemon" prio=5 tid=4 Waiting 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x15f9f628 self=0x72d0266800 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7813 nice=4 cgrp=default sched=0/0 handle=0x72b6a884f0 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 303646 867708 5 ) utm=0 stm=0 core=1 HZ=100 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b6985000-0x72b6987000 stackSize=1041KB 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait_queue_me+0x100/0x1a0 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait+0x104/0x23c 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_futex+0x16c/0x534 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_futex+0x128/0x1bc 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.618 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000001f02c /system/lib64/libc.so (syscall+28) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 00000000000d724c /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 00000000003bcc28 /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, long, int, bool, art::ThreadState)+636) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 00000000003be6e4 /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long, int, bool, art::ThreadState)+424) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Object.wait(Native method) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] - waiting on <0x0174e7ba> (a java.lang.Class<java.lang.ref.ReferenceQueue>) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Daemons$ReferenceQueueDaemon.runInternal(Daemons.java:178) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] - locked <0x0174e7ba> (a java.lang.Class<java.lang.ref.ReferenceQueue>) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Daemons$Daemon.run(Daemons.java:103) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Thread.run(Thread.java:764) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] "ADB-JDWP Connection Control Thread" prio=5 tid=5 WaitingInMainDebuggerLoop 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x15f9f588 self=0x72c7d6e000 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7812 nice=0 cgrp=default sched=0/0 handle=0x72c1f524f0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 837501 6575000 10 ) utm=0 stm=0 core=4 HZ=100 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72c1e57000-0x72c1e59000 stackSize=1009KB 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: poll_schedule_timeout+0x58/0xa0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_sys_poll+0x3d8/0x4bc 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_ppoll+0x1f4/0x218 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000006e17c /system/lib64/libc.so (__ppoll+8) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 000000000002b5ac /system/lib64/libc.so (poll+88) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 0000000000006c50 /system/lib64/libadbconnection.so (adbconnection::AdbConnectionState::RunPollLoop(art::Thread*)+836) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 0000000000005218 /system/lib64/libadbconnection.so (adbconnection::CallbackFunction(void*)+1060) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 0000000000081938 /system/lib64/libc.so (__pthread_start(void*)+36) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 0000000000023478 /system/lib64/libc.so (__start_thread+68) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] (no managed stack frames) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] "FinalizerDaemon" prio=5 tid=6 Waiting 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x15f9f6c8 self=0x72d0267400 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7814 nice=4 cgrp=default sched=0/0 handle=0x72b69824f0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 525521 965105 3 ) utm=0 stm=0 core=6 HZ=100 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b687f000-0x72b6881000 stackSize=1041KB 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait_queue_me+0x100/0x1a0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait+0x104/0x23c 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_futex+0x16c/0x534 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_futex+0x128/0x1bc 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000001f02c /system/lib64/libc.so (syscall+28) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 00000000000d724c /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 00000000003bcc28 /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, long, int, bool, art::ThreadState)+636) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 00000000003be6e4 /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long, int, bool, art::ThreadState)+424) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Object.wait(Native method) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] - waiting on <0x013d866b> (a java.lang.Object) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Object.wait(Object.java:422) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] - locked <0x013d866b> (a java.lang.Object) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:232) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Daemons$Daemon.run(Daemons.java:103) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Thread.run(Thread.java:764) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] "HeapTaskDaemon" prio=5 tid=7 WaitingForTaskProcessor 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x15f9f808 self=0x72d0268c00 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7816 nice=4 cgrp=default sched=0/0 handle=0x72b67764f0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 810938 350520 6 ) utm=0 stm=0 core=6 HZ=100 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b6673000-0x72b6675000 stackSize=1041KB 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait_queue_me+0x100/0x1a0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait+0x104/0x23c 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_futex+0x16c/0x534 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_futex+0x128/0x1bc 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000001f02c /system/lib64/libc.so (syscall+28) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 00000000000d724c /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 000000000022cba8 /system/lib64/libart.so (art::gc::TaskProcessor::GetTask(art::Thread*)+440) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 000000000022d43c /system/lib64/libart.so (art::gc::TaskProcessor::RunAllTasks(art::Thread*)+96) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at dalvik.system.VMRuntime.runHeapTasks(Native method) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Daemons$HeapTaskDaemon.runInternal(Daemons.java:475) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Daemons$Daemon.run(Daemons.java:103) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Thread.run(Thread.java:764) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] "Binder:7805_1" prio=5 tid=8 Native 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x17d80020 self=0x72c9a16800 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7817 nice=0 cgrp=default sched=0/0 handle=0x72b65724f0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 1430728 788022 9 ) utm=0 stm=0 core=3 HZ=100 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b6477000-0x72b6479000 stackSize=1009KB 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_thread_read+0x3f0/0x12e8 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_ioctl_write_read+0x23c/0x38c 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_ioctl+0x56c/0x758 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_vfs_ioctl+0x414/0x638 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_ioctl+0x84/0x98 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000006e148 /system/lib64/libc.so (__ioctl+4) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 00000000000290d0 /system/lib64/libc.so (ioctl+136) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 000000000005a5e4 /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+256) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 000000000005a7b8 /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 000000000005af04 /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 000000000007b570 /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #06 pc 000000000000f9d8 /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+280) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #07 pc 00000000000b4898 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #08 pc 0000000000081938 /system/lib64/libc.so (__pthread_start(void*)+36) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #09 pc 0000000000023478 /system/lib64/libc.so (__start_thread+68) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] (no managed stack frames) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] "FinalizerWatchdogDaemon" prio=5 tid=9 Waiting 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x15f9f768 self=0x72d0268000 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7815 nice=4 cgrp=default sched=0/0 handle=0x72b687c4f0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 419792 820313 4 ) utm=0 stm=0 core=6 HZ=100 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b6779000-0x72b677b000 stackSize=1041KB 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait_queue_me+0x100/0x1a0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait+0x104/0x23c 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_futex+0x16c/0x534 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_futex+0x128/0x1bc 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000001f02c /system/lib64/libc.so (syscall+28) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 00000000000d724c /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 00000000003bcc28 /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, long, int, bool, art::ThreadState)+636) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 00000000003be6e4 /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long, int, bool, art::ThreadState)+424) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Object.wait(Native method) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] - waiting on <0x07e905c8> (a java.lang.Daemons$FinalizerWatchdogDaemon) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded(Daemons.java:297) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] - locked <0x07e905c8> (a java.lang.Daemons$FinalizerWatchdogDaemon) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Daemons$FinalizerWatchdogDaemon.runInternal(Daemons.java:277) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Daemons$Daemon.run(Daemons.java:103) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Thread.run(Thread.java:764) 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] "Binder:7805_2" prio=5 tid=10 Native 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x17dc0020 self=0x72c9a41000 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7818 nice=0 cgrp=default sched=0/0 handle=0x72b64744f0 09-03 16:09:39.619 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 5384374 1410938 9 ) utm=0 stm=0 core=3 HZ=100 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b6379000-0x72b637b000 stackSize=1009KB 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_thread_read+0x3f0/0x12e8 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_ioctl_write_read+0x23c/0x38c 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_ioctl+0x56c/0x758 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_vfs_ioctl+0x414/0x638 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_ioctl+0x84/0x98 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000006e148 /system/lib64/libc.so (__ioctl+4) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 00000000000290d0 /system/lib64/libc.so (ioctl+136) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 000000000005a5e4 /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+256) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 000000000005a7b8 /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 000000000005af04 /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 000000000007b570 /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #06 pc 000000000000f9d8 /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+280) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #07 pc 00000000000b4898 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #08 pc 0000000000081938 /system/lib64/libc.so (__pthread_start(void*)+36) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #09 pc 0000000000023478 /system/lib64/libc.so (__start_thread+68) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] (no managed stack frames) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] "Profile Saver" prio=5 tid=11 Native 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x17e00020 self=0x72c7d8b800 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7819 nice=9 cgrp=default sched=0/0 handle=0x72b60ff4f0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 10006250 3477604 3 ) utm=0 stm=0 core=3 HZ=100 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b6004000-0x72b6006000 stackSize=1009KB 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait_queue_me+0x100/0x1a0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait+0x104/0x23c 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_futex+0x16c/0x534 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_futex+0x128/0x1bc 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000001f02c /system/lib64/libc.so (syscall+28) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 00000000000d724c /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 0000000000322048 /system/lib64/libart.so (art::ProfileSaver::Run()+384) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 0000000000325440 /system/lib64/libart.so (art::ProfileSaver::RunProfileSaverThread(void*)+92) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 0000000000081938 /system/lib64/libc.so (__pthread_start(void*)+36) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 0000000000023478 /system/lib64/libc.so (__start_thread+68) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] (no managed stack frames) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] "HwBinder:7805_1" prio=5 tid=14 Native 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x17f00020 self=0x72c7d6b000 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7826 nice=0 cgrp=default sched=0/0 handle=0x72b55074f0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 39580203 11406244 213 ) utm=2 stm=1 core=3 HZ=100 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b540c000-0x72b540e000 stackSize=1009KB 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_thread_read+0x3f0/0x12e8 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_ioctl_write_read+0x23c/0x38c 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_ioctl+0x56c/0x758 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_vfs_ioctl+0x414/0x638 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_ioctl+0x84/0x98 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000006e148 /system/lib64/libc.so (__ioctl+4) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 00000000000290d0 /system/lib64/libc.so (ioctl+136) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 000000000001cfdc /system/lib64/libhwbinder.so (android::hardware::IPCThreadState::talkWithDriver(bool)+240) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 000000000001425c /system/lib64/libhwbinder.so (android::hardware::IPCThreadState::getAndExecuteCommand()+20) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 0000000000014588 /system/lib64/libhwbinder.so (android::hardware::IPCThreadState::joinThreadPool(bool)+268) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 000000000001c1ac /system/lib64/libhwbinder.so (android::hardware::PoolThread::threadLoop()+24) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #06 pc 000000000000f9d8 /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+280) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #07 pc 00000000000b4898 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #08 pc 0000000000081938 /system/lib64/libc.so (__pthread_start(void*)+36) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #09 pc 0000000000023478 /system/lib64/libc.so (__start_thread+68) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] (no managed stack frames) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] "Thread-3" prio=5 tid=13 Native 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x17ec1950 self=0x72c9a71000 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7833 nice=0 cgrp=default sched=0/0 handle=0x72b530b4f0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 2789063 0 11 ) utm=0 stm=0 core=4 HZ=100 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b5208000-0x72b520a000 stackSize=1041KB 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait_queue_me+0x100/0x1a0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait+0x104/0x23c 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_futex+0x16c/0x534 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_futex+0x128/0x1bc 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000001f02c /system/lib64/libc.so (syscall+28) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 000000000002217c /system/lib64/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+140) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 0000000000080e7c /system/lib64/libc.so (pthread_cond_wait+60) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 0000000000012f5c /system/lib64/libnfc_nci_jni.so (CondVar::wait(Mutex&)+56) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 000000000002c8e0 /system/lib64/libnfc_nci_jni.so (P2pServer::accept(unsigned int, unsigned int, int, int)+260) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 000000000002c6ec /system/lib64/libnfc_nci_jni.so (PeerToPeer::accept(unsigned int, unsigned int, int, int)+336) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #06 pc 0000000000015f14 /system/lib64/libnfc_nci_jni.so (android::nativeLlcpServiceSocket_doAccept(_JNIEnv*, _jobject*, int, int, int)+260) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.dhimpl.NativeLlcpServiceSocket.doAccept(Native method) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.dhimpl.NativeLlcpServiceSocket.accept(NativeLlcpServiceSocket.java:41) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.ndefpush.NdefPushServer$ServerThread.run(NdefPushServer.java:154) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] "Thread-2" prio=5 tid=15 Native 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x17ec11b8 self=0x72c9a49400 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7832 nice=0 cgrp=default sched=0/0 handle=0x72b570b4f0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 1332810 1497396 14 ) utm=0 stm=0 core=5 HZ=100 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b5608000-0x72b560a000 stackSize=1041KB 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait_queue_me+0x100/0x1a0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait+0x104/0x23c 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_futex+0x16c/0x534 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_futex+0x128/0x1bc 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000001f02c /system/lib64/libc.so (syscall+28) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 000000000002217c /system/lib64/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+140) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 0000000000080e7c /system/lib64/libc.so (pthread_cond_wait+60) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 0000000000012f5c /system/lib64/libnfc_nci_jni.so (CondVar::wait(Mutex&)+56) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 000000000002c8e0 /system/lib64/libnfc_nci_jni.so (P2pServer::accept(unsigned int, unsigned int, int, int)+260) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 000000000002c6ec /system/lib64/libnfc_nci_jni.so (PeerToPeer::accept(unsigned int, unsigned int, int, int)+336) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #06 pc 0000000000015f14 /system/lib64/libnfc_nci_jni.so (android::nativeLlcpServiceSocket_doAccept(_JNIEnv*, _jobject*, int, int, int)+260) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.dhimpl.NativeLlcpServiceSocket.doAccept(Native method) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.dhimpl.NativeLlcpServiceSocket.accept(NativeLlcpServiceSocket.java:41) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.snep.SnepServer$ServerThread.run(SnepServer.java:215) 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] "Thread-4" prio=5 tid=16 Native 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x17ec1fe0 self=0x72c9a71c00 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7834 nice=0 cgrp=default sched=0/0 handle=0x72b52054f0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 1757812 0 9 ) utm=0 stm=0 core=6 HZ=100 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b5102000-0x72b5104000 stackSize=1041KB 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait_queue_me+0x100/0x1a0 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait+0x104/0x23c 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_futex+0x16c/0x534 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_futex+0x128/0x1bc 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.620 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000001f02c /system/lib64/libc.so (syscall+28) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 000000000002217c /system/lib64/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+140) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 0000000000080e7c /system/lib64/libc.so (pthread_cond_wait+60) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 0000000000012f5c /system/lib64/libnfc_nci_jni.so (CondVar::wait(Mutex&)+56) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 000000000002c8e0 /system/lib64/libnfc_nci_jni.so (P2pServer::accept(unsigned int, unsigned int, int, int)+260) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 000000000002c6ec /system/lib64/libnfc_nci_jni.so (PeerToPeer::accept(unsigned int, unsigned int, int, int)+336) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #06 pc 0000000000015f14 /system/lib64/libnfc_nci_jni.so (android::nativeLlcpServiceSocket_doAccept(_JNIEnv*, _jobject*, int, int, int)+260) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.dhimpl.NativeLlcpServiceSocket.doAccept(Native method) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.dhimpl.NativeLlcpServiceSocket.accept(NativeLlcpServiceSocket.java:41) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] at com.android.nfc.handover.HandoverServer$ServerThread.run(HandoverServer.java:118) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] "SoundPoolThread" prio=5 tid=17 Native 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x18000020 self=0x72c9a48800 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7836 nice=0 cgrp=default sched=0/0 handle=0x72b50014f0 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 113380754 34845297 918 ) utm=5 stm=6 core=3 HZ=100 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b4f06000-0x72b4f08000 stackSize=1009KB 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait_queue_me+0x100/0x1a0 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait+0x104/0x23c 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_futex+0x16c/0x534 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_futex+0x128/0x1bc 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000001f02c /system/lib64/libc.so (syscall+28) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 000000000002217c /system/lib64/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+140) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 0000000000080e7c /system/lib64/libc.so (pthread_cond_wait+60) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 0000000000009430 /system/lib64/libsoundpool.so (android::SoundPoolThread::run()+116) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 00000000000092a0 /system/lib64/libsoundpool.so (android::SoundPoolThread::beginThread(void*)+8) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 00000000000b4898 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #06 pc 0000000000081938 /system/lib64/libc.so (__pthread_start(void*)+36) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #07 pc 0000000000023478 /system/lib64/libc.so (__start_thread+68) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] (no managed stack frames) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] "SoundPool" prio=5 tid=18 Native 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x18040020 self=0x72d03f3c00 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7835 nice=0 cgrp=default sched=0/0 handle=0x72b50ff4f0 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 1189584 348437 8 ) utm=0 stm=0 core=1 HZ=100 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b5004000-0x72b5006000 stackSize=1009KB 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait_queue_me+0x100/0x1a0 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait+0x104/0x23c 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_futex+0x16c/0x534 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_futex+0x128/0x1bc 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000001f02c /system/lib64/libc.so (syscall+28) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 000000000002217c /system/lib64/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+140) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 0000000000080e7c /system/lib64/libc.so (pthread_cond_wait+60) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 0000000000006498 /system/lib64/libsoundpool.so (android::SoundPool::run()+52) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 0000000000006454 /system/lib64/libsoundpool.so (android::SoundPool::beginThread(void*)+8) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 00000000000b4898 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #06 pc 0000000000081938 /system/lib64/libc.so (__pthread_start(void*)+36) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #07 pc 0000000000023478 /system/lib64/libc.so (__start_thread+68) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] (no managed stack frames) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] "Binder:7805_3" prio=5 tid=19 Native 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x180c0020 self=0x72c9a72800 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7841 nice=0 cgrp=default sched=0/0 handle=0x72b4d034f0 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 1445834 1524999 4 ) utm=0 stm=0 core=1 HZ=100 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b4c08000-0x72b4c0a000 stackSize=1009KB 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_thread_read+0x3f0/0x12e8 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_ioctl_write_read+0x23c/0x38c 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_ioctl+0x56c/0x758 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_vfs_ioctl+0x414/0x638 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_ioctl+0x84/0x98 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000006e148 /system/lib64/libc.so (__ioctl+4) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 00000000000290d0 /system/lib64/libc.so (ioctl+136) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 000000000005a5e4 /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+256) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 000000000005a7b8 /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 000000000005af04 /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 000000000007b570 /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #06 pc 000000000000f9d8 /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+280) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #07 pc 00000000000b4898 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #08 pc 0000000000081938 /system/lib64/libc.so (__pthread_start(void*)+36) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #09 pc 0000000000023478 /system/lib64/libc.so (__start_thread+68) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] (no managed stack frames) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] "Binder:7805_4" prio=5 tid=20 Native 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x18140020 self=0x72d03ed000 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7845 nice=0 cgrp=default sched=0/0 handle=0x72b4a934f0 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 3100521 1469271 11 ) utm=0 stm=0 core=2 HZ=100 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b4998000-0x72b499a000 stackSize=1009KB 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_thread_read+0x3f0/0x12e8 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_ioctl_write_read+0x23c/0x38c 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: binder_ioctl+0x56c/0x758 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_vfs_ioctl+0x414/0x638 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_ioctl+0x84/0x98 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000006e148 /system/lib64/libc.so (__ioctl+4) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 00000000000290d0 /system/lib64/libc.so (ioctl+136) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 000000000005a5e4 /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+256) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 000000000005a7b8 /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #04 pc 000000000005af04 /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #05 pc 000000000007b570 /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #06 pc 000000000000f9d8 /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+280) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #07 pc 00000000000b4898 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #08 pc 0000000000081938 /system/lib64/libc.so (__pthread_start(void*)+36) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #09 pc 0000000000023478 /system/lib64/libc.so (__start_thread+68) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] (no managed stack frames) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] "AsyncTask #2" prio=5 tid=12 TimedWaiting 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | group="" sCount=1 dsCount=0 flags=1 obj=0x17e60938 self=0x72c7d6c800 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | sysTid=7854 nice=10 cgrp=default sched=0/0 handle=0x72b58114f0 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | state=S schedstat=( 2423436 3601043 13 ) utm=0 stm=0 core=4 HZ=100 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | stack=0x72b570e000-0x72b5710000 stackSize=1041KB 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] | held mutexes= 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: __switch_to+0xac/0xc0 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait_queue_me+0x100/0x1a0 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: futex_wait+0x104/0x23c 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: do_futex+0x16c/0x534 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: SyS_futex+0x128/0x1bc 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] kernel: __sys_trace_return+0x0/0x4 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #00 pc 000000000001f030 /system/lib64/libc.so (syscall+32) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #01 pc 00000000000d7678 /system/lib64/libart.so (art::ConditionVariable::TimedWait(art::Thread*, long, int)+168) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #02 pc 00000000003bcc3c /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, long, int, bool, art::ThreadState)+656) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 00000000003be6e4 /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long, int, bool, art::ThreadState)+424) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Object.wait(Native method) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] - waiting on <0x0eaa9661> (a java.lang.Object) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] at java.lang.Thread.parkFor$(Thread.java:2137) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] - locked <0x0eaa9661> (a java.lang.Object) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] at sun.misc.Unsafe.park(Unsafe.java:358) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2101) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467) 09-03 16:09:39.621 7805 7862 F com.android.nf: runtime.cc:558] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091) 09-03 16:09:39.622 7805 7862 F com.android.nf: runtime.cc:558] native: #03 pc 00000000003be1e8 /system/lib64/libart.so (art::Monitor::MonitorEnter(art::Thread*, art::mirror::Object*, bool)+512) 09-03 16:09:39.622 7805 7862 F com.android.nf: runtime.cc:558] native: #18 pc 0000000000554988 /system/lib64/libart.so (art_quick_invoke_stub+584) 09-03 16:09:39.622 7805 7862 F com.android.nf: runtime.cc:558] native: #19 pc 00000000000cf6c8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) 09-03 16:09:39.622 7805 7862 F com.android.nf: runtime.cc:558] native: #22 pc 0000000000488798 /system/lib64/libart.so (art::Thread::CreateCallback(void*)+1120) 09-03 16:09:39.622 7805 7862 F com.android.nf: runtime.cc:558] native: #23 pc 0000000000081938 /system/lib64/libc.so (__pthread_start(void*)+36)
and a tombstone:
09-03 16:09:39.623 7805 7862 F libc : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 7862 (applyRouting), pid 7805 (com.android.nfc) 09-03 16:09:39.655 7983 7983 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone 09-03 16:09:39.656 744 744 I /system/bin/tombstoned: received crash request for pid 7862 09-03 16:09:39.656 7983 7983 I crash_dump64: performing dump of process 7805 (target tid = 7862) 09-03 16:09:39.661 7983 7983 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 09-03 16:09:39.661 7983 7983 F DEBUG : Build fingerprint: 'Android/treble_arm64_avN/phhgsi_arm64_a:9/PPR1.180610.009/180829:userdebug/test-keys' 09-03 16:09:39.661 7983 7983 F DEBUG : Revision: '0' 09-03 16:09:39.661 7983 7983 F DEBUG : ABI: 'arm64' 09-03 16:09:39.661 7983 7983 F DEBUG : pid: 7805, tid: 7862, name: applyRouting >>> com.android.nfc <<< 09-03 16:09:39.661 7983 7983 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- 09-03 16:09:39.661 7983 7983 F DEBUG : Abort message: 'jni_internal.cc:616] JNI FatalError called: applyRouting' 09-03 16:09:39.661 7983 7983 F DEBUG : x0 0000000000000000 x1 0000000000001eb6 x2 0000000000000006 x3 0000000000000008 09-03 16:09:39.662 7983 7983 F DEBUG : x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 7f7f7f7f7f7f7f7f 09-03 16:09:39.662 7983 7983 F DEBUG : x8 0000000000000083 x9 61085999484d45a1 x10 0000000000000000 x11 fffffffc7ffffbdf 09-03 16:09:39.662 7983 7983 F DEBUG : x12 0000000000000001 x13 000000000000000d x14 ff00000000000000 x15 ffffffffffffffff 09-03 16:09:39.662 7983 7983 F DEBUG : x16 00000073549b22c8 x17 00000073548f00d0 x18 0000000000000001 x19 0000000000001e7d 09-03 16:09:39.662 7983 7983 F DEBUG : x20 0000000000001eb6 x21 00000072d030c370 x22 00000072d009e763 x23 00000072d0098a63 09-03 16:09:39.662 7983 7983 F DEBUG : x24 00000072d0098917 x25 0000000000000001 x26 00000072d03ef4a0 x27 0000000000000002 09-03 16:09:39.662 7983 7983 F DEBUG : x28 00000072d030c350 x29 00000072b488e750 09-03 16:09:39.662 7983 7983 F DEBUG : sp 00000072b488e710 lr 00000073548e4bfc pc 00000073548e4c24 09-03 16:09:39.667 7983 7983 F DEBUG : 09-03 16:09:39.667 7983 7983 F DEBUG : backtrace: 09-03 16:09:39.667 7983 7983 F DEBUG : #00 pc 0000000000021c24 /system/lib64/libc.so (abort+116) 09-03 16:09:39.667 7983 7983 F DEBUG : #01 pc 0000000000464114 /system/lib64/libart.so (art::Runtime::Abort(char const*)+1196) 09-03 16:09:39.667 7983 7983 F DEBUG : #02 pc 0000000000008cd4 /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+724) 09-03 16:09:39.667 7983 7983 F DEBUG : #03 pc 000000000032ce68 /system/lib64/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+196) 09-03 16:09:39.667 7983 7983 F DEBUG : #04 pc 000000000001b518 /system/lib64/libnfc_nci_jni.so (android::nfcManager_doAbort(_JNIEnv*, _jobject*, _jstring*)+48) 09-03 16:09:39.667 7983 7983 F DEBUG : #05 pc 000000000000adb8 /system/app/NfcNci/oat/arm64/NfcNci.odex (offset 0xa000) (com.android.nfc.dhimpl.NativeNfcManager.doDump [DEDUPED]+152) 09-03 16:09:39.667 7983 7983 F DEBUG : #06 pc 0000000000554988 /system/lib64/libart.so (art_quick_invoke_stub+584) 09-03 16:09:39.667 7983 7983 F DEBUG : #07 pc 00000000000cf6c8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) 09-03 16:09:39.667 7983 7983 F DEBUG : #08 pc 000000000027f2b4 /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+344) 09-03 16:09:39.667 7983 7983 F DEBUG : #09 pc 00000000002792bc /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968) 09-03 16:09:39.667 7983 7983 F DEBUG : #10 pc 000000000052568c /system/lib64/libart.so (MterpInvokeInterface+1392) 09-03 16:09:39.667 7983 7983 F DEBUG : #11 pc 0000000000547214 /system/lib64/libart.so (ExecuteMterpImpl+14740) 09-03 16:09:39.667 7983 7983 F DEBUG : #12 pc 00000000000f67aa /system/app/NfcNci/oat/arm64/NfcNci.vdex (com.android.nfc.NfcService$WatchDogThread.run+100) 09-03 16:09:39.667 7983 7983 F DEBUG : #13 pc 0000000000252fc0 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2986784770+488) 09-03 16:09:39.667 7983 7983 F DEBUG : #14 pc 0000000000514fa4 /system/lib64/libart.so (artQuickToInterpreterBridge+1020) 09-03 16:09:39.667 7983 7983 F DEBUG : #15 pc 000000000055dafc /system/lib64/libart.so (art_quick_to_interpreter_bridge+92) 09-03 16:09:39.667 7983 7983 F DEBUG : #16 pc 0000000000554988 /system/lib64/libart.so (art_quick_invoke_stub+584) 09-03 16:09:39.667 7983 7983 F DEBUG : #17 pc 00000000000cf6c8 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) 09-03 16:09:39.667 7983 7983 F DEBUG : #18 pc 000000000045c840 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104) 09-03 16:09:39.667 7983 7983 F DEBUG : #19 pc 000000000045d8fc /system/lib64/libart.so (art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, jvalue*)+424) 09-03 16:09:39.667 7983 7983 F DEBUG : #20 pc 0000000000488798 /system/lib64/libart.so (art::Thread::CreateCallback(void*)+1120) 09-03 16:09:39.667 7983 7983 F DEBUG : #21 pc 0000000000081938 /system/lib64/libc.so (__pthread_start(void*)+36) 09-03 16:09:39.667 7983 7983 F DEBUG : #22 pc 0000000000023478 /system/lib64/libc.so (__start_thread+68) 09-03 16:09:39.870 744 744 W /system/bin/tombstoned: crash socket received short read of length 0 (expected 12)
The text was updated successfully, but these errors were encountered:
Huawei Mate 10 ALP with PHH v105 gapps has FC when open connected device> connection preference If BT or NFC option change FC also the change do not remain after reboot (like device name) restore to default https://drive.google.com/file/d/1Q7EBuJZjzhoHz0JRIm-Mb5A6YXxD0H9i/view?usp=drivesdk
Sorry, something went wrong.
hi! have you fixed this error?
No branches or pull requests
get a dump in logcat
and a tombstone:
The text was updated successfully, but these errors were encountered: