Android jdwp 自动断开,开启debug调试模式,进入不了,等一会就闪退了!!!!

原因:debug标记加多了

art/runtime/jdwp/jdwp_event.cc:661] Check failed: Thread::Current() != GetDebugThread() (Thread::Current()=0xe1908400, GetDebugThread()=0xe1908400) Expected event thread

11-16 15:29:18.457 10331-10339/包名 A/art: art/runtime/runtime.cc:422] Runtime aborting...

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] Aborting thread:

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] "JDWP" prio=5 tid=4 WaitingForDebuggerSend

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | group="" sCount=0 dsCount=0 obj=0x12c309d0 self=0xe1908400

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | sysTid=10339 nice=0 cgrp=default sched=0/0 handle=0xe89f7920

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | state=R schedstat=( 931267159 239703751 3678 ) utm=65 stm=28 core=5 HZ=100

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | stack=0xe88fb000-0xe88fd000 stackSize=1014KB

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | held mutexes= "abort lock"

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #00 pc 0037b7c1  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #01 pc 0035b57d  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+304)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #02 pc 0034e12d  /system/lib/libart.so (_ZNK3art10AbortState10DumpThreadERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+24)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #03 pc 0034dfa9  /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+424)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #04 pc 0034496d  /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+92)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #05 pc 000b71ef  /system/lib/libart.so (_ZN3art10LogMessageD2Ev+966)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #06 pc 002598f9  /system/lib/libart.so (_ZN3art4JDWP9JdwpState24AcquireJdwpTokenForEventEy+396)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #07 pc 0025925d  /system/lib/libart.so (_ZN3art4JDWP9JdwpState29SendRequestAndPossiblySuspendEPNS0_9ExpandBufENS0_17JdwpSuspendPolicyEy+180)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #08 pc 0025d06d  /system/lib/libart.so (_ZN3art4JDWP9JdwpState16PostClassPrepareEPNS_6mirror5ClassE+1060)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #09 pc 000e87d1  /system/lib/libart.so (_ZN3art11ClassLinker11DefineClassEPNS_6ThreadEPKcjNS_6HandleINS_6mirror11ClassLoaderEEERKNS_7DexFileERKNS9_8ClassDefE+1288)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #10 pc 000e8159  /system/lib/libart.so (_ZN3art11ClassLinker26FindClassInPathClassLoaderERNS_33ScopedObjectAccessAlreadyRunnableEPNS_6ThreadEPKcjNS_6HandleINS_6mirror11ClassLoaderEEEPPNS8_5ClassE+1024)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #11 pc 000e8d37  /system/lib/libart.so (_ZN3art11ClassLinker9FindClassEPNS_6ThreadEPKcNS_6HandleINS_6mirror11ClassLoaderEEE+662)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #12 pc 0039d7f3  /system/lib/libart.so (_ZN3art8verifier12RegTypeCache12ResolveClassEPKcPNS_6mirror11ClassLoaderE+106)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #13 pc 0039d413  /system/lib/libart.so (_ZN3art8verifier12RegTypeCache4FromEPNS_6mirror11ClassLoaderEPKcb+586)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #14 pc 00387749  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier26ResolveClassAndCheckAccessEj+244)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #15 pc 003925c3  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier27ResolveMethodAndCheckAccessEjNS0_10MethodTypeE+38)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #16 pc 0038fdc5  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier20VerifyInvocationArgsEPKNS_11InstructionENS0_10MethodTypeEb+32)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #17 pc 0038882f  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier25CodeFlowVerifyInstructionEPj+3126)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #18 pc 003874b3  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier20CodeFlowVerifyMethodEv+242)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #19 pc 003843b9  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier14VerifyCodeFlowEv+636)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #20 pc 00381c59  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier6VerifyEv+484)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #21 pc 003812cb  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier12VerifyMethodEPNS_6ThreadEjPKNS_7DexFileENS_6HandleINS_6mirror8DexCacheEEENS7_INS8_11ClassLoaderEEEPKNS4_8ClassDefEPKNS4_8CodeItemEPNS_9ArtMethodEjPNS_17CompilerCallbacksEbNS_11LogSeverityEbPNSt3__112basic_stringIcNSO_11char_traitsIcEENSO_9allocatorIcEEEE+118)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #22 pc 00380aff  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier13VerifyMethodsILb1EEENS1_11FailureDataEPNS_6ThreadEPNS_11ClassLinkerEPKNS_7DexFileEPKNS8_8ClassDefEPNS_21ClassDataItemIteratorENS_6HandleINS_6mirror8DexCacheEEENSG_INSH_11ClassLoaderEEEPNS_17CompilerCallbacksEbNS_11LogSeverityEbPNSt3__112basic_stringIcNSP_11char_traitsIcEENSP_9allocatorIcEEEE+438)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #23 pc 0038064d  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier11VerifyClassEPNS_6ThreadEPKNS_7DexFileENS_6HandleINS_6mirror8DexCacheEEENS7_INS8_11ClassLoaderEEEPKNS4_8ClassDefEPNS_17CompilerCallbacksEbNS_11LogSeverityEPNSt3__112basic_stringIcNSJ_11char_traitsIcEENSJ_9allocatorIcEEEE+620)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #24 pc 0037ff6f  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier11VerifyClassEPNS_6ThreadEPNS_6mirror5ClassEPNS_17CompilerCallbacksEbNS_11LogSeverityEPNSt3__112basic_stringIcNSA_11char_traitsIcEENSA_9allocatorIcEEEE+330)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #25 pc 000ef293  /system/lib/libart.so (_ZN3art11ClassLinker11VerifyClassEPNS_6ThreadENS_6HandleINS_6mirror5ClassEEENS_11LogSeverityE+1290)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #26 pc 000f2f6b  /system/lib/libart.so (_ZN3art11ClassLinker15InitializeClassEPNS_6ThreadENS_6HandleINS_6mirror5ClassEEEbb+178)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #27 pc 000de91d  /system/lib/libart.so (_ZN3art11ClassLinker17EnsureInitializedEPNS_6ThreadENS_6HandleINS_6mirror5ClassEEEbb+120)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #28 pc 0011bdad  /system/lib/libart.so (_ZN3artL17GetFieldValueImplEyyyPNS_4JDWP9ExpandBufEb+1048)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #29 pc 0011c191  /system/lib/libart.so (_ZN3art3Dbg19GetStaticFieldValueEyyPNS_4JDWP9ExpandBufE+20)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #30 pc 0025fb59  /system/lib/libart.so (_ZN3art4JDWPL12RT_GetValuesEPNS0_9JdwpStateEPNS0_7RequestEPNS0_9ExpandBufE+64)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #31 pc 0025e61f  /system/lib/libart.so (_ZN3art4JDWP9JdwpState14ProcessRequestEPNS0_7RequestEPNS0_9ExpandBufEPb+678)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #32 pc 00263aa9  /system/lib/libart.so (_ZN3art4JDWP9JdwpState12HandlePacketEv+120)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #33 pc 00427f2b  /system/lib/libart.so (_ZN3art4JDWP12JdwpAdbState15ProcessIncomingEv+678)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #34 pc 00264195  /system/lib/libart.so (_ZN3art4JDWP9JdwpState3RunEv+1440)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #35 pc 00263627  /system/lib/libart.so (_ZN3art4JDWPL15StartJdwpThreadEPv+22)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #36 pc 000480a7  /system/lib/libc.so (_ZL15__pthread_startPv+22)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #37 pc 0001a1a5  /system/lib/libc.so (__start_thread+6)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  (no managed stack frames)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] Dumping all threads without appropriate locks held: thread list lock mutator lock

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] All threads:

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] DALVIK THREADS (56):

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] "JDWP" prio=5 tid=4 Runnable

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | group="" sCount=0 dsCount=0 obj=0x12c309d0 self=0xe1908400

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | sysTid=10339 nice=0 cgrp=default sched=0/0 handle=0xe89f7920

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | state=R schedstat=( 954491173 239789949 3683 ) utm=66 stm=29 core=5 HZ=100

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | stack=0xe88fb000-0xe88fd000 stackSize=1014KB

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | held mutexes= "abort lock" "mutator lock"(shared held)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #00 pc 0037b7c1  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #01 pc 0035b57d  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+304)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #02 pc 0036db1d  /system/lib/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+608)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #03 pc 00367be7  /system/lib/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+330)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #04 pc 003678e5  /system/lib/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+584)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #05 pc 0034df75  /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+372)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #06 pc 0034496d  /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+92)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #07 pc 000b71ef  /system/lib/libart.so (_ZN3art10LogMessageD2Ev+966)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #08 pc 002598f9  /system/lib/libart.so (_ZN3art4JDWP9JdwpState24AcquireJdwpTokenForEventEy+396)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #09 pc 0025925d  /system/lib/libart.so (_ZN3art4JDWP9JdwpState29SendRequestAndPossiblySuspendEPNS0_9ExpandBufENS0_17JdwpSuspendPolicyEy+180)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #10 pc 0025d06d  /system/lib/libart.so (_ZN3art4JDWP9JdwpState16PostClassPrepareEPNS_6mirror5ClassE+1060)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #11 pc 000e87d1  /system/lib/libart.so (_ZN3art11ClassLinker11DefineClassEPNS_6ThreadEPKcjNS_6HandleINS_6mirror11ClassLoaderEEERKNS_7DexFileERKNS9_8ClassDefE+1288)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #12 pc 000e8159  /system/lib/libart.so (_ZN3art11ClassLinker26FindClassInPathClassLoaderERNS_33ScopedObjectAccessAlreadyRunnableEPNS_6ThreadEPKcjNS_6HandleINS_6mirror11ClassLoaderEEEPPNS8_5ClassE+1024)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #13 pc 000e8d37  /system/lib/libart.so (_ZN3art11ClassLinker9FindClassEPNS_6ThreadEPKcNS_6HandleINS_6mirror11ClassLoaderEEE+662)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #14 pc 0039d7f3  /system/lib/libart.so (_ZN3art8verifier12RegTypeCache12ResolveClassEPKcPNS_6mirror11ClassLoaderE+106)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #15 pc 0039d413  /system/lib/libart.so (_ZN3art8verifier12RegTypeCache4FromEPNS_6mirror11ClassLoaderEPKcb+586)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #16 pc 00387749  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier26ResolveClassAndCheckAccessEj+244)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #17 pc 003925c3  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier27ResolveMethodAndCheckAccessEjNS0_10MethodTypeE+38)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #18 pc 0038fdc5  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier20VerifyInvocationArgsEPKNS_11InstructionENS0_10MethodTypeEb+32)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #19 pc 0038882f  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier25CodeFlowVerifyInstructionEPj+3126)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #20 pc 003874b3  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier20CodeFlowVerifyMethodEv+242)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #21 pc 003843b9  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier14VerifyCodeFlowEv+636)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #22 pc 00381c59  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier6VerifyEv+484)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #23 pc 003812cb  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier12VerifyMethodEPNS_6ThreadEjPKNS_7DexFileENS_6HandleINS_6mirror8DexCacheEEENS7_INS8_11ClassLoaderEEEPKNS4_8ClassDefEPKNS4_8CodeItemEPNS_9ArtMethodEjPNS_17CompilerCallbacksEbNS_11LogSeverityEbPNSt3__112basic_stringIcNSO_11char_traitsIcEENSO_9allocatorIcEEEE+118)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #24 pc 00380aff  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier13VerifyMethodsILb1EEENS1_11FailureDataEPNS_6ThreadEPNS_11ClassLinkerEPKNS_7DexFileEPKNS8_8ClassDefEPNS_21ClassDataItemIteratorENS_6HandleINS_6mirror8DexCacheEEENSG_INSH_11ClassLoaderEEEPNS_17CompilerCallbacksEbNS_11LogSeverityEbPNSt3__112basic_stringIcNSP_11char_traitsIcEENSP_9allocatorIcEEEE+438)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #25 pc 0038064d  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier11VerifyClassEPNS_6ThreadEPKNS_7DexFileENS_6HandleINS_6mirror8DexCacheEEENS7_INS8_11ClassLoaderEEEPKNS4_8ClassDefEPNS_17CompilerCallbacksEbNS_11LogSeverityEPNSt3__112basic_stringIcNSJ_11char_traitsIcEENSJ_9allocatorIcEEEE+620)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #26 pc 0037ff6f  /system/lib/libart.so (_ZN3art8verifier14MethodVerifier11VerifyClassEPNS_6ThreadEPNS_6mirror5ClassEPNS_17CompilerCallbacksEbNS_11LogSeverityEPNSt3__112basic_stringIcNSA_11char_traitsIcEENSA_9allocatorIcEEEE+330)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #27 pc 000ef293  /system/lib/libart.so (_ZN3art11ClassLinker11VerifyClassEPNS_6ThreadENS_6HandleINS_6mirror5ClassEEENS_11LogSeverityE+1290)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #28 pc 000f2f6b  /system/lib/libart.so (_ZN3art11ClassLinker15InitializeClassEPNS_6ThreadENS_6HandleINS_6mirror5ClassEEEbb+178)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #29 pc 000de91d  /system/lib/libart.so (_ZN3art11ClassLinker17EnsureInitializedEPNS_6ThreadENS_6HandleINS_6mirror5ClassEEEbb+120)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #30 pc 0011bdad  /system/lib/libart.so (_ZN3artL17GetFieldValueImplEyyyPNS_4JDWP9ExpandBufEb+1048)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #31 pc 0011c191  /system/lib/libart.so (_ZN3art3Dbg19GetStaticFieldValueEyyPNS_4JDWP9ExpandBufE+20)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #32 pc 0025fb59  /system/lib/libart.so (_ZN3art4JDWPL12RT_GetValuesEPNS0_9JdwpStateEPNS0_7RequestEPNS0_9ExpandBufE+64)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #33 pc 0025e61f  /system/lib/libart.so (_ZN3art4JDWP9JdwpState14ProcessRequestEPNS0_7RequestEPNS0_9ExpandBufEPb+678)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #34 pc 00263aa9  /system/lib/libart.so (_ZN3art4JDWP9JdwpState12HandlePacketEv+120)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #35 pc 00427f2b  /system/lib/libart.so (_ZN3art4JDWP12JdwpAdbState15ProcessIncomingEv+678)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #36 pc 00264195  /system/lib/libart.so (_ZN3art4JDWP9JdwpState3RunEv+1440)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #37 pc 00263627  /system/lib/libart.so (_ZN3art4JDWPL15StartJdwpThreadEPv+22)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #38 pc 000480a7  /system/lib/libc.so (_ZL15__pthread_startPv+22)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #39 pc 0001a1a5  /system/lib/libc.so (__start_thread+6)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  (no managed stack frames)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] "main" prio=5 tid=1 Native

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | group="" sCount=1 dsCount=0 obj=0x75208838 self=0xe9505400

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | sysTid=10331 nice=-10 cgrp=default sched=0/0 handle=0xec41c534

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | state=S schedstat=( 8738090439 609942930 5291 ) utm=777 stm=96 core=4 HZ=100

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | stack=0xff520000-0xff522000 stackSize=8MB

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | held mutexes=

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: __switch_to+0x88/0x94

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: SyS_epoll_wait+0x2a4/0x360

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: compat_SyS_epoll_pwait+0xa4/0x10c

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: el0_svc_naked+0x24/0x28

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #00 pc 00049590  /system/lib/libc.so (__epoll_pwait+20)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #01 pc 0001a561  /system/lib/libc.so (epoll_pwait+60)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #02 pc 0001a591  /system/lib/libc.so (epoll_wait+12)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #03 pc 00012001  /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+116)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #04 pc 00011eff  /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+26)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #05 pc 00093cc9  /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #06 pc 0064f475  /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+96)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at android.os.MessageQueue.nativePollOnce(Native method)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at android.os.MessageQueue.next(MessageQueue.java:323)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at android.os.Looper.loop(Looper.java:141)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at android.app.ActivityThread.main(ActivityThread.java:6691)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.reflect.Method.invoke!(Native method)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:912)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:802)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] "Jit thread pool worker thread 0" prio=5 tid=2 Native (still starting up)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | group="" sCount=1 dsCount=0 obj=0x0 self=0xe1907000

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | sysTid=10337 nice=9 cgrp=default sched=0/0 handle=0xe8bf7920

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | state=S schedstat=( 1059352634 182548904 902 ) utm=91 stm=14 core=4 HZ=100

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | stack=0xe8af9000-0xe8afb000 stackSize=1022KB

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | held mutexes=

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: __switch_to+0x88/0x94

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: futex_wait_queue_me+0xcc/0x124

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: futex_wait+0xec/0x200

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: do_futex+0xcc/0x47c

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: compat_SyS_futex+0xcc/0x144

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: el0_svc_naked+0x24/0x28

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #00 pc 000178c0  /system/lib/libc.so (syscall+28)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #01 pc 000b8ed5  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #02 pc 0036ee6b  /system/lib/libart.so (_ZN3art10ThreadPool7GetTaskEPNS_6ThreadE+168)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #03 pc 0036e717  /system/lib/libart.so (_ZN3art16ThreadPoolWorker3RunEv+62)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #04 pc 0036e245  /system/lib/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+64)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #05 pc 000480a7  /system/lib/libc.so (_ZL15__pthread_startPv+22)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #06 pc 0001a1a5  /system/lib/libc.so (__start_thread+6)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  (no managed stack frames)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] "Signal Catcher" prio=5 tid=3 WaitingInMainSignalCatcherLoop

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | group="" sCount=1 dsCount=0 obj=0x12c30940 self=0xdc92c800

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | sysTid=10338 nice=0 cgrp=default sched=0/0 handle=0xe8af6920

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | state=S schedstat=( 456041 24167 1 ) utm=0 stm=0 core=0 HZ=100

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | stack=0xe89fa000-0xe89fc000 stackSize=1014KB

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | held mutexes=

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: __switch_to+0x88/0x94

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: do_sigtimedwait+0xd8/0x1b4

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: compat_SyS_rt_sigtimedwait+0x98/0xd4

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: el0_svc_naked+0x24/0x28

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #00 pc 000498fc  /system/lib/libc.so (__rt_sigtimedwait+12)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #01 pc 0001ea73  /system/lib/libc.so (sigwait+34)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #02 pc 003514af  /system/lib/libart.so (_ZN3art9SignalSet4WaitEv+22)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #03 pc 003510af  /system/lib/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+162)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #04 pc 0034fea7  /system/lib/libart.so (_ZN3art13SignalCatcher3RunEPv+198)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #05 pc 000480a7  /system/lib/libc.so (_ZL15__pthread_startPv+22)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #06 pc 0001a1a5  /system/lib/libc.so (__start_thread+6)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  (no managed stack frames)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] "ReferenceQueueDaemon" prio=5 tid=5 Waiting

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | group="" sCount=1 dsCount=0 obj=0x12c30a60 self=0xdc92dc00

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | sysTid=10340 nice=0 cgrp=default sched=0/0 handle=0xe88f8920

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | state=S schedstat=( 12911092 7078802 26 ) utm=1 stm=0 core=0 HZ=100

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | stack=0xe87f6000-0xe87f8000 stackSize=1038KB

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | held mutexes=

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: __switch_to+0x88/0x94

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: futex_wait_queue_me+0xcc/0x124

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: futex_wait+0xec/0x200

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: do_futex+0xcc/0x47c

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: compat_SyS_futex+0xcc/0x144

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: el0_svc_naked+0x24/0x28

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #00 pc 000178c0  /system/lib/libc.so (syscall+28)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #01 pc 000b8ed5  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #02 pc 002bcc5d  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+516)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #03 pc 002be42b  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+118)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #04 pc 002cd02f  /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #05 pc 00000557  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__+74)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Object.wait!(Native method)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  - waiting on <0x027f7ab5> (a java.lang.Class)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:150)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  - locked <0x027f7ab5> (a java.lang.Class)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Thread.run(Thread.java:761)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] "FinalizerDaemon" prio=5 tid=6 Waiting

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | group="" sCount=1 dsCount=0 obj=0x12c30af0 self=0xdc92e100

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | sysTid=10341 nice=0 cgrp=default sched=0/0 handle=0xe87f3920

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | state=S schedstat=( 9976725 3266871 47 ) utm=0 stm=0 core=0 HZ=100

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | stack=0xe86f1000-0xe86f3000 stackSize=1038KB

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | held mutexes=

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: __switch_to+0x88/0x94

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: futex_wait_queue_me+0xcc/0x124

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: futex_wait+0xec/0x200

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: do_futex+0xcc/0x47c

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: compat_SyS_futex+0xcc/0x144

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: el0_svc_naked+0x24/0x28

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #00 pc 000178c0  /system/lib/libc.so (syscall+28)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #01 pc 000b8ed5  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #02 pc 002bcc5d  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+516)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #03 pc 002be42b  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+118)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #04 pc 002cd05b  /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #05 pc 00000655  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__JI+96)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Object.wait!(Native method)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  - waiting on <0x08b76ed3> (a java.lang.Object)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Object.wait(Object.java:407)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  - locked <0x08b76ed3> (a java.lang.Object)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:204)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Thread.run(Thread.java:761)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] "HeapTaskDaemon" prio=5 tid=7 Blocked

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | group="" sCount=1 dsCount=0 obj=0x12c30c10 self=0xdc92eb00

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | sysTid=10343 nice=0 cgrp=default sched=0/0 handle=0xe85e9920

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | state=S schedstat=( 313432660 13402867 169 ) utm=30 stm=1 core=3 HZ=100

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | stack=0xe84e7000-0xe84e9000 stackSize=1038KB

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | held mutexes=

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: __switch_to+0x88/0x94

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: futex_wait_queue_me+0xcc/0x124

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: futex_wait+0xec/0x200

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: do_futex+0xcc/0x47c

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: compat_SyS_futex+0xcc/0x144

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: el0_svc_naked+0x24/0x28

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #00 pc 000178c0  /system/lib/libc.so (syscall+28)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #01 pc 000b8ed5  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #02 pc 001cd9bd  /system/lib/libart.so (_ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+288)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #03 pc 001ce03b  /system/lib/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+42)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #04 pc 0016192f  /system/framework/arm/boot-core-libart.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+74)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at dalvik.system.VMRuntime.runHeapTasks(Native method)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  - waiting to lock an unknown object

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:433)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Thread.run(Thread.java:761)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] "FinalizerWatchdogDaemon" prio=5 tid=8 Sleeping

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | group="" sCount=1 dsCount=0 obj=0x12c30b80 self=0xdc92e600

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | sysTid=10342 nice=0 cgrp=default sched=0/0 handle=0xe86ee920

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | state=S schedstat=( 272135 478229 7 ) utm=0 stm=0 core=0 HZ=100

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | stack=0xe85ec000-0xe85ee000 stackSize=1038KB

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | held mutexes=

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: __switch_to+0x88/0x94

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: futex_wait_queue_me+0xcc/0x124

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: futex_wait+0xec/0x200

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: do_futex+0xcc/0x47c

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: compat_SyS_futex+0xcc/0x144

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: el0_svc_naked+0x24/0x28

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #00 pc 000178c4  /system/lib/libc.so (syscall+32)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #01 pc 000b92fd  /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #02 pc 002bcc6d  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+532)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #03 pc 002be42b  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+118)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #04 pc 002d091f  /system/lib/libart.so (_ZN3artL12Thread_sleepEP7_JNIEnvP7_jclassP8_jobjectxi+54)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #05 pc 000852fb  /system/framework/arm/boot.oat (Java_java_lang_Thread_sleep__Ljava_lang_Object_2JI+126)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Thread.sleep!(Native method)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  - sleeping on <0x0410aa10> (a java.lang.Object)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Thread.sleep(Thread.java:371)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  - locked <0x0410aa10> (a java.lang.Object)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Thread.sleep(Thread.java:313)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor(Daemons.java:314)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:336)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:253)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.lang.Thread.run(Thread.java:761)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422] "Binder:10331_1" prio=5 tid=9 Native

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | group="" sCount=1 dsCount=0 obj=0x12c30dc0 self=0xe9505e00

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | sysTid=10344 nice=0 cgrp=default sched=0/0 handle=0xe82e6920

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | state=S schedstat=( 1648487 704167 13 ) utm=0 stm=0 core=3 HZ=100

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | stack=0xe81ea000-0xe81ec000 stackSize=1014KB

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | held mutexes=

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: __switch_to+0x88/0x94

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: binder_thread_read+0x328/0xe60

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: binder_ioctl_write_read+0x18c/0x2d0

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: binder_ioctl+0x1c0/0x5fc

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: compat_SyS_ioctl+0x110/0xbac

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: el0_svc_naked+0x24/0x28

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #00 pc 000496d0  /system/lib/libc.so (__ioctl+8)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #01 pc 0001b2b7  /system/lib/libc.so (ioctl+38)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #02 pc 0003d2d7  /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+202)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #03 pc 0003d3f5  /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)

