注册

在Android 5.0上使用SDK3.4.1,SO启动崩溃

05-28 03:08:17.665 16104-16104/com.caration.robot.telephone A/art: art/runtime/runtime.cc:289] Runtime aborting...
    art/runtime/runtime.cc:289] Aborting thread:
    art/runtime/runtime.cc:289] "main" prio=5 tid=1 Native
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x73426700 self=0xb483d000
    art/runtime/runtime.cc:289]   | sysTid=16104 nice=0 cgrp=default sched=0/0 handle=0xb6fd4bec
    art/runtime/runtime.cc:289]   | state=R schedstat=( 1144341324 43804523 139 ) utm=95 stm=19 core=3 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xbe693000-0xbe695000 stackSize=8MB
    art/runtime/runtime.cc:289]   | held mutexes= "abort lock" "mutator lock"(shared held)
    art/runtime/runtime.cc:289]   native: #00 pc 00004e64  /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
    art/runtime/runtime.cc:289]   native: #01 pc 00003665  /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
    art/runtime/runtime.cc:289]   native: #02 pc 002423d9  /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream >&, int, char const*, art::mirror::ArtMethod*)+68)
    art/runtime/runtime.cc:289]   native: #03 pc 00226013  /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream >&) const+146)
    art/runtime/runtime.cc:289]   native: #04 pc 00215db7  /system/lib/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream >&, art::Thread*)+22)
    art/runtime/runtime.cc:289]   native: #05 pc 00216033  /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream >&)+386)
    art/runtime/runtime.cc:289]   native: #06 pc 002161e1  /system/lib/libart.so (art::Runtime::Abort()+72)
    art/runtime/runtime.cc:289]   native: #07 pc 000a6361  /system/lib/libart.so (art::LogMessage::~LogMessage()+1312)
    art/runtime/runtime.cc:289]   native: #08 pc 000affc5  /system/lib/libart.so (art::JniAbort(char const*, char const*)+1084)
    art/runtime/runtime.cc:289]   native: #09 pc 000b050f  /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+58)
    art/runtime/runtime.cc:289]   native: #10 pc 000b35c7  /system/lib/libart.so (art::ScopedCheck::ScopedCheck(_JNIEnv*, int, char const*)+1286)
    art/runtime/runtime.cc:289]   native: #11 pc 000b4815  /system/lib/libart.so (art::CheckJNI::NewGlobalRef(_JNIEnv*, _jobject*)+20)
    art/runtime/runtime.cc:289]   native: #12 pc 0007344f  /data/app/com.caration.robot.telephone-1/lib/arm/libhyphenate.so (JNI_OnLoad+98)
    art/runtime/runtime.cc:289]   native: #13 pc 001d1ac7  /system/lib/libart.so (art::JavaVMExt::LoadNativeLibrary(std::__1::basic_string, std::__1::allocator > const&, art::Handle, std::__1::basic_string, std::__1::allocator >*)+1578)
    art/runtime/runtime.cc:289]   native: #14 pc 001f6ad9  /system/lib/libart.so (art::Runtime_nativeLoad(_JNIEnv*, _jclass*, _jstring*, _jobject*, _jstring*)+496)
    art/runtime/runtime.cc:289]   native: #15 pc 0007960d  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Runtime_nativeLoad__Ljava_lang_String_2Ljava_lang_ClassLoader_2Ljava_lang_String_2+152)
    art/runtime/runtime.cc:289]   at java.lang.Runtime.nativeLoad(Native method)
05-28 03:08:17.666 16104-16104/com.caration.robot.telephone A/art: art/runtime/runtime.cc:289]   at java.lang.Runtime.doLoad(Runtime.java:428)
    art/runtime/runtime.cc:289]   - locked <0x11dbc555> (a java.lang.Runtime)
    art/runtime/runtime.cc:289]   at java.lang.Runtime.loadLibrary(Runtime.java:369)
    art/runtime/runtime.cc:289]   at java.lang.System.loadLibrary(System.java:988)
    art/runtime/runtime.cc:289]   at com.hyphenate.chat.EMClient.loadLibrary(unavailable:-1)
    art/runtime/runtime.cc:289]   at com.hyphenate.chat.EMClient.getInstance(unavailable:-1)
    art/runtime/runtime.cc:289]   at com.hyphenate.easeui.controller.EaseUI.init(EaseUI.java:112)
    art/runtime/runtime.cc:289]   - locked <0x05711b6a> (a com.hyphenate.easeui.controller.EaseUI)
    art/runtime/runtime.cc:289]   at com.caration.robot.telephone.DemoHelper.init(DemoHelper.java:148)
    art/runtime/runtime.cc:289]   at com.caration.robot.telephone.ChatApplication.onCreate(ChatApplication.java:31)
    art/runtime/runtime.cc:289]   at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
    art/runtime/runtime.cc:289]   at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4579)
    art/runtime/runtime.cc:289]   at android.app.ActivityThread.access$1500(ActivityThread.java:151)
    art/runtime/runtime.cc:289]   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1380)
    art/runtime/runtime.cc:289]   at android.os.Handler.dispatchMessage(Handler.java:102)
    art/runtime/runtime.cc:289]   at android.os.Looper.loop(Looper.java:135)
    art/runtime/runtime.cc:289]   at android.app.ActivityThread.main(ActivityThread.java:5280)
    art/runtime/runtime.cc:289]   at java.lang.reflect.Method.invoke!(Native method)
    art/runtime/runtime.cc:289]   at java.lang.reflect.Method.invoke(Method.java:372)
    art/runtime/runtime.cc:289]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:963)
    art/runtime/runtime.cc:289]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:758)
    art/runtime/runtime.cc:289] Pending exception java.lang.ClassNotFoundException thrown by 'unknown throw location'
    art/runtime/runtime.cc:289] java.lang.ClassNotFoundException: Didn't find class "com.hyphenate.chat.adapter.EMACallConference" on path: DexPathList[[zip file "/data/app/com.caration.robot.telephone-1/base.apk", zip file "/data/app/com.caration.robot.telephone-1/split_lib_dependencies_apk.apk", zip file "/data/app/com.caration.robot.telephone-1/split_lib_slice_0_apk.apk", zip file "/data/app/com.caration.robot.telephone-1/split_lib_slice_1_apk.apk", zip file "/data/app/com.caration.robot.telephone-1/split_lib_slice_2_apk.apk", zip file "/data/app/com.caration.robot.telephone-1/split_lib_slice_3_apk.apk", zip file "/data/app/com.caration.robot.telephone-1/split_lib_slice_4_apk.apk", zip file "/data/app/com.caration.robot.telephone-1/split_lib_slice_5_apk.apk", zip file "/data/app/com.caration.robot.telephone-1/split_lib_slice_6_apk.apk", zip file "/data/app/com.caration.robot.telephone-1/split_lib_slice_7_apk.apk", zip file "/data/app/com.caration.robot.telephone-1/split_lib_slice_8_apk.apk", zip file "/data/a
    art/runtime/runtime.cc:289]   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
    art/runtime/runtime.cc:289]   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:511)
    art/runtime/runtime.cc:289]   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:469)
    art/runtime/runtime.cc:289]   at java.lang.String java.lang.Runtime.nativeLoad(java.lang.String, java.lang.ClassLoader, java.lang.String) (Runtime.java:-2)
    art/runtime/runtime.cc:289]   at java.lang.String java.lang.Runtime.doLoad(java.lang.String, java.lang.ClassLoader) (Runtime.java:428)
    art/runtime/runtime.cc:289]   at void java.lang.Runtime.loadLibrary(java.lang.String, java.lang.ClassLoader) (Runtime.java:369)
    art/runtime/runtime.cc:289]   at void java.lang.System.loadLibrary(java.lang.String) (System.java:988)
    art/runtime/runtime.cc:289]   at void com.hyphenate.chat.EMClient.loadLibrary() ((null):-1)
    art/runtime/runtime.cc:289]   at com.hyphenate.chat.EMClient com.hyphenate.chat.EMClient.getInstance() ((null):-1)
    art/runtime/runtime.cc:289]   at boolean com.hyphenate.easeui.controller.EaseUI.init(android.content.Context, com.hyphenate.chat.EMOptions) (EaseUI.java:112)
    art/runtime/runtime.cc:289]   at void com.caration.robot.telephone.DemoHelper.init(android.content.Context) (DemoHelper.java:148)
    art/runtime/runtime.cc:289]   at void com.caration.robot.telephone.ChatApplication.onCreate() (ChatApplication.java:31)
    art/runtime/runtime.cc:289]   at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1012)
