Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug error #3

Closed
spiritelf opened this issue Nov 19, 2016 · 0 comments
Closed

debug error #3

spiritelf opened this issue Nov 19, 2016 · 0 comments

Comments

@spiritelf
Copy link

11-19 15:23:05.425 2206-2206/com.github.zhoukekestar.weexquickstart I/art: Not late-enabling -Xcheck:jni (already on)
11-19 15:23:05.478 2206-2206/com.github.zhoukekestar.weexquickstart E/weex: launchInspector HackAssertionException com.taobao.weex.utils.WXHack$HackDeclaration$HackAssertionException: java.lang.ClassNotFoundException: com.taobao.weex.devtools.debug.DebugServerProxy
at com.taobao.weex.utils.WXHack.into(WXHack.java:232)
at com.taobao.weex.bridge.WXBridgeManager.launchInspector(WXBridgeManager.java:359)
at com.taobao.weex.bridge.WXBridgeManager.(WXBridgeManager.java:334)
at com.taobao.weex.bridge.WXBridgeManager.getInstance(WXBridgeManager.java:346)
at com.taobao.weex.WXSDKEngine.doInitInternal(WXSDKEngine.java:222)
at com.taobao.weex.WXSDKEngine.initialize(WXSDKEngine.java:211)
at com.github.zhoukekestar.weexquickstart.MainApplication.onCreate(MainApplication.java:18)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4518)
at android.app.ActivityThread.access$1500(ActivityThread.java:144)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1339)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5221)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
Caused by: java.lang.ClassNotFoundException: com.taobao.weex.devtools.debug.DebugServerProxy
at java.lang.Class.classForName(Native Method)
at java.lang.Class.forName(Class.java:308)
at java.lang.Class.forName(Class.java:272)
at com.taobao.weex.utils.WXHack.into(WXHack.java:230)
at com.taobao.weex.bridge.WXBridgeManager.launchInspector(WXBridgeManager.java:359) 
at com.taobao.weex.bridge.WXBridgeManager.(WXBridgeManager.java:334) 
at com.taobao.weex.bridge.WXBridgeManager.getInstance(WXBridgeManager.java:346) 
at com.taobao.weex.WXSDKEngine.doInitInternal(WXSDKEngine.java:222) 
at com.taobao.weex.WXSDKEngine.initialize(WXSDKEngine.java:211) 
at com.github.zhoukekestar.weexquickstart.MainApplication.onCreate(MainApplication.java:18) 
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011) 
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4518) 
at android.app.ActivityThread.access$1500(ActivityThread.java:144) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1339) 
at android.os.Handler.dispatchMessage(Handler.java:102) 
at android.os.Looper.loop(Looper.java:135) 
at android.app.ActivityThread.main(ActivityThread.java:5221) 
at java.lang.reflect.Method.invoke(Native Method) 
at java.lang.reflect.Method.invoke(Method.java:372) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694) 
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.taobao.weex.devtools.debug.DebugServerProxy" on path: DexPathList[[zip file "/data/app/com.github.zhoukekestar.weexquickstart-2/base.apk"],nativeLibraryDirectories=[/data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86, /vendor/lib, /system/lib]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
at java.lang.Class.classForName(Native Method) 
at java.lang.Class.forName(Class.java:308) 
at java.lang.Class.forName(Class.java:272) 
at com.taobao.weex.utils.WXHack.into(WXHack.java:230) 
at com.taobao.weex.bridge.WXBridgeManager.launchInspector(WXBridgeManager.java:359) 
at com.taobao.weex.bridge.WXBridgeManager.(WXBridgeManager.java:334) 
at com.taobao.weex.bridge.WXBridgeManager.getInstance(WXBridgeManager.java:346) 
at com.taobao.weex.WXSDKEngine.doInitInternal(WXSDKEngine.java:222) 
at com.taobao.weex.WXSDKEngine.initialize(WXSDKEngine.java:211) 
at com.github.zhoukekestar.weexquickstart.MainApplication.onCreate(MainApplication.java:18) 
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011) 
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4518) 
at android.app.ActivityThread.access$1500(ActivityThread.java:144) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1339) 
at android.os.Handler.dispatchMessage(Handler.java:102) 
at android.os.Looper.loop(Looper.java:135) 
at android.app.ActivityThread.main(ActivityThread.java:5221) 
at java.lang.reflect.Method.invoke(Native Method) 
at java.lang.reflect.Method.invoke(Method.java:372) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694) 
Suppressed: java.lang.ClassNotFoundException: com.taobao.weex.devtools.debug.DebugServerProxy
at java.lang.Class.classForName(Native Method)
at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
... 22 more
Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
11-19 15:23:05.488 2206-2222/com.github.zhoukekestar.weexquickstart W/weex: weex so size check path :/data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so 1
11-19 15:23:05.489 2206-2222/com.github.zhoukekestar.weexquickstart D/weex_perf: [render time]SDKInitExecuteTime:4
11-19 15:23:05.491 2206-2222/com.github.zhoukekestar.weexquickstart W/weex: app AvailMemory ---->>>637
11-19 15:23:05.491 2206-2222/com.github.zhoukekestar.weexquickstart D/weex: weex JS framework from assets
11-19 15:23:05.511 2206-2206/com.github.zhoukekestar.weexquickstart D/weex_perf: [render time]SDKInitInvokeTime:36
11-19 15:23:05.535 2206-2224/com.github.zhoukekestar.weexquickstart D/OpenGLRenderer: Render dirty regions requested: true

                                                                                  [ 11-19 15:23:05.536  2206: 2206 D/         ]
                                                                                  HostConnection::get() New Host Connection established 0xa5eafa10, tid 2206