11-16 15:29:18.458 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #04 pc 0003dd4f  /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+46)

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #05 pc 000504a5  /system/lib/libbinder.so (???)

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #06 pc 0000e6a7  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+178)

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #07 pc 00067b15  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #08 pc 000480a7  /system/lib/libc.so (_ZL15__pthread_startPv+22)

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #09 pc 0001a1a5  /system/lib/libc.so (__start_thread+6)

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  (no managed stack frames)

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422] "Binder:10331_2" prio=5 tid=10 Native

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | group="" sCount=1 dsCount=0 obj=0x12c30e50 self=0xe1909800

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | sysTid=10345 nice=0 cgrp=default sched=0/0 handle=0xe81e7920

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | state=S schedstat=( 10159114 1475936 20 ) utm=1 stm=0 core=3 HZ=100

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | stack=0xe80eb000-0xe80ed000 stackSize=1014KB

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | held mutexes=

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: __switch_to+0x88/0x94

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: binder_thread_read+0x328/0xe60

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: binder_ioctl_write_read+0x18c/0x2d0

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: binder_ioctl+0x1c0/0x5fc

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: compat_SyS_ioctl+0x110/0xbac

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: el0_svc_naked+0x24/0x28

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #00 pc 000496d0  /system/lib/libc.so (__ioctl+8)

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #04 pc 0003dd4f  /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+46)

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #07 pc 00067b15  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: __switch_to+0x88/0x94

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #05 pc 00000655  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__JI+96)

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: __switch_to+0x88/0x94

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: do_futex+0xcc/0x47c

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #02 pc 002bcc5d  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+516)