05-28 03:08:17.667 16104-16104/com.caration.robot.telephone A/art: art/runtime/runtime.cc:289]   at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBindData) (ActivityThread.java:4579)
    art/runtime/runtime.cc:289]   at void android.app.ActivityThread.access$1500(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:151)
    art/runtime/runtime.cc:289]   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1380)
    art/runtime/runtime.cc:289]   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
    art/runtime/runtime.cc:289]   at void android.os.Looper.loop() (Looper.java:135)
    art/runtime/runtime.cc:289]   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:5280)
    art/runtime/runtime.cc:289]   at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[], boolean) (Method.java:-2)
    art/runtime/runtime.cc:289]   at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:372)
    art/runtime/runtime.cc:289]   at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:963)
    art/runtime/runtime.cc:289]   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:758)
    art/runtime/runtime.cc:289] Dumping all threads without appropriate locks held: thread list lock mutator lock
    art/runtime/runtime.cc:289] All threads:
    art/runtime/runtime.cc:289] DALVIK THREADS (14):
    art/runtime/runtime.cc:289] "main" prio=5 tid=1 Native
    art/runtime/runtime.cc:289]   | group="" sCount=1 dsCount=0 obj=0x73426700 self=0xb483d000
    art/runtime/runtime.cc:289]   | sysTid=16104 nice=0 cgrp=default sched=0/0 handle=0xb6fd4bec
    art/runtime/runtime.cc:289]   | state=R schedstat=( 1191264676 45999786 142 ) utm=97 stm=22 core=3 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xbe693000-0xbe695000 stackSize=8MB
    art/runtime/runtime.cc:289]   | held mutexes= "abort lock"
    art/runtime/runtime.cc:289]   native: #00 pc 00004e64  /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
    art/runtime/runtime.cc:289]   native: #01 pc 00003665  /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
    art/runtime/runtime.cc:289]   native: #02 pc 002423d9  /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream >&, int, char const*, art::mirror::ArtMethod*)+68)
    art/runtime/runtime.cc:289]   native: #03 pc 00226013  /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream >&) const+146)
    art/runtime/runtime.cc:289]   native: #04 pc 0022f771  /system/lib/libart.so (art::ThreadList::DumpLocked(std::__1::basic_ostream >&)+104)
    art/runtime/runtime.cc:289]   native: #05 pc 00215f9f  /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream >&)+238)
    art/runtime/runtime.cc:289]   native: #06 pc 002161e1  /system/lib/libart.so (art::Runtime::Abort()+72)
    art/runtime/runtime.cc:289]   native: #07 pc 000a6361  /system/lib/libart.so (art::LogMessage::~LogMessage()+1312)
    art/runtime/runtime.cc:289]   native: #08 pc 000affc5  /system/lib/libart.so (art::JniAbort(char const*, char const*)+1084)
    art/runtime/runtime.cc:289]   native: #09 pc 000b050f  /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+58)
    art/runtime/runtime.cc:289]   native: #10 pc 000b35c7  /system/lib/libart.so (art::ScopedCheck::ScopedCheck(_JNIEnv*, int, char const*)+1286)
    art/runtime/runtime.cc:289]   native: #11 pc 000b4815  /system/lib/libart.so (art::CheckJNI::NewGlobalRef(_JNIEnv*, _jobject*)+20)
    art/runtime/runtime.cc:289]   native: #12 pc 0007344f  /data/app/com.caration.robot.telephone-1/lib/arm/libhyphenate.so (JNI_OnLoad+98)
