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

升级到flutter_1.9_androidx_upgrade运行安卓项目闪退 #531

Closed
xy221150 opened this issue Dec 13, 2019 · 0 comments
Closed

升级到flutter_1.9_androidx_upgrade运行安卓项目闪退 #531

xy221150 opened this issue Dec 13, 2019 · 0 comments

Comments

@xy221150
Copy link

12-13 11:24:42.017 24432-24432/com.example.example E/bbbb1: xxxxx
12-13 11:24:42.018 24432-24432/com.example.example E/bbbb2: xxxxx
12-13 11:24:43.104 24432-24432/com.example.example E/MyApplication: MethodChannel create
12-13 11:24:43.166 24432-24432/com.example.example E/MultiWindowProxy: getServiceInstance failed!
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] No pending exception expected: java.lang.NoClassDefFoundError: androidx.core.view.ViewCompat$OnUnhandledKeyEventListenerWrapper
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object) (DexFile.java:-2)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, java.util.List) (DexFile.java:226)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:219)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at java.lang.Class dalvik.system.DexPathList.findClass(java.lang.String, java.util.List) (DexPathList.java:338)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:54)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:511)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:469)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(android.view.View) (AppCompatDelegateImpl.java:457)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void androidx.appcompat.app.AppCompatActivity.setContentView(android.view.View) (AppCompatActivity.java:145)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void com.idlefish.flutterboost.containers.NewBoostFlutterActivity.onCreate(android.os.Bundle) (NewBoostFlutterActivity.java:157)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void com.example.example.BaseFlutterAcivity.onCreate(android.os.Bundle) (BaseFlutterAcivity.java:47)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6406)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1120)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2678)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2813)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void android.app.ActivityThread.access$900(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:190)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1613)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:111)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void android.os.Looper.loop() (Looper.java:207)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:5969)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:830)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327] at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:720)
12-13 11:24:43.183 24432-24432/com.example.example A/art: art/runtime/thread.cc:1327]
12-13 11:24:43.396 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] Runtime aborting...
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] Aborting thread:
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] "main" prio=5 tid=1 Runnable
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | group="" sCount=0 dsCount=0 obj=0x749d5ca0 self=0xf4df6a00
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | sysTid=24432 nice=0 cgrp=default sched=0/0 handle=0xf7735de4
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | state=R schedstat=( 269548926 100304769 418 ) utm=18 stm=8 core=2 HZ=100
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | stack=0xff364000-0xff366000 stackSize=8MB
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | held mutexes= "abort lock" "mutator lock"(shared held)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #00 pc 0035bd07 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiPKcPNS_9ArtMethodEPv+126)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #1 pc 0033cbdb /system/lib/libart.so (_ZNK3art6Thread4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+138)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #2 pc 003208b9 /system/lib/libart.so (_ZNK3art10AbortState10DumpThreadERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+20)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #3 pc 00320b87 /system/lib/libart.so (_ZN3art7Runtime5AbortEv+622)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #4 pc 000f3a79 /system/lib/libart.so (_ZN3art10LogMessageD2Ev+2092)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #5 pc 00337eff /system/lib/libart.so (_ZNK3art6Thread24AssertNoPendingExceptionEv.part.170+358)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #6 pc 0013350b /system/lib/libart.so (_ZN3art11ClassLinker9FindClassEPNS_6ThreadEPKcNS_6HandleINS_6mirror11ClassLoaderEEE+26)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #7 pc 001336bb /system/lib/libart.so (_ZN3art11ClassLinker17HasInitWithStringEPNS_6ThreadEPS0_PKc+78)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #8 pc 0013380f /system/lib/libart.so (_ZN3art11ClassLinker24ThrowEarlierClassFailureEPNS_6mirror5ClassE+194)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #9 pc 00133c79 /system/lib/libart.so (_ZN3art11ClassLinker14EnsureResolvedEPNS_6ThreadEPKcPNS_6mirror5ClassE+664)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #10 pc 001322f5 /system/lib/libart.so (_ZN3art11ClassLinker11DefineClassEPNS_6ThreadEPKcjNS_6HandleINS_6mirror11ClassLoaderEEERKNS_7DexFileERKNS9_8ClassDefE+268)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #11 pc 002b295d /system/lib/libart.so (ZN3artL25DexFile_defineClassNativeEP7_JNIEnvP7_jclassP8_jstringP8_jobjectS7+964)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #12 pc 00210add /data/dalvik-cache/arm/system@framework@boot.oat (Java_dalvik_system_DexFile_defineClassNative__Ljava_lang_String_2Ljava_lang_ClassLoader_2Ljava_lang_Object_2+144)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at dalvik.system.DexFile.defineClassNative(Native method)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at dalvik.system.DexFile.defineClass(DexFile.java:226)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at dalvik.system.DexFile.loadClassBinaryName(DexFile.java:219)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at dalvik.system.DexPathList.findClass(DexPathList.java:338)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:54)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor(AppCompatDelegateImpl.java:637)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor(AppCompatDelegateImpl.java:518)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at androidx.appcompat.app.AppCompatDelegateImpl.setContentView(AppCompatDelegateImpl.java:457)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at androidx.appcompat.app.AppCompatActivity.setContentView(AppCompatActivity.java:145)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at com.idlefish.flutterboost.containers.NewBoostFlutterActivity.onCreate(NewBoostFlutterActivity.java:157)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at com.example.example.BaseFlutterAcivity.onCreate(BaseFlutterAcivity.java:47)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.Activity.performCreate(Activity.java:6406)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1120)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2678)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2813)
12-13 11:24:43.397 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.ActivityThread.access$900(ActivityThread.java:190)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1613)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.os.Handler.dispatchMessage(Handler.java:111)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.os.Looper.loop(Looper.java:207)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.ActivityThread.main(ActivityThread.java:5969)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.reflect.Method.invoke!(Native method)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:830)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:720)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] Pending exception java.lang.NoClassDefFoundError: androidx.core.view.ViewCompat$OnUnhandledKeyEventListenerWrapper
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object) (DexFile.java:-2)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, java.util.List) (DexFile.java:226)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:219)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Class dalvik.system.DexPathList.findClass(java.lang.String, java.util.List) (DexPathList.java:338)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:54)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:511)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:469)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void androidx.appcompat.app.AppCompatDelegateImpl.setContentView(android.view.View) (AppCompatDelegateImpl.java:457)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void androidx.appcompat.app.AppCompatActivity.setContentView(android.view.View) (AppCompatActivity.java:145)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void com.idlefish.flutterboost.containers.NewBoostFlutterActivity.onCreate(android.os.Bundle) (NewBoostFlutterActivity.java:157)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void com.example.example.BaseFlutterAcivity.onCreate(android.os.Bundle) (BaseFlutterAcivity.java:47)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6406)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1120)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2678)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2813)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void android.app.ActivityThread.access$900(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:190)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1613)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:111)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void android.os.Looper.loop() (Looper.java:207)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:5969)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:830)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:720)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] Dumping all threads without appropriate locks held: thread list lock
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] All threads:
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] DALVIK THREADS (10):
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] "main" prio=5 tid=1 Runnable
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | group="" sCount=0 dsCount=0 obj=0x749d5ca0 self=0xf4df6a00
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | sysTid=24432 nice=0 cgrp=default sched=0/0 handle=0xf7735de4
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | state=R schedstat=( 291797772 100567769 420 ) utm=20 stm=9 core=1 HZ=100
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | stack=0xff364000-0xff366000 stackSize=8MB
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | held mutexes= "abort lock" "mutator lock"(shared held)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #00 pc 0035bd07 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiPKcPNS_9ArtMethodEPv+126)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #1 pc 0033cbdb /system/lib/libart.so (_ZNK3art6Thread4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+138)
12-13 11:24:43.398 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #2 pc 00346321 /system/lib/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+424)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #3 pc 00346e81 /system/lib/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+200)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #4 pc 00347385 /system/lib/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+124)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #5 pc 00320aa9 /system/lib/libart.so (_ZN3art7Runtime5AbortEv+400)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #6 pc 000f3a79 /system/lib/libart.so (_ZN3art10LogMessageD2Ev+2092)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #7 pc 00337eff /system/lib/libart.so (_ZNK3art6Thread24AssertNoPendingExceptionEv.part.170+358)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #8 pc 0013350b /system/lib/libart.so (_ZN3art11ClassLinker9FindClassEPNS_6ThreadEPKcNS_6HandleINS_6mirror11ClassLoaderEEE+26)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #9 pc 001336bb /system/lib/libart.so (_ZN3art11ClassLinker17HasInitWithStringEPNS_6ThreadEPS0_PKc+78)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #10 pc 0013380f /system/lib/libart.so (_ZN3art11ClassLinker24ThrowEarlierClassFailureEPNS_6mirror5ClassE+194)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #11 pc 00133c79 /system/lib/libart.so (_ZN3art11ClassLinker14EnsureResolvedEPNS_6ThreadEPKcPNS_6mirror5ClassE+664)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #12 pc 001322f5 /system/lib/libart.so (_ZN3art11ClassLinker11DefineClassEPNS_6ThreadEPKcjNS_6HandleINS_6mirror11ClassLoaderEEERKNS_7DexFileERKNS9_8ClassDefE+268)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #13 pc 002b295d /system/lib/libart.so (ZN3artL25DexFile_defineClassNativeEP7_JNIEnvP7_jclassP8_jstringP8_jobjectS7+964)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #14 pc 00210add /data/dalvik-cache/arm/system@framework@boot.oat (Java_dalvik_system_DexFile_defineClassNative__Ljava_lang_String_2Ljava_lang_ClassLoader_2Ljava_lang_Object_2+144)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at dalvik.system.DexFile.defineClassNative(Native method)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at dalvik.system.DexFile.defineClass(DexFile.java:226)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at dalvik.system.DexFile.loadClassBinaryName(DexFile.java:219)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at dalvik.system.DexPathList.findClass(DexPathList.java:338)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:54)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor(AppCompatDelegateImpl.java:637)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor(AppCompatDelegateImpl.java:518)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at androidx.appcompat.app.AppCompatDelegateImpl.setContentView(AppCompatDelegateImpl.java:457)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at androidx.appcompat.app.AppCompatActivity.setContentView(AppCompatActivity.java:145)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at com.idlefish.flutterboost.containers.NewBoostFlutterActivity.onCreate(NewBoostFlutterActivity.java:157)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at com.example.example.BaseFlutterAcivity.onCreate(BaseFlutterAcivity.java:47)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.Activity.performCreate(Activity.java:6406)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1120)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2678)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2813)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.ActivityThread.access$900(ActivityThread.java:190)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1613)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.os.Handler.dispatchMessage(Handler.java:111)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.os.Looper.loop(Looper.java:207)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at android.app.ActivityThread.main(ActivityThread.java:5969)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.reflect.Method.invoke!(Native method)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:830)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:720)
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412]
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] "Signal Catcher" prio=5 tid=2 WaitingInMainSignalCatcherLoop
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | group="" sCount=1 dsCount=0 obj=0x12ccc0a0 self=0xeee8e000
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | sysTid=24438 nice=0 cgrp=default sched=0/0 handle=0xf448f930
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | state=S schedstat=( 1917385 2760461 1 ) utm=0 stm=0 core=4 HZ=100
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | stack=0xf4393000-0xf4395000 stackSize=1014KB
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | held mutexes=
12-13 11:24:43.399 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: __switch_to+0x74/0x8c
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: do_sigtimedwait+0x160/0x208
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: compat_SyS_rt_sigtimedwait+0x80/0xe8
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: el0_svc_naked+0x20/0x28
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #00 pc 00041a30 /system/lib/libc.so (__rt_sigtimedwait+12)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #1 pc 0001ce43 /system/lib/libc.so (sigwait+22)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #2 pc 00327a0f /system/lib/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+62)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #3 pc 00328adf /system/lib/libart.so (_ZN3art13SignalCatcher3RunEPv+202)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #4 pc 0004065b /system/lib/libc.so (_ZL15__pthread_startPv+30)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #5 pc 0001a021 /system/lib/libc.so (__start_thread+6)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] (no managed stack frames)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412]
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] "JDWP" prio=5 tid=3 WaitingInMainDebuggerLoop
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | group="" sCount=1 dsCount=0 obj=0x12cce0a0 self=0xee917900
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | sysTid=24439 nice=0 cgrp=default sched=0/0 handle=0xf4390930
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | state=S schedstat=( 38790153 334076 27 ) utm=3 stm=0 core=1 HZ=100
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | stack=0xf4294000-0xf4296000 stackSize=1014KB
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | held mutexes=
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: __switch_to+0x74/0x8c
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: poll_schedule_timeout+0x3c/0x6c
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: do_select+0x540/0x5e8
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: compat_core_sys_select+0x188/0x21c
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: compat_SyS_pselect6+0x254/0x278
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: el0_svc_naked+0x20/0x28
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #00 pc 00041f38 /system/lib/libc.so (__pselect6+20)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #1 pc 0001c191 /system/lib/libc.so (select+60)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #2 pc 003e891b /system/lib/libart.so (_ZN3art4JDWP12JdwpAdbState15ProcessIncomingEv+206)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #3 pc 0025ac03 /system/lib/libart.so (_ZN3art4JDWP9JdwpState3RunEv+298)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #4 pc 0025ba6f /system/lib/libart.so (_ZN3art4JDWPL15StartJdwpThreadEPv+10)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #5 pc 0004065b /system/lib/libc.so (_ZL15__pthread_startPv+30)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #6 pc 0001a021 /system/lib/libc.so (__start_thread+6)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] (no managed stack frames)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412]
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] "ReferenceQueueDaemon" prio=5 tid=4 Waiting
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | group="" sCount=1 dsCount=0 obj=0x12ccb400 self=0xee918d00
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | sysTid=24440 nice=0 cgrp=default sched=0/0 handle=0xf4291930
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | state=S schedstat=( 566463 41308 7 ) utm=0 stm=0 core=3 HZ=100
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | stack=0xf418f000-0xf4191000 stackSize=1038KB
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | held mutexes=
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: __switch_to+0x74/0x8c
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: futex_wait_queue_me+0xd8/0x168
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: futex_wait+0xe4/0x234
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: do_futex+0x184/0xa14
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: compat_SyS_futex+0x7c/0x168
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: el0_svc_naked+0x20/0x28
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #00 pc 00017688 /system/lib/libc.so (syscall+28)
12-13 11:24:43.400 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #1 pc 000f5e55 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+80)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #2 pc 002af11f /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+1114)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #3 pc 002afddb /system/lib/libart.so (ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+110)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #4 pc 002c1ddd /system/lib/libart.so (ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #5 pc 00000377 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait
+74)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Object.wait!(Native method)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] - waiting on <0x04846b83> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:170)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] - locked <0x04846b83> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Thread.run(Thread.java:818)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412]
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] "FinalizerDaemon" prio=5 tid=5 Waiting
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | group="" sCount=1 dsCount=0 obj=0x12ccb460 self=0xee919200
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | sysTid=24441 nice=0 cgrp=default sched=0/0 handle=0xf418c930
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | state=S schedstat=( 547768 1495078 11 ) utm=0 stm=0 core=3 HZ=100
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | stack=0xf408a000-0xf408c000 stackSize=1038KB
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | held mutexes=
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: __switch_to+0x74/0x8c
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: futex_wait_queue_me+0xd8/0x168
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: futex_wait+0xe4/0x234
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: do_futex+0x184/0xa14
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: compat_SyS_futex+0x7c/0x168
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: el0_svc_naked+0x20/0x28
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #00 pc 00017688 /system/lib/libc.so (syscall+28)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #1 pc 000f5e55 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+80)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #2 pc 002af11f /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+1114)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #3 pc 002afddb /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+110)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #4 pc 002c1e09 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #5 pc 00000575 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+96)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Object.wait!(Native method)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] - waiting on <0x04774a16> (a java.lang.ref.ReferenceQueue)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Object.wait(Object.java:423)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] - locked <0x04774a16> (a java.lang.ref.ReferenceQueue)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:213)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Thread.run(Thread.java:818)
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412]
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] "FinalizerWatchdogDaemon" prio=5 tid=6 Waiting
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | group="" sCount=1 dsCount=0 obj=0x12ccb4c0 self=0xee919700
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | sysTid=24442 nice=0 cgrp=default sched=0/0 handle=0xf4087930
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | state=S schedstat=( 734618 353693 13 ) utm=0 stm=0 core=3 HZ=100
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | stack=0xf3f85000-0xf3f87000 stackSize=1038KB
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | held mutexes=
12-13 11:24:43.401 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: __switch_to+0x74/0x8c
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: futex_wait_queue_me+0xd8/0x168
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: futex_wait+0xe4/0x234
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: do_futex+0x184/0xa14
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: compat_SyS_futex+0x7c/0x168
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: el0_svc_naked+0x20/0x28
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #00 pc 00017688 /system/lib/libc.so (syscall+28)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #1 pc 000f5e55 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+80)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #2 pc 002af11f /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+1114)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #3 pc 002afddb /system/lib/libart.so (ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+110)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #4 pc 002c1ddd /system/lib/libart.so (ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #5 pc 00000377 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait
+74)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Object.wait!(Native method)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] - waiting on <0x02616f97> (a java.lang.Daemons$FinalizerWatchdogDaemon)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:304)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] - locked <0x02616f97> (a java.lang.Daemons$FinalizerWatchdogDaemon)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:273)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Thread.run(Thread.java:818)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412]
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] "HeapTaskDaemon" prio=5 tid=7 Blocked
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | group="" sCount=1 dsCount=0 obj=0x12ccb520 self=0xee919c00
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | sysTid=24443 nice=0 cgrp=default sched=0/0 handle=0xf3f82930
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | state=S schedstat=( 556383 486923 8 ) utm=0 stm=0 core=3 HZ=100
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | stack=0xf3e80000-0xf3e82000 stackSize=1038KB
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | held mutexes=
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: __switch_to+0x74/0x8c
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: futex_wait_queue_me+0xd8/0x168
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: futex_wait+0xe4/0x234
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: do_futex+0x184/0xa14
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: compat_SyS_futex+0x7c/0x168
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: el0_svc_naked+0x20/0x28
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #00 pc 00017688 /system/lib/libc.so (syscall+28)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #1 pc 000f5e55 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+80)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #2 pc 001cd207 /system/lib/libart.so (ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+102)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #3 pc 001cd6db /system/lib/libart.so (ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+26)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #4 pc 00000377 /data/dalvik-cache/arm/system@framework@boot.oat (Java_dalvik_system_VMRuntime_runHeapTasks
+74)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at dalvik.system.VMRuntime.runHeapTasks(Native method)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] - waiting to lock an unknown object
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:449)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Thread.run(Thread.java:818)
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412]
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] "Binder_1" prio=5 tid=8 Native
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | group="" sCount=1 dsCount=0 obj=0x12cd60a0 self=0xeee8f400
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | sysTid=24444 nice=0 cgrp=default sched=0/0 handle=0xf3d7f930
12-13 11:24:43.402 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | state=S schedstat=( 3018922 121615 9 ) utm=0 stm=0 core=0 HZ=100
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | stack=0xf3c83000-0xf3c85000 stackSize=1014KB
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | held mutexes=
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: __switch_to+0x74/0x8c
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: binder_thread_read+0xa4c/0x118c
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: binder_ioctl_write_read+0x16c/0x4e4
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: binder_ioctl+0x400/0x6a0
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: compat_SyS_ioctl+0xac/0x13f8
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: el0_svc_naked+0x20/0x28
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #00 pc 00041e58 /system/lib/libc.so (__ioctl+8)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #1 pc 00048635 /system/lib/libc.so (ioctl+14)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #2 pc 0001e86f /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+174)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #3 pc 0001edc7 /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+6)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #4 pc 0001ee65 /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+48)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #5 pc 0002390b /system/lib/libbinder.so (???)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #6 pc 00010079 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+112)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #7 pc 00063ab3 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+70)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #8 pc 0004065b /system/lib/libc.so (_ZL15__pthread_startPv+30)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #9 pc 0001a021 /system/lib/libc.so (__start_thread+6)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] (no managed stack frames)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412]
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] "Binder_2" prio=5 tid=9 Native
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | group="" sCount=1 dsCount=0 obj=0x12cd90a0 self=0xee91a100
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | sysTid=24445 nice=0 cgrp=default sched=0/0 handle=0xf3c7d930
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | state=S schedstat=( 1984770 0 8 ) utm=0 stm=0 core=4 HZ=100
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | stack=0xf3b81000-0xf3b83000 stackSize=1014KB
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | held mutexes=
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: __switch_to+0x74/0x8c
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: binder_thread_read+0xa4c/0x118c
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: binder_ioctl_write_read+0x16c/0x4e4
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: binder_ioctl+0x400/0x6a0
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: compat_SyS_ioctl+0xac/0x13f8
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: el0_svc_naked+0x20/0x28
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #00 pc 00041e58 /system/lib/libc.so (__ioctl+8)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #1 pc 00048635 /system/lib/libc.so (ioctl+14)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #2 pc 0001e86f /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+174)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #3 pc 0001edc7 /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+6)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #4 pc 0001ee65 /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+48)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #5 pc 0002390b /system/lib/libbinder.so (???)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #6 pc 00010079 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+112)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #7 pc 00063ab3 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+70)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #8 pc 0004065b /system/lib/libc.so (_ZL15__pthread_startPv+30)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #9 pc 0001a021 /system/lib/libc.so (__start_thread+6)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] (no managed stack frames)
12-13 11:24:43.403 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412]
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] "AsyncTask #1" prio=5 tid=10 Waiting
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | group="" sCount=1 dsCount=0 obj=0x12d0fc40 self=0xee917e00
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | sysTid=24455 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0xf38a0930
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | state=S schedstat=( 839704006 58598149 88 ) utm=63 stm=20 core=0 HZ=100
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | stack=0xf379e000-0xf37a0000 stackSize=1038KB
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] | held mutexes=
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: __switch_to+0x74/0x8c
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: futex_wait_queue_me+0xd8/0x168
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: futex_wait+0xe4/0x234
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: do_futex+0x184/0xa14
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: compat_SyS_futex+0x7c/0x168
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] kernel: el0_svc_naked+0x20/0x28
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #00 pc 00017688 /system/lib/libc.so (syscall+28)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #1 pc 000f5e55 /system/lib/libart.so (_ZN3art17ConditionVariable4WaitEPNS_6ThreadE+80)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #2 pc 002af11f /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+1114)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #3 pc 002afddb /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+110)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #4 pc 002c1e09 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] native: #5 pc 00000575 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+96)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Object.wait!(Native method)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] - waiting on <0x0946b584> (a java.lang.Object)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Thread.parkFor$(Thread.java:1220)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] - locked <0x0946b584> (a java.lang.Object)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at sun.misc.Unsafe.park(Unsafe.java:299)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2013)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1036)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1098)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412] at java.lang.Thread.run(Thread.java:818)
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412]
12-13 11:24:43.404 24432-24432/com.example.example A/art: art/runtime/runtime.cc:412]
12-13 11:24:43.404 24432-24432/com.example.example A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 24432 (example.example)

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