11-16 15:29:18.459 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #05 pc 00000655  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__JI+96)

11-16 15:29:18.460 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | held mutexes=

11-16 15:29:18.460 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: do_futex+0xcc/0x47c

11-16 15:29:18.460 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at sun.misc.Unsafe.park(Unsafe.java:325)

11-16 15:29:18.460 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1098)

11-16 15:29:18.460 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118)

11-16 15:29:18.460 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #00 pc 000496d0  /system/lib/libc.so (__ioctl+8)

11-16 15:29:18.461 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at sun.misc.Unsafe.park(Unsafe.java:325)

11-16 15:29:18.461 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: compat_SyS_futex+0xcc/0x144

11-16 15:29:18.462 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  kernel: el0_svc_naked+0x24/0x28

11-16 15:29:18.463 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #03 pc 00012001  /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+116)

11-16 15:29:18.463 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  - waiting on <0x0d45b679> (a java.lang.Object)

11-16 15:29:18.463 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  at sun.misc.Unsafe.park(Unsafe.java:325)

11-16 15:29:18.464 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  - waiting on <0x0eddbfbe> (a java.lang.Object)

11-16 15:29:18.464 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #03 pc 002be42b  /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+118)

11-16 15:29:18.464 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  native: #01 pc 000b8ed5  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92)

