[go: nahoru, domu]

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

libapp.so not found on Android 4.1.2 #35838

Closed
blasten opened this issue Jul 10, 2019 · 45 comments · Fixed by flutter/engine#9762
Closed

libapp.so not found on Android 4.1.2 #35838

blasten opened this issue Jul 10, 2019 · 45 comments · Fixed by flutter/engine#9762
Assignees
Labels
a: build Building flutter applications with the tool c: crash Stack traces logged to the console c: regression It was better in the past than it is now customer: crowd Affects or could affect many people, though not necessarily a specific customer. platform-android Android applications specifically

Comments

@blasten
Copy link
blasten commented Jul 10, 2019

Steps to Reproduce

  1. flutter build apk
  2. adb install <apk> on a device running Android 4.1.2 (I used Galaxy S3 mini)
  3. The app crashes and the logcat indicates:
[ERROR:flutter/fml/platform/posix/native_library_posix.cc(16)] Could not open library 'libapp.so' due to error 'Cannot load library: load_library[1093]: Library 'libapp.so' not found'.
07-10 00:16:50.298 8739-8739/? E/flutter: [ERROR:flutter/fml/platform/posix/native_library_posix.cc(16)] Could not open library 'libapp.so' due to error 'Cannot load library: load_library[1093]: Library 'libapp.so' not found'.
07-10 00:16:50.298 8739-8739/? E/flutter: [ERROR:flutter/runtime/dart_vm_data.cc(19)] VM snapshot invalid and could not be inferred from settings.
07-10 00:16:50.298 8739-8739/? E/flutter: [ERROR:flutter/runtime/dart_vm.cc(238)] Could not setup VM data to bootstrap the VM from.
07-10 00:16:50.298 8739-8739/? E/flutter: [ERROR:flutter/runtime/dart_vm_lifecycle.cc(89)] Could not create Dart VM instance.
07-10 00:16:50.298 8739-8739/? A/flutter: [FATAL:flutter/shell/common/shell.cc(218)] Check failed: vm. Must be able to initialize the VM.

Related to #18494 (comment)

@blasten blasten added c: crash Stack traces logged to the console platform-android Android applications specifically a: build Building flutter applications with the tool labels Jul 10, 2019
@tvolkert tvolkert added customer: crowd Affects or could affect many people, though not necessarily a specific customer. severe: customer blocker labels Jul 10, 2019
@tvolkert
Copy link
Contributor

@jason-simmons are you able to have a look?

@tvolkert
Copy link
Contributor

/cc @angel1st

@angel1st
Copy link

@tvolkert - thanks for subscribing me to the issue.
@jason-simmons - FYI - the app apk compiled with previous flutter stable version does not have this issue (S3 mini is one of my test devices), so it seems the issue is introduced with the last hot fix. Hope this helps.

@eseidelGoogle eseidelGoogle added the c: regression It was better in the past than it is now label Jul 10, 2019
jason-simmons added a commit to jason-simmons/flutter_engine that referenced this issue Jul 10, 2019
…ot be loaded by name

libapp.so contains compiled application Dart code.  On most Android systems,
this library can be loaded by calling dlopen("libapp.so"), which will search
Android's default library directories.

On some Android devices this does not work as expected.  As a workaround, this
patch provides a fallback path to libapp.so based on ApplicationInfo.nativeLibraryDir.

Fixes flutter/flutter#35838
jason-simmons added a commit to jason-simmons/flutter_engine that referenced this issue Jul 10, 2019
…ot be loaded by name

libapp.so contains compiled application Dart code.  On most Android systems,
this library can be loaded by calling dlopen("libapp.so"), which will search
Android's default library directories.

On some Android devices this does not work as expected.  As a workaround, this
patch provides a fallback path to libapp.so based on ApplicationInfo.nativeLibraryDir.

Fixes flutter/flutter#35838
@angel1st
Copy link

@tvolkert - I can see the issue has been closed, which I guess is a good sign. When should I expect to see it in stable channel, so I can build my apps?

@tvolkert
Copy link
Contributor

@angel1st the engine commit that should fix this landed in 028b4e5, which has not yet made it to the dev channel.

Can you try switching to the master channel and testing whether or not the fix works for you?

@angel1st
Copy link
angel1st commented Jul 13, 2019

@tvolkert - I have built both arm32 & arm64 version in master channel. Unfortunately neither 64 nor 32 version works. I have tested 32 version on S3 mini (Android 4.1.2) and 64 on S8 (Android 9). On both phones I have the same use case - after the app is installed and started I can see the splash screen for a moment, then the app closes.
To summarize - I can see a regression compared to stable channel, since there at least 64 version works.
Let me know if you want me to send you both apk files as compiled from master channel.
Below is flutter doctor output, right after flutter channel master & flutter upgrade command:

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel master, v1.8.2-pre.30, on Microsoft Windows [Version 10.0.17763.615], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[√] Chrome - develop for the web
[X] Visual Studio - develop for Windows
X Visual Studio not installed; this is necessary for Windows development.
Download at https://visualstudio.microsoft.com/downloads/.
[√] Android Studio (version 3.4)
[√] Connected device (2 available)

@tvolkert
Copy link
Contributor

@angel1st thanks for the help! If you wouldn't mind emailing the APKs to me at tvolkert@google.com, we'll have a look.

@tvolkert tvolkert reopened this Jul 13, 2019
@angel1st
Copy link

@tvolkert - I wasn't able to send you the files, so I will leave them here -
app-production-releases-master.zip

@abdullayev007
Copy link

@tvolkert Hi! I am also having issues on Samsung devices. Could you take a look please?

WhatsApp.Video.2019-07-13.at.15.09.31.mp4.zip