05-28 03:08:17.668 16104-16104/com.caration.robot.telephone A/art: art/runtime/runtime.cc:289]   native: #13 pc 001d1ac7  /system/lib/libart.so (art::JavaVMExt::LoadNativeLibrary(std::__1::basic_string, std::__1::allocator > const&, art::Handle, std::__1::basic_string, std::__1::allocator >*)+1578)
    art/runtime/runtime.cc:289]   native: #14 pc 001f6ad9  /system/lib/libart.so (art::Runtime_nativeLoad(_JNIEnv*, _jclass*, _jstring*, _jobject*, _jstring*)+496)
    art/runtime/runtime.cc:289]   native: #15 pc 0007960d  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Runtime_nativeLoad__Ljava_lang_String_2Ljava_lang_ClassLoader_2Ljava_lang_String_2+152)
    art/runtime/runtime.cc:289]   at java.lang.Runtime.nativeLoad(Native method)
    art/runtime/runtime.cc:289]   at java.lang.Runtime.doLoad(Runtime.java:428)
    art/runtime/runtime.cc:289]   - locked <0x11dbc555> (a java.lang.Runtime)
    art/runtime/runtime.cc:289]   at java.lang.Runtime.loadLibrary(Runtime.java:369)
    art/runtime/runtime.cc:289]   at java.lang.System.loadLibrary(System.java:988)
    art/runtime/runtime.cc:289]   at com.hyphenate.chat.EMClient.loadLibrary(unavailable:-1)
    art/runtime/runtime.cc:289]   at com.hyphenate.chat.EMClient.getInstance(unavailable:-1)
    art/runtime/runtime.cc:289]   at com.hyphenate.easeui.controller.EaseUI.init(EaseUI.java:112)
    art/runtime/runtime.cc:289]   - locked <0x05711b6a> (a com.hyphenate.easeui.controller.EaseUI)
    art/runtime/runtime.cc:289]   at com.caration.robot.telephone.DemoHelper.init(DemoHelper.java:148)
    art/runtime/runtime.cc:289]   at com.caration.robot.telephone.ChatApplication.onCreate(ChatApplication.java:31)
    art/runtime/runtime.cc:289]   at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
    art/runtime/runtime.cc:289]   at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4579)
    art/runtime/runtime.cc:289]   at android.app.ActivityThread.access$1500(ActivityThread.java:151)
    art/runtime/runtime.cc:289]   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1380)
    art/runtime/runtime.cc:289]   at android.os.Handler.dispatchMessage(Handler.java:102)
    art/runtime/runtime.cc:289]   at android.os.Looper.loop(Looper.java:135)
    art/runtime/runtime.cc:289]   at android.app.ActivityThread.main(ActivityThread.java:5280)
    art/runtime/runtime.cc:289]   at java.lang.reflect.Method.invoke!(Native method)
    art/runtime/runtime.cc:289]   at java.lang.reflect.Method.invoke(Method.java:372)
    art/runtime/runtime.cc:289]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:963)
    art/runtime/runtime.cc:289]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:758)
    art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289] "Heap thread pool worker thread 0" prio=5 tid=2 Native (still starting up)
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x0 self=0xaf434100
    art/runtime/runtime.cc:289]   | sysTid=16107 nice=0 cgrp=default sched=0/0 handle=0xb4924d00
    art/runtime/runtime.cc:289]   | state=S schedstat=( 2116912 247968 13 ) utm=0 stm=0 core=0 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xb4210000-0xb4212000 stackSize=1020KB
    art/runtime/runtime.cc:289]   | held mutexes=
    art/runtime/runtime.cc:289]   native: #00 pc 000133bc  /system/lib/libc.so (syscall+28)
    art/runtime/runtime.cc:289]   native: #01 pc 000a8d2b  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
    art/runtime/runtime.cc:289]   native: #02 pc 00230967  /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread*)+50)
    art/runtime/runtime.cc:289]   native: #03 pc 0023090f  /system/lib/libart.so (art::ThreadPoolWorker::Run()+54)
05-28 03:08:17.669 16104-16104/com.caration.robot.telephone A/art: art/runtime/runtime.cc:289]   native: #04 pc 0023114d  /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+52)
    art/runtime/runtime.cc:289]   native: #05 pc 00016fdb  /system/lib/libc.so (__pthread_start(void*)+30)
    art/runtime/runtime.cc:289]   native: #06 pc 00014f23  /system/lib/libc.so (__start_thread+6)
    art/runtime/runtime.cc:289]   (no managed stack frames)
    art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289] "Heap thread pool worker thread 1" prio=5 tid=3 Native (still starting up)
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x0 self=0xb483d500
    art/runtime/runtime.cc:289]   | sysTid=16109 nice=0 cgrp=default sched=0/0 handle=0xb4924f80
    art/runtime/runtime.cc:289]   | state=S schedstat=( 1239840 672441 9 ) utm=0 stm=0 core=2 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xb4110000-0xb4112000 stackSize=1020KB
    art/runtime/runtime.cc:289]   | held mutexes=
    art/runtime/runtime.cc:289]   native: #00 pc 000133bc  /system/lib/libc.so (syscall+28)
    art/runtime/runtime.cc:289]   native: #01 pc 000a8d2b  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
    art/runtime/runtime.cc:289]   native: #02 pc 00230967  /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread*)+50)
    art/runtime/runtime.cc:289]   native: #03 pc 0023090f  /system/lib/libart.so (art::ThreadPoolWorker::Run()+54)
    art/runtime/runtime.cc:289]   native: #04 pc 0023114d  /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+52)
    art/runtime/runtime.cc:289]   native: #05 pc 00016fdb  /system/lib/libc.so (__pthread_start(void*)+30)
    art/runtime/runtime.cc:289]   native: #06 pc 00014f23  /system/lib/libc.so (__start_thread+6)
    art/runtime/runtime.cc:289]   (no managed stack frames)
05-28 03:08:17.681 16104-16104/com.caration.robot.telephone A/art: art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289] "Heap thread pool worker thread 2" prio=5 tid=4 Native (still starting up)
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x0 self=0xaf435500
    art/runtime/runtime.cc:289]   | sysTid=16110 nice=0 cgrp=default sched=0/0 handle=0xb4924080
    art/runtime/runtime.cc:289]   | state=S schedstat=( 1322209 374248 5 ) utm=0 stm=0 core=3 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xb4010000-0xb4012000 stackSize=1020KB