11-16 15:29:18.465 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | group="" sCount=1 dsCount=0 obj=0x12e22670 self=0xc1ce5500

11-16 15:29:18.465 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  | state=S schedstat=( 2520051 2138178 17 ) utm=0 stm=0 core=6 HZ=100

11-16 15:29:18.465 10331-10339/包名 A/art: art/runtime/runtime.cc:422]  - locked <0x05402e58> (a java.lang.Object)

11-16 15:29:18.649 10331-10593/包名 E/CrashReport-Native: Failed to get java thread with thread name: JDWP

11-16 15:29:18.711 10331-10593/包名 E/CrashReport: #++++++++++Record By Bugly++++++++++#

11-16 15:29:18.711 10331-10593/包名 E/CrashReport: # You can use Bugly(http:\\bugly.qq.com) to get more Crash Detail!

11-16 15:29:18.712 10331-10593/包名 E/CrashReport: # PKG NAME: 包名

11-16 15:29:18.712 10331-10593/包名 E/CrashReport: # APP VER: 2.2.6

11-16 15:29:18.715 10331-10593/包名 E/CrashReport: # LAUNCH TIME: 2018-11-16 15:28:33

11-16 15:29:18.715 10331-10593/包名 E/CrashReport: # CRASH TYPE: NATIVE_CRASH