@abdullayev007
Copy link

And this is APK. #36128

#36128app-release.zip

@blasten
Copy link
Author
blasten commented Jul 15, 2019

Is this fixed now @franciscojma86?

@franciscojma86
Copy link
Contributor

Seems like it closed automatically when I pushed master to my fork, but not sure why. Re-opening.

@campioncino
Copy link

I've the same issue on some devices with android 4.2.2 and android 4.1.2 expecially with Samsung

@tvolkert
Copy link
Contributor

@angel1st @abdullayev007 @campioncino having the built APKs is proving less useful than I had hoped -- are any of you willing to share the source (and instructions for how you're building) so we can build the apps ourselves in order to diagnose? If you are, you could push to a private GitHub repo and add me as a committer on the repo so I could access the code.

@campioncino
Copy link
campioncino commented Jul 17, 2019

[✓] Flutter (Channel stable, v1.7.8+hotfix.3, on Linux, locale en_US.UTF-8)
• Flutter version 1.7.8+hotfix.3 at /home/roberto/flutter
• Framework revision b712a17 (8 days ago), 2019-07-09 13:14:38 -0700
• Engine revision 54ad777fd2
• Dart version 2.4.0

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.0)
• Android SDK at /home/roberto/Android/Sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-29, build-tools 29.0.0
• ANDROID_HOME = /home/roberto/Android/Sdk
• Java binary at: /opt/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b16-5323222)
• All Android licenses accepted.

[✓] Android Studio (version 3.4)
• Android Studio at /opt/android-studio
• Flutter plugin version 37.1.1
• Dart plugin version 183.6270
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b16-5323222)

[!] Connected device
! No devices available

! Doctor found issues in 1 category.

@tvolkert
Copy link
Contributor

@campioncino that version (the current stable version) doesn't have the fix. Can you try switching to the master channel, running flutter upgrade, and building against the newer version? If it still fails on the newer version, can you upload the APK that fails so we can have a look?

Thanks!

@campioncino
Copy link

Yes, I'll try, but I have to find an old Samsung Galaxy Tab to try on

@jason-simmons
Copy link
Member

@abdullayev007 Took a look at your app and saw it crashing on older Android devices with this exception:

java.lang.RuntimeException: Unable to get provider androidx.core.content.FileProvider: java.lang.ClassNotFoundException: androidx.core.content.FileProvider

This was happening due to Android's MultiDex format (https://developer.android.com/studio/build/multidex)

The app's android/app/build.gradle file specified multiDexEnabled true.