05-28 03:08:17.682 16104-16104/com.caration.robot.telephone A/art: art/runtime/runtime.cc:289]   | held mutexes=
    art/runtime/runtime.cc:289]   native: #00 pc 000133bc  /system/lib/libc.so (syscall+28)
    art/runtime/runtime.cc:289]   native: #01 pc 000a8d2b  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
    art/runtime/runtime.cc:289]   native: #02 pc 00230967  /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread*)+50)
    art/runtime/runtime.cc:289]   native: #03 pc 0023090f  /system/lib/libart.so (art::ThreadPoolWorker::Run()+54)
    art/runtime/runtime.cc:289]   native: #04 pc 0023114d  /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+52)
    art/runtime/runtime.cc:289]   native: #05 pc 00016fdb  /system/lib/libc.so (__pthread_start(void*)+30)
    art/runtime/runtime.cc:289]   native: #06 pc 00014f23  /system/lib/libc.so (__start_thread+6)
    art/runtime/runtime.cc:289]   (no managed stack frames)
    art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289] "Signal Catcher" prio=5 tid=5 WaitingInMainSignalCatcherLoop
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x12c000a0 self=0xb483f800
    art/runtime/runtime.cc:289]   | sysTid=16113 nice=0 cgrp=default sched=0/0 handle=0xb4924300
    art/runtime/runtime.cc:289]   | state=S schedstat=( 1789732 385441 1 ) utm=0 stm=0 core=1 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xb3f12000-0xb3f14000 stackSize=1012KB
    art/runtime/runtime.cc:289]   | held mutexes=
    art/runtime/runtime.cc:289]   native: #00 pc 0003b368  /system/lib/libc.so (__rt_sigtimedwait+12)
    art/runtime/runtime.cc:289]   native: #01 pc 0001876d  /system/lib/libc.so (sigwait+24)
    art/runtime/runtime.cc:289]   native: #02 pc 002195af  /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+66)
    art/runtime/runtime.cc:289]   native: #03 pc 0021b073  /system/lib/libart.so (art::SignalCatcher::Run(void*)+194)
    art/runtime/runtime.cc:289]   native: #04 pc 00016fdb  /system/lib/libc.so (__pthread_start(void*)+30)
    art/runtime/runtime.cc:289]   native: #05 pc 00014f23  /system/lib/libc.so (__start_thread+6)
    art/runtime/runtime.cc:289]   (no managed stack frames)
    art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289] "JDWP" prio=5 tid=6 WaitingInMainDebuggerLoop
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x12c150a0 self=0xaf436900
    art/runtime/runtime.cc:289]   | sysTid=16114 nice=0 cgrp=default sched=0/0 handle=0xb4925200
    art/runtime/runtime.cc:289]   | state=S schedstat=( 5223687 1879563 8 ) utm=0 stm=0 core=1 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xb3e14000-0xb3e16000 stackSize=1012KB
    art/runtime/runtime.cc:289]   | held mutexes=
    art/runtime/runtime.cc:289]   native: #00 pc 0003a674  /system/lib/libc.so (__pselect6+20)
    art/runtime/runtime.cc:289]   native: #01 pc 00016773  /system/lib/libc.so (select+60)
05-28 03:08:17.683 16104-16104/com.caration.robot.telephone A/art: art/runtime/runtime.cc:289]   native: #02 pc 00281903  /system/lib/libart.so (art::JDWP::JdwpAdbState::ProcessIncoming()+182)
    art/runtime/runtime.cc:289]   native: #03 pc 0018f233  /system/lib/libart.so (art::JDWP::JdwpState::Run()+346)
    art/runtime/runtime.cc:289]   native: #04 pc 0019073b  /system/lib/libart.so (art::JDWP::StartJdwpThread(void*)+10)
    art/runtime/runtime.cc:289]   native: #05 pc 00016fdb  /system/lib/libc.so (__pthread_start(void*)+30)
    art/runtime/runtime.cc:289]   native: #06 pc 00014f23  /system/lib/libc.so (__start_thread+6)
    art/runtime/runtime.cc:289]   (no managed stack frames)
    art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289] "ReferenceQueueDaemon" prio=5 tid=7 Waiting
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x12e6a0a0 self=0xb4842a00
    art/runtime/runtime.cc:289]   | sysTid=16115 nice=0 cgrp=default sched=0/0 handle=0xb4925e80
    art/runtime/runtime.cc:289]   | state=S schedstat=( 1711094 532098 7 ) utm=0 stm=0 core=1 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xa557b000-0xa557d000 stackSize=1036KB
    art/runtime/runtime.cc:289]   | held mutexes=
    art/runtime/runtime.cc:289]   native: #00 pc 000133bc  /system/lib/libc.so (syscall+28)
    art/runtime/runtime.cc:289]   native: #01 pc 000a8d2b  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
    art/runtime/runtime.cc:289]   native: #02 pc 001e87b5  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+956)
    art/runtime/runtime.cc:289]   native: #03 pc 001e9b71  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
    art/runtime/runtime.cc:289]   native: #04 pc 001f668d  /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
    art/runtime/runtime.cc:289]   native: #05 pc 000003df  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
    art/runtime/runtime.cc:289]   at java.lang.Object.wait!(Native method)
    art/runtime/runtime.cc:289]   - waiting on <0x257f285b> (a java.lang.Class)
    art/runtime/runtime.cc:289]   at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:134)
    art/runtime/runtime.cc:289]   - locked <0x257f285b> (a java.lang.Class)
    art/runtime/runtime.cc:289]   at java.lang.Thread.run(Thread.java:818)
    art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289] "FinalizerDaemon" prio=5 tid=8 Waiting
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x12e6a580 self=0xb4843400
    art/runtime/runtime.cc:289]   | sysTid=16116 nice=0 cgrp=default sched=0/0 handle=0xb4926880
    art/runtime/runtime.cc:289]   | state=S schedstat=( 2418836 301637 9 ) utm=0 stm=0 core=1 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xa5477000-0xa5479000 stackSize=1036KB
    art/runtime/runtime.cc:289]   | held mutexes=
    art/runtime/runtime.cc:289]   native: #00 pc 000133bc  /system/lib/libc.so (syscall+28)
    art/runtime/runtime.cc:289]   native: #01 pc 000a8d2b  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
    art/runtime/runtime.cc:289]   native: #02 pc 001e87b5  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+956)
    art/runtime/runtime.cc:289]   native: #03 pc 001e9b71  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
    art/runtime/runtime.cc:289]   native: #04 pc 001f6665  /system/lib/libart.so (art::Object_waitJI(_JNIEnv*, _jobject*, long long, int)+36)
    art/runtime/runtime.cc:289]   native: #05 pc 0000060b  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
    art/runtime/runtime.cc:289]   at java.lang.Object.wait!(Native method)