11-16 15:29:18.716 10331-10593/包名 E/CrashReport: # CRASH TIME: 2018-11-16 15:29:18

11-16 15:29:18.716 10331-10593/包名 E/CrashReport: # CRASH PROCESS: 包名

11-16 15:29:18.716 10331-10593/包名 E/CrashReport: # CRASH THREAD: Thread-17

11-16 15:29:18.716 10331-10593/包名 E/CrashReport: # REPORT ID: 20d52a7b-9410-48e7-9b64-e6d83861093b

11-16 15:29:18.717 10331-10593/包名 E/CrashReport: # CRASH DEVICE: NX563J UNROOT

11-16 15:29:18.718 10331-10593/包名 E/CrashReport: # RUNTIME AVAIL RAM:6786949120 ROM:22999011328 SD:22999011328

11-16 15:29:18.719 10331-10593/包名 E/CrashReport: # RUNTIME TOTAL RAM:8116666368 ROM:54672162816 SD:54672162816

11-16 15:29:18.719 10331-10593/包名 E/CrashReport: # EXCEPTION FIRED BY UNKNOWN_USER 包名(10331)

11-16 15:29:18.719 10331-10593/包名 E/CrashReport: # CRASH STACK:

11-16 15:29:18.719 10331-10593/包名 E/CrashReport: SIGABRT