If MultiDex is not required for this app, then remove that line. If you do need MultiDex, then change the app to use a custom Application subclass that extends MultiDexApplication.
You can base that Application on the standard FlutterApplication class (https://github.com/flutter/engine/blob/master/shell/platform/android/io/flutter/app/FlutterApplication.java)

@tvolkert
Copy link
Contributor

Status on this bug:

  1. @angel1st the crash you're reporting on master looks like it's a distinct bug from the "Could not open library 'libapp.so'" error originally reported. The original issue has been fixed by Fall back to a fully qualified path to libapp.so if the library can not be loaded by name engine#9762. As such, I filed Dart VM crash within the TypeCheck runtime entry point #36398 to track the new issue (the crash in the Dart VM) - we should move the discussion there for your current issue.

  2. @campioncino you were running against the stable channel (v1.7.8+hotfix.3), which is known to have the issue originally reported in this bug. As in #1 above, the issue has been fixed by Fall back to a fully qualified path to libapp.so if the library can not be loaded by name engine#9762, available on the master channel.

  3. @abdullayev007 as @jason-simmons identified in libapp.so not found on Android 4.1.2  #35838 (comment), your issue is a completely unrelated issue. See Jason's comment for how to proceed.

  4. @d0bry your testing confirms that Fall back to a fully qualified path to libapp.so if the library can not be loaded by name engine#9762 has fixed the originally reported issue. Separately, Log dlopen errors only in debug mode engine#9890 will avoid the false-alarm log spam.

  5. Last but not least, I'm working to cherrypick the fix into the stable channel, thus producing a v1.7.8+hotfix.4 release containing the fix.

Given all that, I'm going to close this bug again. The only remaining open issue that's been covered herein is now covered by #36398.

tvolkert pushed a commit to tvolkert/engine that referenced this issue Jul 17, 2019
…ot be loaded by name (flutter#9762)

libapp.so contains compiled application Dart code.  On most Android systems,
this library can be loaded by calling dlopen("libapp.so"), which will search
Android's default library directories.

On some Android devices this does not work as expected.  As a workaround, this
patch provides a fallback path to libapp.so based on ApplicationInfo.nativeLibraryDir.

Fixes flutter/flutter#35838
tvolkert pushed a commit to flutter/engine that referenced this issue Jul 17, 2019
…ot be loaded by name (#9762)

libapp.so contains compiled application Dart code.  On most Android systems,
this library can be loaded by calling dlopen("libapp.so"), which will search
Android's default library directories.

On some Android devices this does not work as expected.  As a workaround, this
patch provides a fallback path to libapp.so based on ApplicationInfo.nativeLibraryDir.

Fixes flutter/flutter#35838
tvolkert added a commit to tvolkert/flutter that referenced this issue Jul 18, 2019
This is the first step in getting esoteric devices wired
up to device lab to ensure that we can at least start Flutter
apps in profile mode on such devices.

flutter#35838
@abdullayev007
Copy link

@jason-simmons But can this happen on Android 9 devices? Reports coming from Samsung Galaxy j4+,j6+ users, not from older android users.

@tvolkert
Copy link
Contributor

@abdullayev007 not the originally filed issue. There have been a few distinct bugs reported, and it's important that we don't conflate them, or it just adds confusion.

@d0bry
Copy link
d0bry commented Jul 18, 2019

@tvolkert re 5. That would be great. Thanks!

Also, #35595 looks like a duplicate.

@abdullayev007
Copy link

@tvolkert So what do you suggest?

#36128

@campioncino
Copy link

@tvolkert thanks a lot!

tvolkert added a commit that referenced this issue Jul 18, 2019
This is the first step in getting esoteric devices wired
up to device lab to ensure that we can at least start Flutter
apps in profile mode on such devices.

#35838
X-Wei added a commit to X-Wei/flutter_catalog that referenced this issue Jul 21, 2019
@mahmed8003
Copy link

Flutter version:

Flutter 1.7.8+hotfix.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision b712a172f9 (2 weeks ago) • 2019-07-09 13:14:38 -0700
Engine • revision 54ad777fd2
Tools • Dart 2.4.0

Logcat Crash report:

07-24 03:59:33.727 19810-19810/? E/Minikin: addFont failed to create font /system/fonts/NanumGothic.ttf
07-24 03:59:33.728 19810-19810/? E/Minikin: addFont failed to create font /system/fonts/DroidSansFallback.ttf
07-24 03:59:33.728 19810-19810/? E/Minikin: addFont failed to create font /system/fonts/MTLmr3m.ttf
07-24 03:59:33.819 19810-19810/? E/flutter: [ERROR:flutter/fml/platform/posix/native_library_posix.cc(16)] Could not open library 'libapp.so' due to error 'dlopen failed: library "libapp.so" not found'.
07-24 03:59:33.823 19810-19810/? E/flutter: [ERROR:flutter/fml/platform/posix/native_library_posix.cc(16)] Could not open library 'libapp.so' due to error 'dlopen failed: library "libapp.so" not found'.
07-24 03:59:33.823 19810-19810/? E/flutter: [ERROR:flutter/runtime/dart_vm_data.cc(19)] VM snapshot invalid and could not be inferred from settings.
07-24 03:59:33.824 19810-19810/? E/flutter: [ERROR:flutter/runtime/dart_vm.cc(238)] Could not setup VM data to bootstrap the VM from.
07-24 03:59:33.824 19810-19810/? E/flutter: [ERROR:flutter/runtime/dart_vm_lifecycle.cc(89)] Could not create Dart VM instance.
07-24 03:59:33.824 19810-19810/? A/flutter: [FATAL:flutter/shell/common/shell.cc(218)] Check failed: vm. Must be able to initialize the VM.
    
    
    --------- beginning of crash
07-24 03:59:33.824 19810-19810/? A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 19810 (onsulting.vizzn)
07-24 03:59:33.926 344-344/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-24 03:59:33.926 344-344/? A/DEBUG: Build fingerprint: 'Lenovo/passion_row/P1a42:6.0.1/MMB29M/P1a42_S288_160721_ROW:user/release-keys'
07-24 03:59:33.926 344-344/? A/DEBUG: Revision: '0'
07-24 03:59:33.926 344-344/? A/DEBUG: ABI: 'arm64'
07-24 03:59:33.926 344-344/? A/DEBUG: pid: 19810, tid: 19810, name: onsulting.vizzn  >>> ca.codifyconsulting.vizzn <<<
07-24 03:59:33.926 344-344/? A/DEBUG: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-24 03:59:33.939 344-344/? A/DEBUG: Abort message: '[FATAL:flutter/shell/common/shell.cc(218)] Check failed: vm. Must be able to initialize the VM.
    '
07-24 03:59:33.940 344-344/? A/DEBUG:     x0   0000000000000000  x1   0000000000004d62  x2   0000000000000006  x3   0000000000000000
07-24 03:59:33.940 344-344/? A/DEBUG:     x4   0000000000000000  x5   0000000000000001  x6   0000000000000000  x7   0000000000000000
07-24 03:59:33.940 344-344/? A/DEBUG:     x8   0000000000000083  x9   0000007f8b080a70  x10  0000000000000003  x11  0000000000000000
07-24 03:59:33.940 344-344/? A/DEBUG:     x12  0000007f8b080a70  x13  000000556d31e5e0  x14  000000556d268580  x15  0000007f87f520a1
07-24 03:59:33.940 344-344/? A/DEBUG:     x16  0000007f8b0796a8  x17  0000007f8b03bb2c  x18  0000000000000000  x19  0000007f8b4970a8
07-24 03:59:33.940 344-344/? A/DEBUG:     x20  0000007f8b496fe8  x21  0000000000000002  x22  0000000000000006  x23  000000556d20f850
07-24 03:59:33.940 344-344/? A/DEBUG:     x24  0000007f70de5150  x25  0000000000000000  x26  0000000012d26080  x27  0000000071afef78
07-24 03:59:33.940 344-344/? A/DEBUG:     x28  0000000000000000  x29  0000007ff9561690  x30  0000007f8b0392c8
07-24 03:59:33.940 344-344/? A/DEBUG:     sp   0000007ff9561690  pc   0000007f8b03bb34  pstate 0000000020000000
07-24 03:59:33.942 344-344/? A/DEBUG: backtrace:
07-24 03:59:33.942 344-344/? A/DEBUG:     #00 pc 000000000006bb34  /system/lib64/libc.so (tgkill+8)
07-24 03:59:33.942 344-344/? A/DEBUG:     #01 pc 00000000000692c4  /system/lib64/libc.so (pthread_kill+68)
07-24 03:59:33.942 344-344/? A/DEBUG:     #02 pc 00000000000212b8  /system/lib64/libc.so (raise+28)
07-24 03:59:33.942 344-344/? A/DEBUG:     #03 pc 000000000001ba58  /system/lib64/libc.so (abort+60)
07-24 03:59:33.942 344-344/? A/DEBUG:     #04 pc 000000000001dda0  /data/app/ca.codifyconsulting.vizzn-1/split_config.arm64_v8a.apk (offset 0xe11000)
07-24 03:59:34.144 344-344/? A/DEBUG: Tombstone written to: /data/tombstones/tombstone_01
07-24 03:59:34.144 344-344/? E/DEBUG: AM write failed: Broken pipe
07-24 03:59:34.455 319-319/? E/lowmemorykiller: Error opening /proc/19810/oom_score_adj; errno=2
07-24 03:59:34.913 341-1036/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-24 03:59:58.433 341-1036/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-24 04:00:50.393 341-1036/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-24 04:01:31.728 341-1036/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-24 04:01:50.873 341-1036/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-24 04:01:52.632 341-1036/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-24 04:02:20.255 1441-2436/? E/Sensors: fd1:209, fd2:249, fd3:250, fd4:251, fd5:252, fd6:253)
07-24 04:02:20.255 1441-2436/? E/Sensors: before :-18, 11, 36
07-24 04:02:20.255 1441-2436/? E/Sensors: after:-18, 11, 36
07-24 04:02:20.816 1441-3955/? E/Sensors: fd1:209, fd2:249, fd3:250, fd4:251, fd5:252, fd6:253)
07-24 04:02:20.816 1441-3955/? E/Sensors: before :-18, 11, 36
07-24 04:02:20.816 1441-3955/? E/Sensors: after:-18, 11, 36
07-24 04:02:22.913 341-1036/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-24 04:02:26.322 341-1036/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-24 04:02:49.714 341-1036/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-24 04:03:53.950 347-664/? E/QC-time-services: Receive Passed == base = 12, unit = 1, operation = 0, result = 0
07-24 04:03:53.951 404-448/? E/QC-time-services: Daemon: Time-services: Waiting to acceptconnection
07-24 04:03:53.960 347-664/? E/QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0
07-24 04:03:53.960 404-448/? E/QC-time-services: Daemon: Time-services: Waiting to acceptconnection
07-24 04:04:26.369 341-1036/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-24 04:04:44.347 341-1036/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-24 04:05:20.902 1441-3944/? E/Sensors: fd1:171, fd2:194, fd3:200, fd4:207, fd5:209, fd6:210)
07-24 04:05:20.902 1441-3944/? E/Sensors: before :-18, 11, 36
07-24 04:05:20.902 1441-3944/? E/Sensors: after:-18, 11, 36
07-24 04:05:21.459 1441-4785/? E/Sensors: fd1:171, fd2:194, fd3:200, fd4:207, fd5:209, fd6:210)
07-24 04:05:21.459 1441-4785/? E/Sensors: before :-18, 11, 36
07-24 04:05:21.459 1441-4785/? E/Sensors: after:-18, 11, 36
07-24 04:06:08.257 341-1036/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-24 04:06:44.387 341-1036/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found