05-28 03:08:17.684 16104-16104/com.caration.robot.telephone A/art: art/runtime/runtime.cc:289]   - waiting on <0x06d218f8> (a java.lang.ref.ReferenceQueue)
    art/runtime/runtime.cc:289]   at java.lang.Object.wait(Object.java:422)
    art/runtime/runtime.cc:289]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
    art/runtime/runtime.cc:289]   - locked <0x06d218f8> (a java.lang.ref.ReferenceQueue)
    art/runtime/runtime.cc:289]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
    art/runtime/runtime.cc:289]   at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:174)
    art/runtime/runtime.cc:289]   at java.lang.Thread.run(Thread.java:818)
    art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289] "FinalizerWatchdogDaemon" prio=5 tid=9 Waiting
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x12e6a5e0 self=0xb4843e00
    art/runtime/runtime.cc:289]   | sysTid=16117 nice=0 cgrp=default sched=0/0 handle=0xb4926b00
    art/runtime/runtime.cc:289]   | state=S schedstat=( 1494122 975226 6 ) utm=0 stm=0 core=1 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xa5373000-0xa5375000 stackSize=1036KB
    art/runtime/runtime.cc:289]   | held mutexes=
    art/runtime/runtime.cc:289]   native: #00 pc 000133bc  /system/lib/libc.so (syscall+28)
    art/runtime/runtime.cc:289]   native: #01 pc 000a8d2b  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
    art/runtime/runtime.cc:289]   native: #02 pc 001e87b5  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+956)
    art/runtime/runtime.cc:289]   native: #03 pc 001e9b71  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
    art/runtime/runtime.cc:289]   native: #04 pc 001f668d  /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
    art/runtime/runtime.cc:289]   native: #05 pc 000003df  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
    art/runtime/runtime.cc:289]   at java.lang.Object.wait!(Native method)
    art/runtime/runtime.cc:289]   - waiting on <0x32e061d1> (a java.lang.Daemons$FinalizerWatchdogDaemon)
    art/runtime/runtime.cc:289]   at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:240)
    art/runtime/runtime.cc:289]   - locked <0x32e061d1> (a java.lang.Daemons$FinalizerWatchdogDaemon)
    art/runtime/runtime.cc:289]   at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:212)
    art/runtime/runtime.cc:289]   at java.lang.Thread.run(Thread.java:818)
    art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289] "HeapTrimmerDaemon" prio=5 tid=10 Sleeping
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x12e6a940 self=0xb4844300
    art/runtime/runtime.cc:289]   | sysTid=16118 nice=0 cgrp=default sched=0/0 handle=0xb4927000
    art/runtime/runtime.cc:289]   | state=S schedstat=( 1255051 180810 3 ) utm=0 stm=0 core=0 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xa526f000-0xa5271000 stackSize=1036KB
    art/runtime/runtime.cc:289]   | held mutexes=
    art/runtime/runtime.cc:289]   native: #00 pc 0003accc  /system/lib/libc.so (nanosleep+12)
    art/runtime/runtime.cc:289]   native: #01 pc 00025551  /system/lib/libc.so (usleep+32)
    art/runtime/runtime.cc:289]   native: #02 pc 00141a43  /system/lib/libart.so (art::gc::Heap::DoPendingTransitionOrTrim()+666)
    art/runtime/runtime.cc:289]   native: #03 pc 000003df  /data/dalvik-cache/arm/system@framework@boot.oat (Java_dalvik_system_VMRuntime_trimHeap__+82)
    art/runtime/runtime.cc:289]   at dalvik.system.VMRuntime.trimHeap(Native method)
05-28 03:08:17.685 16104-16104/com.caration.robot.telephone A/art: art/runtime/runtime.cc:289]   - sleeping on an unknown object
    art/runtime/runtime.cc:289]   at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:313)
    art/runtime/runtime.cc:289]   at java.lang.Thread.run(Thread.java:818)
    art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289] "GCDaemon" prio=5 tid=11 Waiting
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x12e6ab80 self=0xb4844800
    art/runtime/runtime.cc:289]   | sysTid=16119 nice=0 cgrp=default sched=0/0 handle=0xb4927280
    art/runtime/runtime.cc:289]   | state=S schedstat=( 27153070 1917160 26 ) utm=2 stm=0 core=1 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xa516b000-0xa516d000 stackSize=1036KB
    art/runtime/runtime.cc:289]   | held mutexes=
    art/runtime/runtime.cc:289]   native: #00 pc 000133bc  /system/lib/libc.so (syscall+28)
    art/runtime/runtime.cc:289]   native: #01 pc 000a8d2b  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
    art/runtime/runtime.cc:289]   native: #02 pc 001e87b5  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+956)
    art/runtime/runtime.cc:289]   native: #03 pc 001e9b71  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
    art/runtime/runtime.cc:289]   native: #04 pc 001f668d  /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
    art/runtime/runtime.cc:289]   native: #05 pc 000003df  /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
    art/runtime/runtime.cc:289]   at java.lang.Object.wait!(Native method)
    art/runtime/runtime.cc:289]   - waiting on <0x3ffd8436> (a java.lang.Daemons$GCDaemon)
    art/runtime/runtime.cc:289]   at java.lang.Daemons$GCDaemon.run(Daemons.java:344)
    art/runtime/runtime.cc:289]   - locked <0x3ffd8436> (a java.lang.Daemons$GCDaemon)
    art/runtime/runtime.cc:289]   at java.lang.Thread.run(Thread.java:818)
    art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289] "Binder_1" prio=5 tid=12 Native
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x12ea90a0 self=0xaf437d00
    art/runtime/runtime.cc:289]   | sysTid=16120 nice=0 cgrp=default sched=0/0 handle=0xb4927500
    art/runtime/runtime.cc:289]   | state=S schedstat=( 14206500 14939498 27 ) utm=0 stm=1 core=1 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xa4f6f000-0xa4f71000 stackSize=1012KB
    art/runtime/runtime.cc:289]   | held mutexes=
    art/runtime/runtime.cc:289]   native: #00 pc 0003a898  /system/lib/libc.so (__ioctl+8)
    art/runtime/runtime.cc:289]   native: #01 pc 000526e9  /system/lib/libc.so (ioctl+14)
    art/runtime/runtime.cc:289]   native: #02 pc 0001f407  /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
    art/runtime/runtime.cc:289]   native: #03 pc 0001f8f7  /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
    art/runtime/runtime.cc:289]   native: #04 pc 0001f959  /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
    art/runtime/runtime.cc:289]   native: #05 pc 00023acf  /system/lib/libbinder.so (???)