0x285b

#00    pc 0004aed0    /system/lib/libc.so (tgkill+12) [armeabi-v7a::8dbc89e30045d94fb414e69b02468072]

#01    pc 000485d3    /system/lib/libc.so (pthread_kill+34) [armeabi-v7a::8dbc89e30045d94fb414e69b02468072]

#02    pc 0001df61    /system/lib/libc.so (raise+10) [armeabi-v7a::8dbc89e30045d94fb414e69b02468072]

#03    pc 00019755    /system/lib/libc.so (__libc_android_abort+34) [armeabi-v7a::8dbc89e30045d94fb414e69b02468072]

#04    pc 000174f0    /system/lib/libc.so (abort+4) [armeabi-v7a::8dbc89e30045d94fb414e69b02468072]

#05    pc 00339a59    /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+328) [armeabi-v7a::0d4d89f4f9821a4c2b452a1bf9ae77b3]

java:

[Failed to get java stack]

11-16 15:29:18.719 10331-10593/com.huixinyunapp E/CrashReport: #++++++++++++++++++++++++++++++++++++++++++#

解决办法:

1、第一步

2、第二步

f0a1e455725e?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/295929.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Visual Studio 2022发布了,我最爱的5大特性

VS2022今天Visual Studio 2022 终于发布了&#xff0c;你只需要按下⾯地址就可以快速安装你所需要的Visual Studio 2022版本&#xff0c;包括了企业版本&#xff0c;专业版本&#xff0c;以及社区版本。请输入以下⽹址安装最新的Visual Studio 2022 https://aka.ms/InstallVS或…

ASP.NET3.5 企业级项目开发 -- 第二章 数据访问层(DAL)的开发

为什么80%的码农都做不了架构师&#xff1f;>>> ASP.NET3.5 企业级项目开发 &#xff0d;&#xff0d; 第二章 数据访问层(DAL)的开发 前言&#xff1a;本篇主要讲述数据访问层的开发&#xff0c;而且为了大家交流&#xff0c;已经创建企业项目开发团队&…

22张图片倒叙霍金:我爱宇宙也爱这苦乐人生

全世界只有3.14 % 的人关注了爆炸吧知识▲斯蒂芬威廉霍金&#xff08;Stephen William Hawking&#xff09;&#xff0c;1942年1月8日出生于英国牛津&#xff0c;21岁时患上肌肉萎缩性侧索硬化症&#xff08;卢伽雷氏症&#xff09;&#xff0c;全身瘫痪&#xff0c;不能言语&a…

简述LINQ的发展历程

LINQ&#xff1a;最终统治了所有的语言&#xff01;让我们看看LINQ如何彻底改变了.NET中访问数据的方式.NET与其他技术栈的不同之处之一绝对是LINQ&#xff0c;它是Language Integrated Query的首字母缩写。实际上&#xff0c;它是随.NET Framework 3.5和Visual Studio 2008引入…

PHP开发学习-Apache+PHP+MySQL环境搭建

我现在开始php的学习之旅啦&#xff01; 入门&#xff1a;开发环境搭建 组件版本&#xff1a; apache2.2.22 下载地址&#xff1a;http://httpd.apache.org/ php5.4.11 下载地址&#xff1a;http://windows.php.net/download/ mysql5.5.29 下载地址&#xff1a;http://www.mys…

如何不露声色地知道别人是不是单身?

1 世界上竟然会有这么香的东西&#xff01;&#xff01;&#xff01;2 全网吧的电脑都死机了&#xff0c;唯独写论文的电脑没死机&#xff01;3 哈哈哈哈哈哈哈哈哈哈哈好拉风啊&#xff01;&#xff01;4 中国好邻居5 《秋游》&#xff0c;五年级男生写的诗图自我们1班王悦微6…

再谈C#中的委托和事件

写在最前我相信全网关于委托和事件的文章和概述&#xff0c;大家应该已经读过很多篇。但是就我的观察来看&#xff0c;大多数文在讲述这方面概念时&#xff0c;都会用烧开水和狗叫主人的例子来讲述事件怎么工作&#xff0c;这样比喻固然与生活联系紧密&#xff0c;但看多了难免…

js.domReady