@tvolkert
Copy link
Contributor

@mahmed8003 this bug is known to exist in 1.7.8+hotfix.3. It is fixed in 1.7.8+hotfix.4, which will get promoted from the beta channel to the stable channel tomorrow.

johnsonmh pushed a commit to johnsonmh/flutter that referenced this issue Jul 30, 2019
This is the first step in getting esoteric devices wired
up to device lab to ensure that we can at least start Flutter
apps in profile mode on such devices.

flutter#35838
@lv823063712
Copy link

2020-10-19 13:34:05.257 30593-30593/com.arrail.app_t E/flutter: [ERROR:flutter/runtime/dart_vm_data.cc(19)] VM snapshot invalid and could not be inferred from settings.
2020-10-19 13:34:05.257 30593-30593/com.arrail.app_t E/flutter: [ERROR:flutter/runtime/dart_vm.cc(238)] Could not setup VM data to bootstrap the VM from.
2020-10-19 13:34:05.257 30593-30593/com.arrail.app_t E/flutter: [ERROR:flutter/runtime/dart_vm_lifecycle.cc(89)] Could not create Dart VM instance.
2020-10-19 13:34:05.257 30593-30593/com.arrail.app_t A/flutter: [FATAL:flutter/shell/common/shell.cc(218)] Check failed: vm. Must be able to initialize the VM.
2020-10-19 13:34:05.774 2604-2604/? E/MainScreenDarkTime: recordMoment, darkMoment = 226462225
2020-10-19 13:34:06.111 30593-30593/com.arrail.app_t A/libc: Fatal signal 6 (SIGABRT), code 0 (SI_USER) in tid 30593 (om.arrail.app_t), pid 30593 (om.arrail.app_t)
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: Build fingerprint: 'nubia/NX616J/NX616J:9/PKQ1.180929.001/eng.nubia.20200617.151914:user/release-keys'
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: Revision: '0'
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: ABI: 'arm64'
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: pid: 30593, tid: 30593, name: om.arrail.app_t >>> com.arrail.app_t <<<
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: signal 6 (SIGABRT), code 0 (SI_USER), fault addr --------
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: Abort message: '[FATAL:flutter/shell/common/shell.cc(218)] Check failed: vm. Must be able to initialize the VM.
'
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: x0 0000000000000000 x1 0000000000007781 x2 0000000000000006 x3 0000000000000008
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: x4 0080000000000000 x5 0080000000000000 x6 0080000000000000 x7 0000000000008000
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: x8 0000000000000083 x9 bdeab628c923d633 x10 0000000000000000 x11 fffffffc7ffffbdf
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: x12 0000000000000001 x13 0000000000000030 x14 ffffffffffffffff x15 000014d749553330
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: x16 0000007d9a1e52c0 x17 0000007d9a106d60 x18 0000000000000010 x19 0000000000007781
2020-10-19 13:34:06.363 30748-30748/? A/DEBUG: x20 0000000000007781 x21 0000007fe00535c8 x22 0000007d0e00d840 x23 0000007d0e00d840
2020-10-19 13:34:06.363 30748-30748/? A/DEBUG: x24 0000007cf57a7150 x25 0000000000000001 x26 0000007d14e14ca0 x27 0000000000000003
2020-10-19 13:34:06.363 30748-30748/? A/DEBUG: x28 0000000000000000 x29 0000007fe00535b0
2020-10-19 13:34:06.363 30748-30748/? A/DEBUG: sp 0000007fe0053570 lr 0000007d9a0f8394 pc 0000007d9a0f83bc
2020-10-19 13:34:06.417 2604-2604/? E/MainScreenDarkTime: updateDuration, duration = 642
2020-10-19 13:34:06.419 2604-2604/? E/MainScreenDarkTime: resetMoment
2020-10-19 13:34:06.419 2604-2604/? E/MainScreenDarkTime: recordMoment, darkMoment = 0
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: backtrace:
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #00 pc 00000000000223bc /system/lib64/libc.so (abort+116)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #1 pc 000000000026ded8 /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/lib/arm64/libflutter.so (offset 0x250000)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #2 pc 0000000000263308 /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/lib/arm64/libflutter.so (offset 0x250000)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #3 pc 000000000055fbe0 /system/lib64/libart.so (art_quick_generic_jni_trampoline+144)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #4 pc 0000000000556b88 /system/lib64/libart.so (art_quick_invoke_stub+584)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #5 pc 00000000000cf6d4 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #6 pc 000000000027f8ac /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+344)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #7 pc 0000000000279888 /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #8 pc 00000000005270f8 /system/lib64/libart.so (MterpInvokeDirect+300)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #9 pc 0000000000549314 /system/lib64/libart.so (ExecuteMterpImpl+14484)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #10 pc 00000000001003f4 /dev/ashmem/dalvik-classes2.dex extracted in memory from /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/base.apk!classes2.dex (deleted) (io.flutter.embedding.engine.FlutterJNI.attachToNative+12)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #11 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #12 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #13 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #14 pc 0000000000525dac /system/lib64/libart.so (MterpInvokeVirtual+592)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #15 pc 0000000000549214 /system/lib64/libart.so (ExecuteMterpImpl+14228)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #16 pc 0000000000110370 /dev/ashmem/dalvik-classes2.dex extracted in memory from /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/base.apk!classes2.dex (deleted) (io.flutter.view.FlutterNativeView.attach+4)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #17 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #18 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #19 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #20 pc 00000000005270f8 /system/lib64/libart.so (MterpInvokeDirect+300)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #21 pc 0000000000549314 /system/lib64/libart.so (ExecuteMterpImpl+14484)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #22 pc 000000000011031e /dev/ashmem/dalvik-classes2.dex extracted in memory from /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/base.apk!classes2.dex (deleted) (io.flutter.view.FlutterNativeView.+86)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #23 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #24 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #25 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #26 pc 00000000005270f8 /system/lib64/libart.so (MterpInvokeDirect+300)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #27 pc 0000000000549314 /system/lib64/libart.so (ExecuteMterpImpl+14484)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #28 pc 0000000000105914 /dev/ashmem/dalvik-classes2.dex extracted in memory from /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/base.apk!classes2.dex (deleted) (io.flutter.facade.Flutter.createView+36)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #29 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #30 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #31 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #32 pc 00000000005272bc /system/lib64/libart.so (MterpInvokeStatic+204)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #33 pc 0000000000549394 /system/lib64/libart.so (ExecuteMterpImpl+14612)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #34 pc 000000000034f934 /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/base.apk (deleted) (com.arrail.app.ui.activity.FlutterTestActivity.lambda$onCreate$0$FlutterTestActivity+12)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #35 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #36 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #37 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #38 pc 0000000000525dac /system/lib64/libart.so (MterpInvokeVirtual+592)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #39 pc 0000000000549214 /system/lib64/libart.so (ExecuteMterpImpl+14228)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #40 pc 0000000000345888 /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/base.apk (deleted) (com.arrail.app.ui.activity.-$$Lambda$FlutterTestActivity$D0PqC8TlX291nlbTwFkxsfmZ9C8.onClick+4)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #41 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #42 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #43 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #44 pc 0000000000526d30 /system/lib64/libart.so (MterpInvokeInterface+1396)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #45 pc 0000000000549414 /system/lib64/libart.so (ExecuteMterpImpl+14740)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #46 pc 0000000000bbf866 /system/framework/boot-framework.vdex (android.view.View.performClick+34)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #47 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #48 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #49 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #50 pc 0000000000528e10 /system/lib64/libart.so (MterpInvokeVirtualQuick+584)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #51 pc 000000000054cf94 /system/lib64/libart.so (ExecuteMterpImpl+29972)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #52 pc 0000000000d6f17e /system/framework/boot-framework.vdex (android.view.View.performClickInternal+6)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #53 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #54 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #55 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #56 pc 00000000005270f8 /system/lib64/libart.so (MterpInvokeDirect+300)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #57 pc 0000000000549314 /system/lib64/libart.so (ExecuteMterpImpl+14484)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #58 pc 0000000000d6e13c /system/framework/boot-framework.vdex (android.view.View.access$3100)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #59 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #60 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #61 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #62 pc 00000000005272bc /system/lib64/libart.so (MterpInvokeStatic+204)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #63 pc 0000000000549394 /system/lib64/libart.so (ExecuteMterpImpl+14612)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #64 pc 0000000000badf96 /system/framework/boot-framework.vdex (android.view.View$PerformClick.run+4)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #65 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #66 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #67 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #68 pc 0000000000526d30 /system/lib64/libart.so (MterpInvokeInterface+1396)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #69 pc 0000000000549414 /system/lib64/libart.so (ExecuteMterpImpl+14740)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #70 pc 0000000000c85f2e /system/framework/boot-framework.vdex (android.os.Handler.handleCallback+4)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #71 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #72 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #73 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #74 pc 00000000005272bc /system/lib64/libart.so (MterpInvokeStatic+204)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #75 pc 0000000000549394 /system/lib64/libart.so (ExecuteMterpImpl+14612)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #76 pc 0000000000b20118 /system/framework/boot-framework.vdex (android.os.Handler.dispatchMessage+8)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #77 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #78 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #79 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #80 pc 0000000000525dac /system/lib64/libart.so (MterpInvokeVirtual+592)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #81 pc 0000000000549214 /system/lib64/libart.so (ExecuteMterpImpl+14228)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #82 pc 0000000000b27466 /system/framework/boot-framework.vdex (android.os.Looper.loop+634)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #83 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #84 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #85 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #86 pc 00000000005272bc /system/lib64/libart.so (MterpInvokeStatic+204)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #87 pc 0000000000549394 /system/lib64/libart.so (ExecuteMterpImpl+14612)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #88 pc 00000000003aa362 /system/framework/boot-framework.vdex (android.app.ActivityThread.main+214)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #89 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #90 pc 000000000051663c /system/lib64/libart.so (artQuickToInterpreterBridge+1068)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #91 pc 000000000055fcfc /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #92 pc 0000000000556e4c /system/lib64/libart.so (art_quick_invoke_static_stub+604)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #93 pc 00000000000cf6f4 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #94 pc 000000000045db74 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #95 pc 000000000045f5c8 /system/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1440)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #96 pc 00000000003ef4dc /system/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #97 pc 000000000011e6d4 /system/framework/arm64/boot-core-oj.oat (offset 0x114000) (java.lang.Class.getDeclaredMethodInternal [DEDUPED]+180)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #98 pc 0000000000556b88 /system/lib64/libart.so (art_quick_invoke_stub+584)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #99 pc 00000000000cf6d4 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #100 pc 000000000027f8ac /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+344)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #101 pc 0000000000279888 /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #102 pc 0000000000525dac /system/lib64/libart.so (MterpInvokeVirtual+592)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #103 pc 0000000000549214 /system/lib64/libart.so (ExecuteMterpImpl+14228)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #104 pc 0000000000c49a02 /system/framework/boot-framework.vdex (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+22)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #105 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #106 pc 000000000051663c /system/lib64/libart.so (artQuickToInterpreterBridge+1068)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #107 pc 000000000055fcfc /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #108 pc 0000000000bff37c /system/framework/arm64/boot-framework.oat (offset 0x3d4000) (com.android.internal.os.ZygoteInit.main+3164)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #109 pc 0000000000556e4c /system/lib64/libart.so (art_quick_invoke_static_stub+604)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #110 pc 00000000000cf6f4 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #111 pc 000000000045db74 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #112 pc 000000000045d7d4 /system/lib64/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+424)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #113 pc 00000000003624e0 /system/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+652)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #114 pc 00000000000b3274 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+116)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #115 pc 00000000000b5c98 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vectorandroid::String8 const&, bool)+752)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #116 pc 000000000000251c /system/bin/app_process64 (main+2000)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #117 pc 00000000000ca7fc /system/lib64/libc.so (__libc_init+88)
2020-10-19 13:34:06.978 1017-1017/? E//system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_07
2020-10-19 13:34:07.000 1220-30751/? E/GameModeService: notePausingActivity(10624,134,com.arrail.app_t,com.arrail.app.ui.activity.FlutterTestActivity)