05-28 03:08:17.686 16104-16104/com.caration.robot.telephone A/art: art/runtime/runtime.cc:289]   native: #06 pc 00010525  /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
    art/runtime/runtime.cc:289]   native: #07 pc 0005f99d  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
    art/runtime/runtime.cc:289]   native: #08 pc 00010095  /system/lib/libutils.so (???)
    art/runtime/runtime.cc:289]   native: #09 pc 00016fdb  /system/lib/libc.so (__pthread_start(void*)+30)
    art/runtime/runtime.cc:289]   native: #10 pc 00014f23  /system/lib/libc.so (__start_thread+6)
    art/runtime/runtime.cc:289]   (no managed stack frames)
    art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289] "Binder_2" prio=5 tid=13 Native
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x12ead0a0 self=0xb4845c00
    art/runtime/runtime.cc:289]   | sysTid=16121 nice=0 cgrp=default sched=0/0 handle=0xaf46d080
    art/runtime/runtime.cc:289]   | state=S schedstat=( 3333218 280973 8 ) utm=0 stm=0 core=2 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xa4e71000-0xa4e73000 stackSize=1012KB
    art/runtime/runtime.cc:289]   | held mutexes=
    art/runtime/runtime.cc:289]   native: #00 pc 0003a898  /system/lib/libc.so (__ioctl+8)
    art/runtime/runtime.cc:289]   native: #01 pc 000526e9  /system/lib/libc.so (ioctl+14)
05-28 03:08:17.694 16104-16104/com.caration.robot.telephone A/art: art/runtime/runtime.cc:289]   native: #02 pc 0001f407  /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
    art/runtime/runtime.cc:289]   native: #03 pc 0001f8f7  /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
    art/runtime/runtime.cc:289]   native: #04 pc 0001f959  /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
05-28 03:08:17.695 16104-16104/com.caration.robot.telephone A/art: art/runtime/runtime.cc:289]   native: #05 pc 00023acf  /system/lib/libbinder.so (???)
    art/runtime/runtime.cc:289]   native: #06 pc 00010525  /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
    art/runtime/runtime.cc:289]   native: #07 pc 0005f99d  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
    art/runtime/runtime.cc:289]   native: #08 pc 00010095  /system/lib/libutils.so (???)
    art/runtime/runtime.cc:289]   native: #09 pc 00016fdb  /system/lib/libc.so (__pthread_start(void*)+30)
    art/runtime/runtime.cc:289]   native: #10 pc 00014f23  /system/lib/libc.so (__start_thread+6)
    art/runtime/runtime.cc:289]   (no managed stack frames)
    art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289] "Thread-334" prio=5 tid=14 Native
    art/runtime/runtime.cc:289]   | group="" sCount=0 dsCount=0 obj=0x12f0f1c0 self=0xb4844d00
    art/runtime/runtime.cc:289]   | sysTid=16132 nice=0 cgrp=default sched=0/0 handle=0xb4927780
    art/runtime/runtime.cc:289]   | state=S schedstat=( 1110116 37023 1 ) utm=0 stm=0 core=0 HZ=100
    art/runtime/runtime.cc:289]   | stack=0xa42fe000-0xa4300000 stackSize=1036KB
    art/runtime/runtime.cc:289]   | held mutexes=
    art/runtime/runtime.cc:289]   native: #00 pc 0003b424  /system/lib/libc.so (__accept4+8)
    art/runtime/runtime.cc:289]   native: #01 pc 000009e3  /system/lib/libnetd_client.so (???)
    art/runtime/runtime.cc:289]   native: #02 pc 00014c01  /system/lib/libc.so (accept4+8)
    art/runtime/runtime.cc:289]   native: #03 pc 00083be5  /system/lib/libandroid_runtime.so (???)
    art/runtime/runtime.cc:289]   native: #04 pc 00279e37  /data/dalvik-cache/arm/system@framework@boot.oat (Java_android_net_LocalSocketImpl_accept__Ljava_io_FileDescriptor_2Landroid_net_LocalSocketImpl_2+122)
    art/runtime/runtime.cc:289]   at android.net.LocalSocketImpl.accept(Native method)
    art/runtime/runtime.cc:289]   at android.net.LocalSocketImpl.accept(LocalSocketImpl.java:331)
    art/runtime/runtime.cc:289]   at android.net.LocalServerSocket.accept(LocalServerSocket.java:90)
    art/runtime/runtime.cc:289]   at com.android.tools.ir.server.Server$SocketServerThread.run(Server.java:165)
    art/runtime/runtime.cc:289]   at java.lang.Thread.run(Thread.java:818)
    art/runtime/runtime.cc:289]
    art/runtime/runtime.cc:289]
    
    --------- beginning of crash
05-28 03:08:17.696 16104-16104/com.caration.robot.telephone A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 16104 (robot.telephone)
05-28 03:08:18.297 16066-16066/com.caration.child E/CRCharFacePublic: [onReceive(SpeechService.java:124)] action:android.net.conn.CONNECTIVITY_CHANGE
05-28 03:08:18.321 16066-16066/com.caration.child E/CRCharFacePublic: [onReceive(SpeechService.java:135)] isConnected:true
05-28 03:08:18.332 16066-16066/com.caration.child E/CRCharFacePublic: [onReceive(SpeechService.java:136)] isAuthed:false
05-28 03:08:19.117 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=6.84 rxSuccessRate=4.69 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-40
05-28 03:08:19.118 470-538/system_process E/WifiStateMachine: startDelayedScan send -> 270 milli 20000
    WifiStateMachine CMD_START_SCAN with age=300064 interval=341718 maxinterval=300000
    WifiStateMachine CMD_START_SCAN full=false
    WifiStateMachine starting scan for "jiali"WPA_PSK with 2412