2019独角兽企业重金招聘Python工程师标准>>> var dom [], dom_isReady false, domReady function (a) { if (dom_isReady) a(); else dom.push(a) }, dom_fireReady function () { if (!dom_isReady) { if (!document.body) return setTimeout(dom_fireReady, 1…

Android之监测database的改变--notifyChange

我们在ContentProvider的insert,update,delete等改变之后调用getContext().getContentResolver().notifyChange(uri, null);这样就通知那些监测databases变化的observer了&#xff0c;而你的observer可以在一个service里面注册。 以Downloadmanger为例子&#xff1a; 定义Cont…

双一流高校出新规:研究生未经导师同意发论文,不得用于毕业、评奖!

全世界只有3.14 % 的人关注了爆炸吧知识本文转自&#xff1a;募格学术近日&#xff0c;吉林大学研究生院发布文件《吉林大学关于加强对研究生在学期间公开发表论文等学术成果管理的通知》&#xff0c;因内容涉及校内研究生论文发表要求&#xff0c;引起很多研究生的注意。其中包…

android http 三次 握手,面试解析:3次握手与4次挥手

在面试中&#xff0c;三次握手和四次挥手可以说是问的最频繁的一个知识点了&#xff0c;我相信大家也都看过很多关于三次握手与四次挥手的文章。今天的这篇文章&#xff0c;重点是围绕着面试&#xff0c;我们应该掌握哪些比较重要的点&#xff0c;哪些是比较多被面试官给问到的…

微服务组件记事本:Skywalking执行效果 · 多图篇

立冬时节知多少今天立冬&#xff0c;周末两天在家继续研究了下Skywalking&#xff0c;感觉这个组件还是很不错的&#xff0c;无论是设计思想还是架构设计&#xff0c;都能从中受到启发和帮助&#xff0c;建议感兴趣的小伙伴可以看看&#xff0c;当然&#xff0c;如果不感兴趣还…

堆和栈的区别 (转贴)

从其他博客复制过来的&#xff0c;因为这个够详细&#xff0c;转过来学习一下&#xff01; 堆和栈的区别一、预备知识—程序的内存分配一个由c/C编译的程序占用的内存分为以下几个部分1、栈区&#xff08;stack&#xff09;— 由编译器自动分配释放 &#xff0c;存放函数的参数…

ios和android交互差异,Android 和 iOS 主要交互区别整理

我简单整理了一下Android 和 iOS 主要的交互区别&#xff0c;如果有遗漏欢迎批评补充。我总结有下面五类区别&#xff1a;一、界面布局形式的差异1 iOS 的 Tab Bar在iOS应用内最多用Tab Bar来切换不同的模块&#xff0c;Tab Bar 也是最受欢迎最容易被用户认知的方式。2 Android…

要比惨吗?看看这个女人

全世界只有3.14 % 的人关注了爆炸吧知识她从不知道辞职是什么滋味&#xff0c;因为被炒的总是她&#xff1b;连续被三家公司炒掉之后&#xff0c;她不得不自己做SOHO。生了双胞胎&#xff0c;本是喜事&#xff1b;但还在月子里&#xff0c;却发现老公出轨。小三还没打走&#x…

【Blog.Core开源】完成升级.NET 6.0

(千呼万唤始出来&#xff0c;_ _ _ _ _ _ _)是不是每个人都已经尝试一遍vs2022和.NET6.0了&#x1f601;&#xff0c;从各个微信群和盆友圈就可见一斑。今天一大早&#xff0c;一位粉丝就发私信&#xff0c;让升级6.0&#xff0c;这么简单的需求&#xff0c;必须满足&#xff0…

Jenkins file一行代码部署.NET程序到K8S

Jenkins file一行代码部署.NET程序什么是Jenkins共享库随着微服务的增多&#xff0c;每个项目的都需要pipline文件&#xff0c;这样的话Pipeline代码冗余度高&#xff0c;并且pipeline的功能越来越复杂。jenkins可以使用Shared Lib&#xff0c;将一些公共的pipeline抽象做成模块…

吵架后女生和男生的夜晚!所有男生都这样吗?

1 猫&#xff1a;哪个瓜娃子开的灯&#xff1f;&#xff01;2 神回复在哪里3 舔舔舔舔舔&#xff0c;被发现了&#xff01;4 喵喵&#xff1a;你当我傻吗&#xff1f;5 今晚可不可以到你家吃饭6 吵架后女生的夜晚vs吵架后男生的夜晚太真实了7 打游戏时候 对方队友和我方…

项目背景介绍

Adventure 项目&#xff08;1&#xff09; 墨翟坐在办公室里&#xff0c;正和秘书 Alan 开会&#xff0c;讨论着一件让他和 Alan 都很烦心的事情。Adventure 在全球都有工厂&#xff0c;制造各种不同的产品。作为制造部门的负责人&#xff0c;墨翟需要每个月了解各个工厂的运行…

不想升Win11?Win10新版马上到!

微软正式宣布 Windows 10 操作系统的下一个功能更新&#xff1a;Windows 10 版本 21H2。微软表示&#xff1a;虽然我们对下一代 Windows 11 感到兴奋&#xff0c;但也专注于支持 Windows 10 上超过 13 亿台活跃设备。当人们继续在混合和远程环境中工作、学习和娱乐时&#xff0…