image

@TheJulianJES
Copy link

@lv823063712 Update your Flutter version using flutter upgrade.
This version is way too old and the bug was still present back then.

@lironzemingo
Copy link
lironzemingo commented Mar 13, 2021

2020-10-19 13:34:05.257 30593-30593/com.arrail.app_t E/flutter: [ERROR:flutter/runtime/dart_vm_data.cc(19)] VM snapshot invalid and could not be inferred from settings.
2020-10-19 13:34:05.257 30593-30593/com.arrail.app_t E/flutter: [ERROR:flutter/runtime/dart_vm.cc(238)] Could not setup VM data to bootstrap the VM from.
2020-10-19 13:34:05.257 30593-30593/com.arrail.app_t E/flutter: [ERROR:flutter/runtime/dart_vm_lifecycle.cc(89)] Could not create Dart VM instance.
2020-10-19 13:34:05.257 30593-30593/com.arrail.app_t A/flutter: [FATAL:flutter/shell/common/shell.cc(218)] Check failed: vm. Must be able to initialize the VM.
2020-10-19 13:34:05.774 2604-2604/? E/MainScreenDarkTime: recordMoment, darkMoment = 226462225
2020-10-19 13:34:06.111 30593-30593/com.arrail.app_t A/libc: Fatal signal 6 (SIGABRT), code 0 (SI_USER) in tid 30593 (om.arrail.app_t), pid 30593 (om.arrail.app_t)
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: Build fingerprint: 'nubia/NX616J/NX616J:9/PKQ1.180929.001/eng.nubia.20200617.151914:user/release-keys'
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: Revision: '0'
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: ABI: 'arm64'
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: pid: 30593, tid: 30593, name: om.arrail.app_t >>> com.arrail.app_t <<<
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: signal 6 (SIGABRT), code 0 (SI_USER), fault addr --------
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: Abort message: '[FATAL:flutter/shell/common/shell.cc(218)] Check failed: vm. Must be able to initialize the VM.
'
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: x0 0000000000000000 x1 0000000000007781 x2 0000000000000006 x3 0000000000000008
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: x4 0080000000000000 x5 0080000000000000 x6 0080000000000000 x7 0000000000008000
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: x8 0000000000000083 x9 bdeab628c923d633 x10 0000000000000000 x11 fffffffc7ffffbdf
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: x12 0000000000000001 x13 0000000000000030 x14 ffffffffffffffff x15 000014d749553330
2020-10-19 13:34:06.362 30748-30748/? A/DEBUG: x16 0000007d9a1e52c0 x17 0000007d9a106d60 x18 0000000000000010 x19 0000000000007781
2020-10-19 13:34:06.363 30748-30748/? A/DEBUG: x20 0000000000007781 x21 0000007fe00535c8 x22 0000007d0e00d840 x23 0000007d0e00d840
2020-10-19 13:34:06.363 30748-30748/? A/DEBUG: x24 0000007cf57a7150 x25 0000000000000001 x26 0000007d14e14ca0 x27 0000000000000003
2020-10-19 13:34:06.363 30748-30748/? A/DEBUG: x28 0000000000000000 x29 0000007fe00535b0
2020-10-19 13:34:06.363 30748-30748/? A/DEBUG: sp 0000007fe0053570 lr 0000007d9a0f8394 pc 0000007d9a0f83bc
2020-10-19 13:34:06.417 2604-2604/? E/MainScreenDarkTime: updateDuration, duration = 642
2020-10-19 13:34:06.419 2604-2604/? E/MainScreenDarkTime: resetMoment
2020-10-19 13:34:06.419 2604-2604/? E/MainScreenDarkTime: recordMoment, darkMoment = 0
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: backtrace:
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #0 pc 00000000000223bc /system/lib64/libc.so (abort+116)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #1 pc 000000000026ded8 /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/lib/arm64/libflutter.so (offset 0x250000)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #2 pc 0000000000263308 /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/lib/arm64/libflutter.so (offset 0x250000)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #3 pc 000000000055fbe0 /system/lib64/libart.so (art_quick_generic_jni_trampoline+144)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #4 pc 0000000000556b88 /system/lib64/libart.so (art_quick_invoke_stub+584)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #5 pc 00000000000cf6d4 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #6 pc 000000000027f8ac /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+344)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #7 pc 0000000000279888 /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #8 pc 00000000005270f8 /system/lib64/libart.so (MterpInvokeDirect+300)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #9 pc 0000000000549314 /system/lib64/libart.so (ExecuteMterpImpl+14484)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #10 pc 00000000001003f4 /dev/ashmem/dalvik-classes2.dex extracted in memory from /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/base.apk!classes2.dex (deleted) (io.flutter.embedding.engine.FlutterJNI.attachToNative+12)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #11 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #12 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #13 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #14 pc 0000000000525dac /system/lib64/libart.so (MterpInvokeVirtual+592)
2020-10-19 13:34:06.528 30748-30748/? A/DEBUG: #15 pc 0000000000549214 /system/lib64/libart.so (ExecuteMterpImpl+14228)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #16 pc 0000000000110370 /dev/ashmem/dalvik-classes2.dex extracted in memory from /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/base.apk!classes2.dex (deleted) (io.flutter.view.FlutterNativeView.attach+4)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #17 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #18 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #19 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #20 pc 00000000005270f8 /system/lib64/libart.so (MterpInvokeDirect+300)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #21 pc 0000000000549314 /system/lib64/libart.so (ExecuteMterpImpl+14484)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #22 pc 000000000011031e /dev/ashmem/dalvik-classes2.dex extracted in memory from /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/base.apk!classes2.dex (deleted) (io.flutter.view.FlutterNativeView.+86)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #23 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #24 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #25 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #26 pc 00000000005270f8 /system/lib64/libart.so (MterpInvokeDirect+300)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #27 pc 0000000000549314 /system/lib64/libart.so (ExecuteMterpImpl+14484)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #28 pc 0000000000105914 /dev/ashmem/dalvik-classes2.dex extracted in memory from /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/base.apk!classes2.dex (deleted) (io.flutter.facade.Flutter.createView+36)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #29 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #30 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #31 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #32 pc 00000000005272bc /system/lib64/libart.so (MterpInvokeStatic+204)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #33 pc 0000000000549394 /system/lib64/libart.so (ExecuteMterpImpl+14612)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #34 pc 000000000034f934 /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/base.apk (deleted) (com.arrail.app.ui.activity.FlutterTestActivity.lambda$onCreate$0$FlutterTestActivity+12)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #35 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #36 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #37 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #38 pc 0000000000525dac /system/lib64/libart.so (MterpInvokeVirtual+592)
2020-10-19 13:34:06.530 30748-30748/? A/DEBUG: #39 pc 0000000000549214 /system/lib64/libart.so (ExecuteMterpImpl+14228)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #40 pc 0000000000345888 /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.arrail.app_t-X3-V6OWehjRyaoK1-2himw==/base.apk (deleted) (com.arrail.app.ui.activity.-$$Lambda$FlutterTestActivity$D0PqC8TlX291nlbTwFkxsfmZ9C8.onClick+4)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #41 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #42 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #43 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #44 pc 0000000000526d30 /system/lib64/libart.so (MterpInvokeInterface+1396)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #45 pc 0000000000549414 /system/lib64/libart.so (ExecuteMterpImpl+14740)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #46 pc 0000000000bbf866 /system/framework/boot-framework.vdex (android.view.View.performClick+34)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #47 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #48 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #49 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #50 pc 0000000000528e10 /system/lib64/libart.so (MterpInvokeVirtualQuick+584)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #51 pc 000000000054cf94 /system/lib64/libart.so (ExecuteMterpImpl+29972)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #52 pc 0000000000d6f17e /system/framework/boot-framework.vdex (android.view.View.performClickInternal+6)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #53 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #54 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #55 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #56 pc 00000000005270f8 /system/lib64/libart.so (MterpInvokeDirect+300)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #57 pc 0000000000549314 /system/lib64/libart.so (ExecuteMterpImpl+14484)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #58 pc 0000000000d6e13c /system/framework/boot-framework.vdex (android.view.View.access$3100)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #59 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #60 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #61 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #62 pc 00000000005272bc /system/lib64/libart.so (MterpInvokeStatic+204)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #63 pc 0000000000549394 /system/lib64/libart.so (ExecuteMterpImpl+14612)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #64 pc 0000000000badf96 /system/framework/boot-framework.vdex (android.view.View$PerformClick.run+4)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #65 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #66 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #67 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #68 pc 0000000000526d30 /system/lib64/libart.so (MterpInvokeInterface+1396)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #69 pc 0000000000549414 /system/lib64/libart.so (ExecuteMterpImpl+14740)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #70 pc 0000000000c85f2e /system/framework/boot-framework.vdex (android.os.Handler.handleCallback+4)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #71 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #72 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #73 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #74 pc 00000000005272bc /system/lib64/libart.so (MterpInvokeStatic+204)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #75 pc 0000000000549394 /system/lib64/libart.so (ExecuteMterpImpl+14612)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #76 pc 0000000000b20118 /system/framework/boot-framework.vdex (android.os.Handler.dispatchMessage+8)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #77 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #78 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #79 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #80 pc 0000000000525dac /system/lib64/libart.so (MterpInvokeVirtual+592)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #81 pc 0000000000549214 /system/lib64/libart.so (ExecuteMterpImpl+14228)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #82 pc 0000000000b27466 /system/framework/boot-framework.vdex (android.os.Looper.loop+634)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #83 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #84 pc 0000000000258bec /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #85 pc 000000000027986c /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+940)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #86 pc 00000000005272bc /system/lib64/libart.so (MterpInvokeStatic+204)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #87 pc 0000000000549394 /system/lib64/libart.so (ExecuteMterpImpl+14612)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #88 pc 00000000003aa362 /system/framework/boot-framework.vdex (android.app.ActivityThread.main+214)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #89 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #90 pc 000000000051663c /system/lib64/libart.so (artQuickToInterpreterBridge+1068)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #91 pc 000000000055fcfc /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #92 pc 0000000000556e4c /system/lib64/libart.so (art_quick_invoke_static_stub+604)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #93 pc 00000000000cf6f4 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #94 pc 000000000045db74 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #95 pc 000000000045f5c8 /system/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1440)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #96 pc 00000000003ef4dc /system/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #97 pc 000000000011e6d4 /system/framework/arm64/boot-core-oj.oat (offset 0x114000) (java.lang.Class.getDeclaredMethodInternal [DEDUPED]+180)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #98 pc 0000000000556b88 /system/lib64/libart.so (art_quick_invoke_stub+584)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #99 pc 00000000000cf6d4 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #100 pc 000000000027f8ac /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+344)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #101 pc 0000000000279888 /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #102 pc 0000000000525dac /system/lib64/libart.so (MterpInvokeVirtual+592)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #103 pc 0000000000549214 /system/lib64/libart.so (ExecuteMterpImpl+14228)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #104 pc 0000000000c49a02 /system/framework/boot-framework.vdex (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+22)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #105 pc 00000000002530f8 /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1620744977+488)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #106 pc 000000000051663c /system/lib64/libart.so (artQuickToInterpreterBridge+1068)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #107 pc 000000000055fcfc /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #108 pc 0000000000bff37c /system/framework/arm64/boot-framework.oat (offset 0x3d4000) (com.android.internal.os.ZygoteInit.main+3164)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #109 pc 0000000000556e4c /system/lib64/libart.so (art_quick_invoke_static_stub+604)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #110 pc 00000000000cf6f4 /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #111 pc 000000000045db74 /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #112 pc 000000000045d7d4 /system/lib64/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+424)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #113 pc 00000000003624e0 /system/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+652)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #114 pc 00000000000b3274 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+116)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #115 pc 00000000000b5c98 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vectorandroid::String8 const&, bool)+752)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #116 pc 000000000000251c /system/bin/app_process64 (main+2000)
2020-10-19 13:34:06.531 30748-30748/? A/DEBUG: #117 pc 00000000000ca7fc /system/lib64/libc.so (__libc_init+88)
2020-10-19 13:34:06.978 1017-1017/? E//system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_07
2020-10-19 13:34:07.000 1220-30751/? E/GameModeService: notePausingActivity(10624,134,com.arrail.app_t,com.arrail.app.ui.activity.FlutterTestActivity)

image

having this exact crash, after upgrading to Flutter 2.0. running a flutter module in an Android app, in release mode , and whenever the module is about to launch - the app crashes, with this VM crash

@github-actions
Copy link
github-actions bot commented Aug 4, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: build Building flutter applications with the tool c: crash Stack traces logged to the console c: regression It was better in the past than it is now customer: crowd Affects or could affect many people, though not necessarily a specific customer. platform-android Android applications specifically
Projects
None yet