05-28 03:08:19.126 470-538/system_process E/WifiStateMachine: [1,527,476,899,126 ms] noteScanstart no scan source uid -2
05-28 03:08:19.984 470-538/system_process E/WifiStateMachine: [1,527,476,899,983 ms] noteScanEnd no scan source onTime=0
05-28 03:08:20.091 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:08:20.673 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=6.46 rxSuccessRate=4.67 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-40
05-28 03:08:20.681 470-538/system_process E/WifiStateMachine: [1,527,476,900,680 ms] noteScanstart no scan source uid 10069
05-28 03:08:21.685 16066-16195/com.caration.child E/AIN-PlayerNode:     <><>---4
05-28 03:08:21.707 16066-16163/com.caration.child E/AIN-PlayerNode:     <><><>---0:false1:false2:false
05-28 03:08:21.709 196-778/? E/AudioHardwareTiny: adev_open_input_stream:channel is not support
05-28 03:08:21.762 196-16203/? E/AudioHardwareTiny: getInputRouteFromDevice:device:80000004
05-28 03:08:22.462 470-538/system_process E/WifiStateMachine: [1,527,476,902,461 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:08:22.588 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:08:25.747 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=3.84 rxSuccessRate=3.73 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-41
05-28 03:08:25.750 470-538/system_process E/WifiStateMachine: [1,527,476,905,750 ms] noteScanstart no scan source uid 10069
05-28 03:08:27.455 196-778/? E/AudioHardwareTiny: adev_open_input_stream:channel is not support
05-28 03:08:27.494 196-16218/? E/AudioHardwareTiny: getInputRouteFromDevice:device:80000004
05-28 03:08:27.501 470-538/system_process E/WifiStateMachine: [1,527,476,907,501 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:08:27.521 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:08:30.782 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=2.68 rxSuccessRate=5.23 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-42
05-28 03:08:30.790 470-538/system_process E/WifiStateMachine: [1,527,476,910,790 ms] noteScanstart no scan source uid 10069
05-28 03:08:32.527 470-538/system_process E/WifiStateMachine: [1,527,476,912,527 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:08:32.547 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:08:33.989 196-530/? E/AudioHardwareTiny: adev_open_input_stream:channel is not support
05-28 03:08:34.036 196-16232/? E/AudioHardwareTiny: getInputRouteFromDevice:device:80000004
05-28 03:08:35.839 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=1.42 rxSuccessRate=4.14 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-41
05-28 03:08:35.842 470-538/system_process E/WifiStateMachine: [1,527,476,915,842 ms] noteScanstart no scan source uid 10069
05-28 03:08:37.605 470-538/system_process E/WifiStateMachine: [1,527,476,917,604 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:08:37.636 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:08:39.120 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0.93 rxSuccessRate=1.27 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-41
05-28 03:08:39.121 470-538/system_process E/WifiStateMachine: startDelayedScan send -> 271 milli 20000
    WifiStateMachine CMD_START_SCAN with age=320067 interval=341718 maxinterval=300000
    WifiStateMachine CMD_START_SCAN full=false
05-28 03:08:39.122 470-538/system_process E/WifiStateMachine: WifiStateMachine starting scan for "jiali"WPA_PSK with 2412
05-28 03:08:39.128 470-538/system_process E/WifiStateMachine: [1,527,476,919,128 ms] noteScanstart no scan source uid -2
05-28 03:08:39.865 470-538/system_process E/WifiStateMachine: [1,527,476,919,865 ms] noteScanEnd no scan source onTime=0
05-28 03:08:39.897 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:08:40.466 196-545/? E/AudioHardwareTiny: adev_open_input_stream:channel is not support
05-28 03:08:40.509 196-16246/? E/AudioHardwareTiny: getInputRouteFromDevice:device:80000004
05-28 03:08:40.868 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.98 rxSuccessRate=1.07 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-41
05-28 03:08:40.872 470-538/system_process E/WifiStateMachine: [1,527,476,920,872 ms] noteScanstart no scan source uid 10069
05-28 03:08:42.590 470-538/system_process E/WifiStateMachine: [1,527,476,922,589 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:08:42.614 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:08:45.903 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.12 rxSuccessRate=0.69 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-41
05-28 03:08:45.909 470-538/system_process E/WifiStateMachine: [1,527,476,925,905 ms] noteScanstart no scan source uid 10069
05-28 03:08:47.764 470-538/system_process E/WifiStateMachine: [1,527,476,927,764 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:08:47.810 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:08:49.282 16066-16195/com.caration.child E/AIN-PlayerNode:     <><>---4
05-28 03:08:49.322 196-530/? E/AudioHardwareTiny: adev_open_input_stream:channel is not support
05-28 03:08:49.355 196-16265/? E/AudioHardwareTiny: getInputRouteFromDevice:device:80000004
05-28 03:08:50.937 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.26 rxSuccessRate=1.79 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-42
05-28 03:08:50.940 470-538/system_process E/WifiStateMachine: [1,527,476,930,940 ms] noteScanstart no scan source uid 10069
05-28 03:08:52.674 470-538/system_process E/WifiStateMachine: [1,527,476,932,673 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:08:52.703 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:08:55.982 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.03 rxSuccessRate=0.72 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-42
05-28 03:08:55.986 470-538/system_process E/WifiStateMachine: [1,527,476,935,986 ms] noteScanstart no scan source uid 10069
05-28 03:08:57.725 470-538/system_process E/WifiStateMachine: [1,527,476,937,724 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:08:57.766 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:08:59.124 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0.25 rxSuccessRate=0.47 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-42
    startDelayedScan send -> 272 milli 20000
    WifiStateMachine CMD_START_SCAN with age=340070 interval=341718 maxinterval=300000
    WifiStateMachine CMD_START_SCAN full=false
05-28 03:08:59.125 470-538/system_process E/WifiStateMachine: WifiStateMachine starting scan for "jiali"WPA_PSK with 2412
05-28 03:08:59.126 470-538/system_process E/WifiStateMachine: [1,527,476,939,126 ms] noteScanstart no scan source uid -2
05-28 03:08:59.871 470-538/system_process E/WifiStateMachine: [1,527,476,939,871 ms] noteScanEnd no scan source onTime=0
05-28 03:08:59.900 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:09:01.026 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.03 rxSuccessRate=0.31 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-42
05-28 03:09:01.031 470-538/system_process E/WifiStateMachine: [1,527,476,941,031 ms] noteScanstart no scan source uid 10069
05-28 03:09:02.770 470-538/system_process E/WifiStateMachine: [1,527,476,942,770 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:09:02.801 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:09:06.070 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.50 rxSuccessRate=0.58 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-42
05-28 03:09:06.076 470-538/system_process E/WifiStateMachine: [1,527,476,946,076 ms] noteScanstart no scan source uid 10069
05-28 03:09:07.815 470-538/system_process E/WifiStateMachine: [1,527,476,947,814 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:09:07.841 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:09:11.114 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.56 rxSuccessRate=1.57 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-42
05-28 03:09:11.120 470-538/system_process E/WifiStateMachine: [1,527,476,951,119 ms] noteScanstart no scan source uid 10069
05-28 03:09:12.853 470-538/system_process E/WifiStateMachine: [1,527,476,952,853 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:09:12.882 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:09:16.160 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.04 rxSuccessRate=0.97 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-43
05-28 03:09:16.166 470-538/system_process E/WifiStateMachine: [1,527,476,956,165 ms] noteScanstart no scan source uid 10069
05-28 03:09:17.974 470-538/system_process E/WifiStateMachine: [1,527,476,957,973 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:09:18.029 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:09:19.130 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0.00 rxSuccessRate=0.12 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-43
05-28 03:09:19.131 470-538/system_process E/WifiStateMachine: startDelayedScan send -> 273 milli 20000
    WifiStateMachine CMD_START_SCAN with age=360077 interval=341718 maxinterval=300000
05-28 03:09:19.132 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN try full band scan age=360077 interval=341718 maxinterval=300000
    WifiStateMachine CMD_START_SCAN full=true
05-28 03:09:19.139 470-538/system_process E/WifiStateMachine: [1,527,476,959,138 ms] noteScanstart no scan source uid -2
05-28 03:09:20.856 470-538/system_process E/WifiStateMachine: [1,527,476,960,855 ms] noteScanEnd no scan source onTime=0
05-28 03:09:20.893 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:09:21.206 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.13 rxSuccessRate=0.14 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-43
05-28 03:09:21.217 470-538/system_process E/WifiStateMachine: [1,527,476,961,217 ms] noteScanstart no scan source uid 10069
05-28 03:09:22.921 470-538/system_process E/WifiStateMachine: [1,527,476,962,921 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:09:22.952 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:09:26.263 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.02 rxSuccessRate=0.02 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-43
05-28 03:09:26.266 470-538/system_process E/WifiStateMachine: [1,527,476,966,266 ms] noteScanstart no scan source uid 10069
05-28 03:09:27.970 470-538/system_process E/WifiStateMachine: [1,527,476,967,970 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:09:27.991 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:09:31.297 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.06 rxSuccessRate=0.63 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-44
05-28 03:09:31.299 470-538/system_process E/WifiStateMachine: [1,527,476,971,299 ms] noteScanstart no scan source uid 10069
05-28 03:09:33.019 470-538/system_process E/WifiStateMachine: [1,527,476,973,019 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:09:33.050 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:09:36.335 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=1.00 rxSuccessRate=1.04 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-44
05-28 03:09:36.348 470-538/system_process E/WifiStateMachine: [1,527,476,976,348 ms] noteScanstart no scan source uid 10069
05-28 03:09:38.127 470-538/system_process E/WifiStateMachine: [1,527,476,978,126 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:09:38.160 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:09:39.132 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=0.13 rxSuccessRate=0.63 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-44
05-28 03:09:39.133 470-538/system_process E/WifiStateMachine: startDelayedScan send -> 274 milli 20000
    WifiStateMachine CMD_START_SCAN with age=20002 interval=341718 maxinterval=300000
    WifiStateMachine CMD_START_SCAN full=false
05-28 03:09:39.134 470-538/system_process E/WifiStateMachine: WifiStateMachine starting scan for "jiali"WPA_PSK with 2412
05-28 03:09:39.135 470-538/system_process E/WifiStateMachine: [1,527,476,979,135 ms] noteScanstart no scan source uid -2
05-28 03:09:39.878 470-538/system_process E/WifiStateMachine: [1,527,476,979,878 ms] noteScanEnd no scan source onTime=0
05-28 03:09:39.926 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:09:41.387 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.03 rxSuccessRate=0.16 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-44
05-28 03:09:41.390 470-538/system_process E/WifiStateMachine: [1,527,476,981,390 ms] noteScanstart no scan source uid 10069
05-28 03:09:43.137 470-538/system_process E/WifiStateMachine: [1,527,476,983,136 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:09:43.168 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:09:46.422 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.00 rxSuccessRate=2.51 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-44
05-28 03:09:46.424 470-538/system_process E/WifiStateMachine: [1,527,476,986,424 ms] noteScanstart no scan source uid 10069
05-28 03:09:48.139 470-538/system_process E/WifiStateMachine: [1,527,476,988,139 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:09:48.162 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=
05-28 03:09:51.456 470-538/system_process E/WifiStateMachine: WifiStateMachine CMD_START_SCAN source 10069 txSuccessRate=0.13 rxSuccessRate=0.28 targetRoamBSSID=d0:c7:c0:ac:c4:47 RSSI=-44
05-28 03:09:51.459 470-538/system_process E/WifiStateMachine: [1,527,476,991,459 ms] noteScanstart no scan source uid 10069
05-28 03:09:53.201 470-538/system_process E/WifiStateMachine: [1,527,476,993,201 ms] noteScanEnd WorkSource{10069} onTime=0
05-28 03:09:53.231 470-538/system_process E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState@1909e142 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=

 
已邀请:

陈日明 - 90后IT男

你有初始化sdk吗
 
你好我也遇到这样的问题,可以解决吗?

陈日明 - 90后IT男

并不是SDK崩溃 这样的情况 肯定是 在集成的过程中 没考虑清楚是加easeui 还是直接加SDK的jar,然后在考虑的过程中,获取添加了easeui,没有在主项目中删除sdk的jar,所以导致启动崩溃,还要原因就是在easeui里面的jar文件和主项目的jar文件冲突,导致崩溃,还有原因就是so文件的引入问题,也能导致崩溃

要回复问题请先登录注册