11-19 15:23:05.536 2206-2206/com.github.zhoukekestar.weexquickstart D/Atlas: Validating map...

                                                                         [ 11-19 15:23:05.580  2206: 2224 D/         ]
                                                                         HostConnection::get() New Host Connection established 0xa5eafd60, tid 2224

11-19 15:23:05.581 2206-2224/com.github.zhoukekestar.weexquickstart I/OpenGLRenderer: Initialized EGL, version 1.4
11-19 15:23:05.619 2206-2224/com.github.zhoukekestar.weexquickstart D/OpenGLRenderer: Enabling debug mode 0
11-19 15:23:05.642 2206-2224/com.github.zhoukekestar.weexquickstart W/EGL_emulation: eglSurfaceAttrib not implemented
11-19 15:23:05.642 2206-2224/com.github.zhoukekestar.weexquickstart W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0xa5e87f00, error=EGL_SUCCESS
11-19 15:23:05.646 2206-2222/com.github.zhoukekestar.weexquickstart D/jsengine: jsLog>>>>:START JS FRAMEWORK: 0.16.11 Build 20160929
11-19 15:23:05.867 2206-2218/com.github.zhoukekestar.weexquickstart I/art: Background partial concurrent mark sweep GC freed 531(97KB) AllocSpace objects, 1(16KB) LOS objects, 43% free, 1344KB/2MB, paused 1.233ms total 241.393ms
11-19 15:23:05.897 2206-2218/com.github.zhoukekestar.weexquickstart W/art: Suspending all threads took: 24.960ms
11-19 15:23:05.948 2206-2222/com.github.zhoukekestar.weexquickstart D/jsengine: jsLog>>>>:make polyfill__LOG
11-19 15:23:06.039 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: JNI FindClass called with pending exception 'java.lang.NoSuchMethodError' thrown in int com.taobao.weex.bridge.WXBridge.initFramework(java.lang.String, com.taobao.weex.bridge.WXParams):-2
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] in call to FindClass
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] from int com.taobao.weex.bridge.WXBridge.initFramework(java.lang.String, com.taobao.weex.bridge.WXParams)
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] "WeexJSBridgeThread" prio=5 tid=12 Runnable
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] | group="main" sCount=0 dsCount=0 obj=0x12c06c10 self=0xada6ac00
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] | sysTid=2222 nice=0 cgrp=apps sched=0/0 handle=0xb4559f00
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] | state=R schedstat=( 0 0 0 ) utm=6 stm=1 core=0 HZ=100
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] | stack=0xa5531000-0xa5533000 stackSize=1036KB
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] | held mutexes= "mutator lock"(shared held)
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #00 pc 00005ac3 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+83)
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #1 pc 00002e91 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+33)
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #2 pc 003c3f3a /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits >&, int, char const*, art::mirror::ArtMethod*)+138)
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #3 pc 0038e88c /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits >&) const+284)
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #4 pc 0010131b /system/lib/libart.so (art::JniAbort(char const*, char const*)+1019)
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #5 pc 00101ecc /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+108)
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #6 pc 00107ffb /system/lib/libart.so (art::ScopedCheck::CheckThread(int)+3147)
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #7 pc 00108972 /system/lib/libart.so (art::ScopedCheck::ScopedCheck(_JNIEnv*, int, char const*)+322)
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #08 pc 001158be /system/lib/libart.so (art::CheckJNI::FindClass(_JNIEnv*, char const*)+62)
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #09 pc 00021b8c /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #10 pc 0004358c /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.040 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #11 pc 00000235 (???)
11-19 15:23:06.041 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #12 pc 00009fdd (???)
11-19 15:23:06.041 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #13 pc 00048ce7 (???)
11-19 15:23:06.041 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #14 pc 000057a0 (???)
11-19 15:23:06.041 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #15 pc 00048a37 (???)
11-19 15:23:06.041 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #16 pc 000057a0 (???)
11-19 15:23:06.041 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #17 pc 00023179 (???)
11-19 15:23:06.041 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #18 pc 00024aab (???)
11-19 15:23:06.041 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #19 pc 00023179 (???)
11-19 15:23:06.041 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #20 pc 00023eeb (???)
11-19 15:23:06.041 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #21 pc 000243c1 (???)
11-19 15:23:06.041 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #22 pc 00023179 (???)
11-19 15:23:06.042 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #23 pc 00023aec (???)
11-19 15:23:06.042 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #24 pc 00023179 (???)
11-19 15:23:06.042 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #25 pc 000233b6 (???)
11-19 15:23:06.042 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #26 pc 00023801 (???)
11-19 15:23:06.042 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #27 pc 00023179 (???)
11-19 15:23:06.042 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #28 pc 00021762 (???)
11-19 15:23:06.042 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #29 pc 00022f2b (???)
11-19 15:23:06.042 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #30 pc 00005e98 (???)
11-19 15:23:06.042 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #31 pc 000000a9 (???)
11-19 15:23:06.042 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #32 pc 00070827 /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.042 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #33 pc 0002b9f4 /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.042 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #34 pc 0002325d /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.042 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #35 pc 00024203 /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (Java_com_taobao_weex_bridge_WXBridge_initFramework+1715)
11-19 15:23:06.043 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] native: #36 pc 0033ba2b /data/dalvik-cache/x86/data@app@com.github.zhoukekestar.weexquickstart-2@base.apk@classes.dex (Java_com_taobao_weex_bridge_WXBridge_initFramework__Ljava_lang_String_2Lcom_taobao_weex_bridge_WXParams_2+179)
11-19 15:23:06.043 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] at com.taobao.weex.bridge.WXBridge.initFramework(Native method)
11-19 15:23:06.043 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] at com.taobao.weex.bridge.WXBridgeManager.initFramework(WXBridgeManager.java:1033)
11-19 15:23:06.043 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] at com.taobao.weex.bridge.WXBridgeManager.invokeInitFramework(WXBridgeManager.java:1013)
11-19 15:23:06.043 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] at com.taobao.weex.bridge.WXBridgeManager.handleMessage(WXBridgeManager.java:940)
11-19 15:23:06.043 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] at com.taobao.weex.common.WXThread$SafeCallback.handleMessage(WXThread.java:258)
11-19 15:23:06.043 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] at android.os.Handler.dispatchMessage(Handler.java:98)
11-19 15:23:06.043 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] at android.os.Looper.loop(Looper.java:135)
11-19 15:23:06.043 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65] at android.os.HandlerThread.run(HandlerThread.java:61)
11-19 15:23:06.043 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/check_jni.cc:65]
11-19 15:23:06.298 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] Runtime aborting...
11-19 15:23:06.298 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] Aborting thread:
11-19 15:23:06.298 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "WeexJSBridgeThread" prio=5 tid=12 Native
11-19 15:23:06.299 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c06c10 self=0xada6ac00
11-19 15:23:06.300 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2222 nice=0 cgrp=apps sched=0/0 handle=0xb4559f00
11-19 15:23:06.300 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=R schedstat=( 0 0 0 ) utm=6 stm=1 core=0 HZ=100
11-19 15:23:06.300 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xa5531000-0xa5533000 stackSize=1036KB
11-19 15:23:06.300 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes= "abort lock" "mutator lock"(shared held)
11-19 15:23:06.300 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00005ac3 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+83)
11-19 15:23:06.300 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 00002e91 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+33)
11-19 15:23:06.300 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #2 pc 003c3f3a /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits >&, int, char const*, art::mirror::ArtMethod*)+138)
11-19 15:23:06.300 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #3 pc 0038e88c /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits >&) const+284)
11-19 15:23:06.301 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #4 pc 0037313f /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits >&)+1023)
11-19 15:23:06.301 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #5 pc 0037353d /system/lib/libart.so (art::Runtime::Abort()+125)
11-19 15:23:06.301 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #6 pc 000ec304 /system/lib/libart.so (art::LogMessage::~LogMessage()+1668)
11-19 15:23:06.301 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #7 pc 00101598 /system/lib/libart.so (art::JniAbort(char const*, char const*)+1656)
11-19 15:23:06.301 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #08 pc 00101ecc /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+108)
11-19 15:23:06.301 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #09 pc 00107ffb /system/lib/libart.so (art::ScopedCheck::CheckThread(int)+3147)
11-19 15:23:06.301 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #10 pc 00108972 /system/lib/libart.so (art::ScopedCheck::ScopedCheck(_JNIEnv*, int, char const*)+322)
11-19 15:23:06.301 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #11 pc 001158be /system/lib/libart.so (art::CheckJNI::FindClass(_JNIEnv*, char const*)+62)
11-19 15:23:06.301 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #12 pc 00021b8c /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.301 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #13 pc 0004358c /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.301 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #14 pc 00000235 (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #15 pc 00009fdd (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #16 pc 00048ce7 (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #17 pc 000057a0 (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #18 pc 00048a37 (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #19 pc 000057a0 (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #20 pc 00023179 (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #21 pc 00024aab (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #22 pc 00023179 (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #23 pc 00023eeb (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #24 pc 000243c1 (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #25 pc 00023179 (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #26 pc 00023aec (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #27 pc 00023179 (???)
11-19 15:23:06.303 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #28 pc 000233b6 (???)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #29 pc 00023801 (???)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #30 pc 00023179 (???)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #31 pc 00021762 (???)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #32 pc 00022f2b (???)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #33 pc 00005e98 (???)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #34 pc 000000a9 (???)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #35 pc 00070827 /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #36 pc 0002b9f4 /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #37 pc 0002325d /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #38 pc 00024203 /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (Java_com_taobao_weex_bridge_WXBridge_initFramework+1715)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #39 pc 0033ba2b /data/dalvik-cache/x86/data@app@com.github.zhoukekestar.weexquickstart-2@base.apk@classes.dex (Java_com_taobao_weex_bridge_WXBridge_initFramework__Ljava_lang_String_2Lcom_taobao_weex_bridge_WXParams_2+179)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at com.taobao.weex.bridge.WXBridge.initFramework(Native method)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at com.taobao.weex.bridge.WXBridgeManager.initFramework(WXBridgeManager.java:1033)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at com.taobao.weex.bridge.WXBridgeManager.invokeInitFramework(WXBridgeManager.java:1013)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at com.taobao.weex.bridge.WXBridgeManager.handleMessage(WXBridgeManager.java:940)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at com.taobao.weex.common.WXThread$SafeCallback.handleMessage(WXThread.java:258)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.os.Handler.dispatchMessage(Handler.java:98)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.os.Looper.loop(Looper.java:135)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.os.HandlerThread.run(HandlerThread.java:61)
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] Dumping all threads without appropriate locks held: thread list lock mutator lock
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] All threads:
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] DALVIK THREADS (14):
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "main" prio=5 tid=1 Native
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x72f4e970 self=0xb4506800
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2206 nice=0 cgrp=apps sched=0/0 handle=0xb771d160
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=S schedstat=( 0 0 0 ) utm=0 stm=2 core=0 HZ=100
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xbf68c000-0xbf68e000 stackSize=8MB
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes=
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_epoll_wait+0x173/0x2f4
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_epoll_pwait+0x51/0xb4
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: syscall_call+0x7/0xb
11-19 15:23:06.304 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00073ed5 /system/lib/libc.so (__epoll_pwait+37)
11-19 15:23:06.320 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 0001c6f2 /system/lib/libc.so (epoll_pwait+98)
11-19 15:23:06.320 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #2 pc 0001c73a /system/lib/libc.so (epoll_wait+58)
11-19 15:23:06.320 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #3 pc 0001b6a7 /system/lib/libutils.so (android::Looper::pollInner(int)+199)
11-19 15:23:06.320 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #4 pc 0001baa7 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+55)
11-19 15:23:06.320 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #5 pc 000c6327 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+71)
11-19 15:23:06.320 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #6 pc 000c638a /system/lib/libandroid_runtime.so (???)
11-19 15:23:06.320 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #7 pc 000d6f9a /data/dalvik-cache/x86/system@framework@boot.oat (Java_android_os_MessageQueue_nativePollOnce__JI+146)
11-19 15:23:06.320 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.os.MessageQueue.nativePollOnce(Native method)
11-19 15:23:06.320 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.os.MessageQueue.next(MessageQueue.java:143)
11-19 15:23:06.320 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.os.Looper.loop(Looper.java:122)
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.app.ActivityThread.main(ActivityThread.java:5221)
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.reflect.Method.invoke!(Native method)
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.reflect.Method.invoke(Method.java:372)
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "Signal Catcher" prio=5 tid=2 WaitingInMainSignalCatcherLoop
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c00080 self=0xada68400
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2212 nice=0 cgrp=apps sched=0/0 handle=0xb455a900
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xb3b03000-0xb3b05000 stackSize=1012KB
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes=
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: do_sigtimedwait+0xe3/0x19d
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_rt_sigtimedwait+0x6a/0xa2
11-19 15:23:06.321 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: syscall_call+0x7/0xb
11-19 15:23:06.323 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 000751ab /system/lib/libc.so (__rt_sigtimedwait+27)
11-19 15:23:06.323 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 00023ca7 /system/lib/libc.so (sigwait+71)
11-19 15:23:06.323 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #2 pc 0037b075 /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+133)
11-19 15:23:06.323 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #3 pc 0037bc92 /system/lib/libart.so (art::SignalCatcher::Run(void*)+306)
11-19 15:23:06.323 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #4 pc 00020b48 /system/lib/libc.so (__pthread_start(void*)+56)
11-19 15:23:06.323 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #5 pc 0001bfa9 /system/lib/libc.so (__start_thread+25)
11-19 15:23:06.323 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #6 pc 00012b96 /system/lib/libc.so (__bionic_clone+70)
11-19 15:23:06.323 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] (no managed stack frames)
11-19 15:23:06.323 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.323 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "JDWP" prio=5 tid=3 WaitingInMainDebuggerLoop
11-19 15:23:06.323 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c0d080 self=0xad4a5000
11-19 15:23:06.323 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2213 nice=0 cgrp=apps sched=0/0 handle=0xb455ab80
11-19 15:23:06.323 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-19 15:23:06.324 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xb39ff000-0xb3a01000 stackSize=1012KB
11-19 15:23:06.324 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes=
11-19 15:23:06.324 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: poll_schedule_timeout+0x2f/0x77
11-19 15:23:06.324 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: do_select+0x496/0x4cb
11-19 15:23:06.324 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: core_sys_select+0x15a/0x251
11-19 15:23:06.324 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_pselect6+0xce/0x141
11-19 15:23:06.324 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: syscall_call+0x7/0xb
11-19 15:23:06.324 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00073885 /system/lib/libc.so (__pselect6+37)
11-19 15:23:06.328 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 0001f6e3 /system/lib/libc.so (select+179)
11-19 15:23:06.328 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #2 pc 00433e2f /system/lib/libart.so (art::JDWP::JdwpAdbState::ProcessIncoming()+335)
11-19 15:23:06.328 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #3 pc 0028984f /system/lib/libart.so (art::JDWP::JdwpState::Run()+415)
11-19 15:23:06.328 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #4 pc 0028b940 /system/lib/libart.so (art::JDWP::StartJdwpThread(void*)+32)
11-19 15:23:06.338 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #5 pc 00020b48 /system/lib/libc.so (__pthread_start(void*)+56)
11-19 15:23:06.338 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #6 pc 0001bfa9 /system/lib/libc.so (__start_thread+25)
11-19 15:23:06.338 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #7 pc 00012b96 /system/lib/libc.so (__bionic_clone+70)
11-19 15:23:06.338 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] (no managed stack frames)
11-19 15:23:06.338 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.338 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "Binder_1" prio=5 tid=4 Native
11-19 15:23:06.338 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c50080 self=0xad421000
11-19 15:23:06.338 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2219 nice=0 cgrp=apps sched=0/0 handle=0xb4556f80
11-19 15:23:06.338 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=S schedstat=( 0 0 0 ) utm=0 stm=1 core=0 HZ=100
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xa6171000-0xa6173000 stackSize=1012KB
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes=
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: binder_thread_read+0x2f6/0xb92
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: binder_ioctl+0x26c/0x64c
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: vfs_ioctl+0x1b/0x25
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: do_vfs_ioctl+0x390/0x42e
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_ioctl+0x39/0x5a
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: syscall_call+0x7/0xb
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00074b94 /system/lib/libc.so (__ioctl+20)
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 000ad4da /system/lib/libc.so (ioctl+42)
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #2 pc 0002bc2b /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+203)
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #3 pc 0002c585 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+37)
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #4 pc 0002c649 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+105)
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #5 pc 00034f88 /system/lib/libbinder.so (android::PoolThread::threadLoop()+40)
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #6 pc 000169de /system/lib/libutils.so (android::Thread::_threadLoop(void*)+398)
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #7 pc 0006fe92 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+98)
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #08 pc 000160fa /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+122)
11-19 15:23:06.339 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #09 pc 00020b48 /system/lib/libc.so (__pthread_start(void*)+56)
11-19 15:23:06.341 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #10 pc 0001bfa9 /system/lib/libc.so (__start_thread+25)
11-19 15:23:06.341 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #11 pc 00012b96 /system/lib/libc.so (__bionic_clone+70)
11-19 15:23:06.341 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] (no managed stack frames)
11-19 15:23:06.341 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.341 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "GCDaemon" prio=5 tid=5 Waiting
11-19 15:23:06.341 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c24200 self=0xada6a800
11-19 15:23:06.341 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2218 nice=0 cgrp=apps sched=0/0 handle=0xb4556d00
11-19 15:23:06.341 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=S schedstat=( 0 0 0 ) utm=0 stm=4 core=0 HZ=100
11-19 15:23:06.342 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xa636d000-0xa636f000 stackSize=1036KB
11-19 15:23:06.342 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes=
11-19 15:23:06.342 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: futex_wait_queue_me+0xc5/0xfe
11-19 15:23:06.342 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: futex_wait+0xb9/0x1ca
11-19 15:23:06.342 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: do_futex+0x8c/0x7a3
11-19 15:23:06.342 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_futex+0x88/0xdb
11-19 15:23:06.342 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: syscall_call+0x7/0xb
11-19 15:23:06.343 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00012d50 /system/lib/libc.so (syscall+32)
11-19 15:23:06.343 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 00101907 [stack:2218] (???)
11-19 15:23:06.343 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
11-19 15:23:06.343 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] - waiting on <0x32ceeeb3> (a java.lang.Daemons$GCDaemon)
11-19 15:23:06.343 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Daemons$GCDaemon.run(Daemons.java:341)
11-19 15:23:06.343 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] - locked <0x32ceeeb3> (a java.lang.Daemons$GCDaemon)
11-19 15:23:06.343 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
11-19 15:23:06.343 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.343 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "HeapTrimmerDaemon" prio=5 tid=6 Sleeping
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c241a0 self=0xada6a400
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2217 nice=0 cgrp=apps sched=0/0 handle=0xb4556a80
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xaff30000-0xaff32000 stackSize=1036KB
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes=
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: hrtimer_nanosleep+0x76/0xd3
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_nanosleep+0x4b/0x4e
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: syscall_call+0x7/0xb
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00074e01 /system/lib/libc.so (nanosleep+17)
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 00042c18 /system/lib/libc.so (usleep+72)
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #2 pc 001ea57c /system/lib/libart.so (art::gc::Heap::DoPendingTransitionOrTrim()+1052)
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #3 pc 00333af4 /system/lib/libart.so (art::VMRuntime_trimHeap(JNIEnv*, jobject*)+36)
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #4 pc 000004cb /data/dalvik-cache/x86/system@framework@boot.oat (Java_dalvik_system_VMRuntime_trimHeap
+115)
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at dalvik.system.VMRuntime.trimHeap(Native method)
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] - sleeping on an unknown object
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:312)
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "FinalizerWatchdogDaemon" prio=5 tid=7 Sleeping
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c24140 self=0xada6a000
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2216 nice=0 cgrp=apps sched=0/0 handle=0xb4556800
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xb36ed000-0xb36ef000 stackSize=1036KB
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes=
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: futex_wait_queue_me+0xc5/0xfe
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: futex_wait+0xb9/0x1ca
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: do_futex+0x8c/0x7a3
11-19 15:23:06.344 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_futex+0x88/0xdb
11-19 15:23:06.351 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: syscall_call+0x7/0xb
11-19 15:23:06.351 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00012d52 /system/lib/libc.so (syscall+34)
11-19 15:23:06.351 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 001017a7 [stack:2216] (???)
11-19 15:23:06.351 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Thread.sleep!(Native method)
11-19 15:23:06.351 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] - sleeping on <0x00485c70> (a java.lang.Object)
11-19 15:23:06.351 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Thread.sleep(Thread.java:1031)
11-19 15:23:06.351 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] - locked <0x00485c70> (a java.lang.Object)
11-19 15:23:06.351 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Thread.sleep(Thread.java:985)
11-19 15:23:06.351 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor(Daemons.java:257)
11-19 15:23:06.351 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:268)
11-19 15:23:06.351 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:216)
11-19 15:23:06.351 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
11-19 15:23:06.354 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.354 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "FinalizerDaemon" prio=5 tid=8 Waiting
11-19 15:23:06.354 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c240e0 self=0xada69c00
11-19 15:23:06.380 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2215 nice=0 cgrp=apps sched=0/0 handle=0xb4556580
11-19 15:23:06.380 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-19 15:23:06.380 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xb37f1000-0xb37f3000 stackSize=1036KB
11-19 15:23:06.380 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes=
11-19 15:23:06.380 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: futex_wait_queue_me+0xc5/0xfe
11-19 15:23:06.380 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: futex_wait+0xb9/0x1ca
11-19 15:23:06.380 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: do_futex+0x8c/0x7a3
11-19 15:23:06.380 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_futex+0x88/0xdb
11-19 15:23:06.380 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: syscall_call+0x7/0xb
11-19 15:23:06.380 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00012d50 /system/lib/libc.so (syscall+32)
11-19 15:23:06.380 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 00101817 [stack:2215] (???)
11-19 15:23:06.380 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
11-19 15:23:06.380 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] - waiting on <0x1999abe9> (a java.lang.ref.ReferenceQueue)
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Object.wait(Object.java:422)
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] - locked <0x1999abe9> (a java.lang.ref.ReferenceQueue)
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:173)
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "ReferenceQueueDaemon" prio=5 tid=9 Waiting
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c24080 self=0xada69400
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2214 nice=0 cgrp=apps sched=0/0 handle=0xb455ae00
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=0 HZ=100
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xb38f5000-0xb38f7000 stackSize=1036KB
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes=
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: futex_wait_queue_me+0xc5/0xfe
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: futex_wait+0xb9/0x1ca
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: do_futex+0x8c/0x7a3
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_futex+0x88/0xdb
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: syscall_call+0x7/0xb
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00012d50 /system/lib/libc.so (syscall+32)
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 001018f7 [stack:2214] (???)
11-19 15:23:06.381 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] - waiting on <0x1805606e> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:133)
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] - locked <0x1805606e> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "Binder_2" prio=5 tid=10 Native
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c6f080 self=0xad4b5000
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2220 nice=0 cgrp=apps sched=0/0 handle=0xb455b800
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xa606d000-0xa606f000 stackSize=1012KB
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes=
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: binder_thread_read+0x2f6/0xb92
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: binder_ioctl+0x26c/0x64c
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: vfs_ioctl+0x1b/0x25
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: do_vfs_ioctl+0x390/0x42e
11-19 15:23:06.382 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_ioctl+0x39/0x5a
11-19 15:23:06.383 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: syscall_call+0x7/0xb
11-19 15:23:06.383 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00074b94 /system/lib/libc.so (__ioctl+20)
11-19 15:23:06.383 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 000ad4da /system/lib/libc.so (ioctl+42)
11-19 15:23:06.383 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #2 pc 0002bc2b /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+203)
11-19 15:23:06.383 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #3 pc 0002c585 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+37)
11-19 15:23:06.383 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #4 pc 0002c649 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+105)
11-19 15:23:06.383 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #5 pc 00034f88 /system/lib/libbinder.so (android::PoolThread::threadLoop()+40)
11-19 15:23:06.383 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #6 pc 000169de /system/lib/libutils.so (android::Thread::_threadLoop(void*)+398)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #7 pc 0006fe92 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+98)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #08 pc 000160fa /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+122)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #09 pc 00020b48 /system/lib/libc.so (__pthread_start(void*)+56)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #10 pc 0001bfa9 /system/lib/libc.so (__start_thread+25)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #11 pc 00012b96 /system/lib/libc.so (__bionic_clone+70)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] (no managed stack frames)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "Binder_3" prio=5 tid=11 Native
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c73080 self=0xad4d6000
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2221 nice=0 cgrp=apps sched=0/0 handle=0xafe7c800
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xa5f4b000-0xa5f4d000 stackSize=1012KB
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes=
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: binder_thread_read+0x2f6/0xb92
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: binder_ioctl+0x26c/0x64c
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: vfs_ioctl+0x1b/0x25
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: do_vfs_ioctl+0x390/0x42e
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_ioctl+0x39/0x5a
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: syscall_call+0x7/0xb
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00074b94 /system/lib/libc.so (__ioctl+20)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 000ad4da /system/lib/libc.so (ioctl+42)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #2 pc 0002bc2b /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+203)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #3 pc 0002c585 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+37)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #4 pc 0002c649 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+105)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #5 pc 00034f88 /system/lib/libbinder.so (android::PoolThread::threadLoop()+40)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #6 pc 000169de /system/lib/libutils.so (android::Thread::_threadLoop(void*)+398)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #7 pc 0006fe92 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+98)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #08 pc 000160fa /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+122)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #09 pc 00020b48 /system/lib/libc.so (__pthread_start(void*)+56)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #10 pc 0001bfa9 /system/lib/libc.so (__start_thread+25)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #11 pc 00012b96 /system/lib/libc.so (__bionic_clone+70)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] (no managed stack frames)
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "WeexJSBridgeThread" prio=5 tid=12 Native
11-19 15:23:06.384 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c06c10 self=0xada6ac00
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2222 nice=0 cgrp=apps sched=0/0 handle=0xb4559f00
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=R schedstat=( 0 0 0 ) utm=10 stm=2 core=0 HZ=100
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xa5531000-0xa5533000 stackSize=1036KB
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes= "abort lock"
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00005ac3 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+83)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 00002e91 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+33)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #2 pc 003c3f3a /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits >&, int, char const*, art::mirror::ArtMethod*)+138)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #3 pc 0038e88c /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits >&) const+284)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #4 pc 0039a3ae /system/lib/libart.so (art::ThreadList::DumpLocked(std::__1::basic_ostream<char, std::__1::char_traits >&)+478)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #5 pc 00372f3c /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits >&)+508)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #6 pc 0037353d /system/lib/libart.so (art::Runtime::Abort()+125)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #7 pc 000ec304 /system/lib/libart.so (art::LogMessage::~LogMessage()+1668)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #08 pc 00101598 /system/lib/libart.so (art::JniAbort(char const*, char const*)+1656)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #09 pc 00101ecc /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+108)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #10 pc 00107ffb /system/lib/libart.so (art::ScopedCheck::CheckThread(int)+3147)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #11 pc 00108972 /system/lib/libart.so (art::ScopedCheck::ScopedCheck(_JNIEnv*, int, char const*)+322)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #12 pc 001158be /system/lib/libart.so (art::CheckJNI::FindClass(_JNIEnv*, char const*)+62)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #13 pc 00021b8c /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.402 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #14 pc 0004358c /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #15 pc 00000235 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #16 pc 00009fdd (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #17 pc 00048ce7 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #18 pc 000057a0 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #19 pc 00048a37 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #20 pc 000057a0 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #21 pc 00023179 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #22 pc 00024aab (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #23 pc 00023179 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #24 pc 00023eeb (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #25 pc 000243c1 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #26 pc 00023179 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #27 pc 00023aec (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #28 pc 00023179 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #29 pc 000233b6 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #30 pc 00023801 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #31 pc 00023179 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #32 pc 00021762 (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #33 pc 00022f2b (???)
11-19 15:23:06.403 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #34 pc 00005e98 (???)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #35 pc 000000a9 (???)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #36 pc 00070827 /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #37 pc 0002b9f4 /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #38 pc 0002325d /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (???)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #39 pc 00024203 /data/app/com.github.zhoukekestar.weexquickstart-2/lib/x86/libweexv8.so (Java_com_taobao_weex_bridge_WXBridge_initFramework+1715)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #40 pc 0033ba2b /data/dalvik-cache/x86/data@app@com.github.zhoukekestar.weexquickstart-2@base.apk@classes.dex (Java_com_taobao_weex_bridge_WXBridge_initFramework__Ljava_lang_String_2Lcom_taobao_weex_bridge_WXParams_2+179)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at com.taobao.weex.bridge.WXBridge.initFramework(Native method)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at com.taobao.weex.bridge.WXBridgeManager.initFramework(WXBridgeManager.java:1033)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at com.taobao.weex.bridge.WXBridgeManager.invokeInitFramework(WXBridgeManager.java:1013)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at com.taobao.weex.bridge.WXBridgeManager.handleMessage(WXBridgeManager.java:940)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at com.taobao.weex.common.WXThread$SafeCallback.handleMessage(WXThread.java:258)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.os.Handler.dispatchMessage(Handler.java:98)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.os.Looper.loop(Looper.java:135)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.os.HandlerThread.run(HandlerThread.java:61)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "WeeXDomThread" prio=5 tid=13 Native
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12d7a1d0 self=0xa5e09000
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2223 nice=0 cgrp=apps sched=0/0 handle=0xad4e7800
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xa542d000-0xa542f000 stackSize=1036KB
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes=
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_epoll_wait+0x173/0x2f4
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_epoll_pwait+0x51/0xb4
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: syscall_call+0x7/0xb
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00073ed5 /system/lib/libc.so (__epoll_pwait+37)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 0001c6f2 /system/lib/libc.so (epoll_pwait+98)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #2 pc 0001c73a /system/lib/libc.so (epoll_wait+58)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #3 pc 0001b6a7 /system/lib/libutils.so (android::Looper::pollInner(int)+199)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #4 pc 0001baa7 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+55)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #5 pc 000c6327 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+71)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #6 pc 000c638a /system/lib/libandroid_runtime.so (???)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #7 pc 000d6f9a /data/dalvik-cache/x86/system@framework@boot.oat (Java_android_os_MessageQueue_nativePollOnce__JI+146)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.os.MessageQueue.nativePollOnce(Native method)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.os.MessageQueue.next(MessageQueue.java:143)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.os.Looper.loop(Looper.java:122)
11-19 15:23:06.404 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] at android.os.HandlerThread.run(HandlerThread.java:61)
11-19 15:23:06.412 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] "RenderThread" prio=5 tid=14 Native
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c0d0e0 self=0xa5e68000
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | sysTid=2224 nice=-4 cgrp=apps sched=0/0 handle=0xb455a180
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | stack=0xa4e36000-0xa4e38000 stackSize=1012KB
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] | held mutexes=
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_epoll_wait+0x173/0x2f4
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: sys_epoll_pwait+0x51/0xb4
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] kernel: syscall_call+0x7/0xb
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #00 pc 00073ed5 /system/lib/libc.so (__epoll_pwait+37)
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #1 pc 0001c6f2 /system/lib/libc.so (epoll_pwait+98)
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #2 pc 0001c73a /system/lib/libc.so (epoll_wait+58)
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #3 pc 0001b6a7 /system/lib/libutils.so (android::Looper::pollInner(int)+199)
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #4 pc 0001baa7 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+55)
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #5 pc 0008a114 /system/lib/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop()+116)
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #6 pc 000169de /system/lib/libutils.so (android::Thread::_threadLoop(void*)+398)
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #7 pc 0006fe92 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+98)
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #08 pc 000160fa /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+122)
11-19 15:23:06.416 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #09 pc 00020b48 /system/lib/libc.so (__pthread_start(void*)+56)
11-19 15:23:06.417 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #10 pc 0001bfa9 /system/lib/libc.so (__start_thread+25)
11-19 15:23:06.417 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] native: #11 pc 00012b96 /system/lib/libc.so (__bionic_clone+70)
11-19 15:23:06.417 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284] (no managed stack frames)
11-19 15:23:06.417 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]
11-19 15:23:06.417 2206-2222/com.github.zhoukekestar.weexquickstart A/art: art/runtime/runtime.cc:284]

                                                                       --------- beginning of crash

11-19 15:23:06.417 2206-2222/com.github.zhoukekestar.weexquickstart A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 2222 (WeexJSBridgeThr)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants