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

App is crashing on launch - Caused by java.lang.UnsatisfiedLinkError #64697

Closed
PerLycke opened this issue Aug 27, 2020 · 21 comments
Closed

App is crashing on launch - Caused by java.lang.UnsatisfiedLinkError #64697

PerLycke opened this issue Aug 27, 2020 · 21 comments
Assignees
Labels
a: production Issues experienced in live production apps c: fatal crash Crashes that terminate the process c: regression It was better in the past than it is now engine flutter/engine repository. See also e: labels. P0 Critical issues such as a build break or regression platform-android Android applications specifically will need additional triage This issue or PR needs attention during weekly triage

Comments

@PerLycke
Copy link

PerLycke commented Aug 27, 2020

We see the following crash in Crashlytics:

Caused by java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/info.car.app-MXa6DBe7GauYgmYEEDe6Sw==/base.apk"],nativeLibraryDirectories=[/data/app/info.car.app-MXa6DBe7GauYgmYEEDe6Sw==/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libflutter.so"
       at java.lang.Runtime.loadLibrary0(Runtime.java:1011)
       at java.lang.System.loadLibrary(System.java:1657)
       at io.flutter.embedding.engine.loader.FlutterLoader$1.call(FlutterLoader.java:10)
       at io.flutter.embedding.engine.loader.FlutterLoader$1.call(FlutterLoader.java)
       at java.util.concurrent.FutureTask.run(FutureTask.java:266)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
       at java.lang.Thread.run(Thread.java:764)

flutter doctor -v:

[✓] Flutter (Channel beta, 1.21.0-9.1.pre, on Mac OS X 10.15.6 19G2021, locale en-SE)
• Flutter version 1.21.0-9.1.pre at /Users/per/dev/flutter
• Framework revision be9bc8c (8 days ago), 2020-08-18 09:46:08 -0700
• Engine revision 267070c17a
• Dart version 2.10.0 (build 2.10.0-7.2.beta)

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
• Android SDK at /Users/per/Library/Android/sdk
• Platform android-30, build-tools 30.0.1
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
• All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 11.6)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.6, Build version 11E708
• CocoaPods version 1.9.3

[✓] Android Studio (version 4.0)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 48.1.2
• Dart plugin version 193.7361
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

Affected devices so far:

• Nexus 5X, Android 8.1.0
• Galaxy S10, Android 10

@TahaTesser
Copy link
Member

Hi @PerLycke
Can you please provide your complete crash logs, your pubspec.yaml, the list of affected devices, and if possible your flutter run --release --verbose running on the same OS version as the affected devices.
Thank you

@TahaTesser TahaTesser added in triage Presently being triaged by the triage team waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds labels Aug 27, 2020
@PerLycke
Copy link
Author

PerLycke commented Aug 27, 2020

Complete log:

logs
Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{info.car.app/info.car.app.MainActivity}: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/info.car.app-MXa6DBe7GauYgmYEEDe6Sw==/base.apk"],nativeLibraryDirectories=[/data/app/info.car.app-MXa6DBe7GauYgmYEEDe6Sw==/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libflutter.so"
       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2778)
       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856)
       at android.app.ActivityThread.-wrap11(ActivityThread.java)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
       at android.os.Handler.dispatchMessage(Handler.java:106)
       at android.os.Looper.loop(Looper.java:164)
       at android.app.ActivityThread.main(ActivityThread.java:6494)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)

Caused by java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/info.car.app-MXa6DBe7GauYgmYEEDe6Sw==/base.apk"],nativeLibraryDirectories=[/data/app/info.car.app-MXa6DBe7GauYgmYEEDe6Sw==/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libflutter.so"
       at io.flutter.embedding.engine.loader.FlutterLoader.a(FlutterLoader.java:246)
       at io.flutter.embedding.engine.FlutterEngine.<init>(FlutterEngine.java:148)
       at io.flutter.embedding.engine.FlutterEngine.<init>(FlutterEngine.java:19)
       at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setupFlutterEngine(FlutterActivityAndFragmentDelegate.java:106)
       at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.a(FlutterActivityAndFragmentDelegate.java:7)
       at io.flutter.embedding.android.FlutterActivity.onCreate(FlutterActivity.java:20)
       at info.car.app.MainActivity.onCreate(MainActivity.java)
       at android.app.Activity.performCreate(Activity.java:7009)
       at android.app.Activity.performCreate(Activity.java:7000)
       at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1214)
       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2731)
       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856)
       at android.app.ActivityThread.-wrap11(ActivityThread.java)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
       at android.os.Handler.dispatchMessage(Handler.java:106)
       at android.os.Looper.loop(Looper.java:164)
       at android.app.ActivityThread.main(ActivityThread.java:6494)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)

Caused by java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/info.car.app-MXa6DBe7GauYgmYEEDe6Sw==/base.apk"],nativeLibraryDirectories=[/data/app/info.car.app-MXa6DBe7GauYgmYEEDe6Sw==/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libflutter.so"
       at java.util.concurrent.FutureTask.report(FutureTask.java:123)
       at java.util.concurrent.FutureTask.get(FutureTask.java:193)
       at io.flutter.embedding.engine.loader.FlutterLoader.a(FlutterLoader.java:23)
       at io.flutter.embedding.engine.FlutterEngine.<init>(FlutterEngine.java:148)
       at io.flutter.embedding.engine.FlutterEngine.<init>(FlutterEngine.java:19)
       at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setupFlutterEngine(FlutterActivityAndFragmentDelegate.java:106)
       at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.a(FlutterActivityAndFragmentDelegate.java:7)
       at io.flutter.embedding.android.FlutterActivity.onCreate(FlutterActivity.java:20)
       at info.car.app.MainActivity.onCreate(MainActivity.java)
       at android.app.Activity.performCreate(Activity.java:7009)
       at android.app.Activity.performCreate(Activity.java:7000)
       at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1214)
       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2731)
       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856)
       at android.app.ActivityThread.-wrap11(ActivityThread.java)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
       at android.os.Handler.dispatchMessage(Handler.java:106)
       at android.os.Looper.loop(Looper.java:164)
       at android.app.ActivityThread.main(ActivityThread.java:6494)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)

Caused by java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/info.car.app-MXa6DBe7GauYgmYEEDe6Sw==/base.apk"],nativeLibraryDirectories=[/data/app/info.car.app-MXa6DBe7GauYgmYEEDe6Sw==/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libflutter.so"
       at java.lang.Runtime.loadLibrary0(Runtime.java:1011)
       at java.lang.System.loadLibrary(System.java:1657)
       at io.flutter.embedding.engine.loader.FlutterLoader$1.call(FlutterLoader.java:10)
       at io.flutter.embedding.engine.loader.FlutterLoader$1.call(FlutterLoader.java)
       at java.util.concurrent.FutureTask.run(FutureTask.java:266)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
       at java.lang.Thread.run(Thread.java:764)

List of affected devices (so far):

• Nexus 5X, Android 8.1.0
• Galaxy S10, Android 10

flutter run --release --verbose on a Nexus 5X with Android 8.1.0 (same device and OS version as one of the affected ones):

logs
[ +160 ms] executing: [/Users/per/dev/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +48 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] be9bc8cb3942bda5d8ef4e44b44616c470625e18
[        ] executing: [/Users/per/dev/flutter/] git tag --contains HEAD
[ +242 ms] Exit code 0 from: git tag --contains HEAD
[        ] 1.21.0-9.1.pre
[  +17 ms] executing: [/Users/per/dev/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[  +12 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/beta
[        ] executing: [/Users/per/dev/flutter/] git ls-remote --get-url origin
[  +11 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +56 ms] executing: [/Users/per/dev/flutter/] git rev-parse --abbrev-ref HEAD
[  +12 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] beta
[   +6 ms] executing: sw_vers -productName
[  +16 ms] Exit code 0 from: sw_vers -productName
[        ] Mac OS X
[        ] executing: sw_vers -productVersion
[  +15 ms] Exit code 0 from: sw_vers -productVersion
[        ] 10.15.6
[        ] executing: sw_vers -buildVersion
[  +16 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 19G2021
[  +50 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +21 ms] executing: /Users/per/Library/Android/sdk/platform-tools/adb devices -l
[   +8 ms] executing: /usr/bin/xcode-select --print-path
[   +9 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[        ] /Applications/Xcode.app/Contents/Developer
[   +1 ms] executing: /usr/bin/xcodebuild -version
[ +626 ms] Exit code 0 from: /usr/bin/xcodebuild -version
[        ] Xcode 11.6
           Build version 11E708
[   +3 ms] executing: xcrun --find xcdevice
[  +11 ms] Exit code 0 from: xcrun --find xcdevice
[        ] /Applications/Xcode.app/Contents/Developer/usr/bin/xcdevice
[        ] executing: xcrun xcdevice list --timeout 2
[   +4 ms] /usr/bin/xcrun simctl list --json devices
[        ] executing: /usr/bin/xcrun simctl list --json devices
[  +43 ms] List of devices attached
           010a2385e2d59663       device usb:341835776X product:bullhead model:Nexus_5X device:bullhead transport_id:5
[  +85 ms] {
             "devices" : {
               "com.apple.CoreSimulator.SimRuntime.tvOS-13-4" : [
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/81FA6D37-63E4-4410-9626-6D1306D8D03B\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/81FA6D37-63E4-4410-9626-6D1306D8D03B",
                   "udid" : "81FA6D37-63E4-4410-9626-6D1306D8D03B",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/9CE047A2-D417-4955-AE77-03CD770E0534\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/9CE047A2-D417-4955-AE77-03CD770E0534",
                   "udid" : "9CE047A2-D417-4955-AE77-03CD770E0534",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/CB3C9E88-2D91-41C0-A262-B1BD13290CE8\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/CB3C9E88-2D91-41C0-A262-B1BD13290CE8",
                   "udid" : "CB3C9E88-2D91-41C0-A262-B1BD13290CE8",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-6-2" : [
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/C090D6CD-7031-436B-9AB7-EA848ED195BF\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/C090D6CD-7031-436B-9AB7-EA848ED195BF",
                   "udid" : "C090D6CD-7031-436B-9AB7-EA848ED195BF",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 4 - 40mm"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/54B660B4-EC62-4BA7-A34B-186E0A1EAF37\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/54B660B4-EC62-4BA7-A34B-186E0A1EAF37",
                   "udid" : "54B660B4-EC62-4BA7-A34B-186E0A1EAF37",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 4 - 44mm"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/2EA3B946-8162-4493-9A5D-D4614497D018\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/2EA3B946-8162-4493-9A5D-D4614497D018",
                   "udid" : "2EA3B946-8162-4493-9A5D-D4614497D018",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/80B48136-D1B7-483D-8F32-B23AD123A2FB\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/80B48136-D1B7-483D-8F32-B23AD123A2FB",
                   "udid" : "80B48136-D1B7-483D-8F32-B23AD123A2FB",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-13-6" : [
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/27DFDAEC-EF1C-423B-A406-51632B697EC9\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/27DFDAEC-EF1C-423B-A406-51632B697EC9",
                   "udid" : "27DFDAEC-EF1C-423B-A406-51632B697EC9",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/6EFECE04-4508-4A50-BFDE-0C275BCFD6EF\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/6EFECE04-4508-4A50-BFDE-0C275BCFD6EF",
                   "udid" : "6EFECE04-4508-4A50-BFDE-0C275BCFD6EF",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/4D12603F-404E-4F31-9ED3-83596EEF083E\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/4D12603F-404E-4F31-9ED3-83596EEF083E",
                   "udid" : "4D12603F-404E-4F31-9ED3-83596EEF083E",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/5E78B2F1-BA7D-4A31-BB44-5D3E89384645\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/5E78B2F1-BA7D-4A31-BB44-5D3E89384645",
                   "udid" : "5E78B2F1-BA7D-4A31-BB44-5D3E89384645",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/EB34D484-854E-4920-89B6-9075A5FCBC20\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/EB34D484-854E-4920-89B6-9075A5FCBC20",
                   "udid" : "EB34D484-854E-4920-89B6-9075A5FCBC20",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/48778BD6-A2ED-4281-AE7B-EEA029C51D2C\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/48778BD6-A2ED-4281-AE7B-EEA029C51D2C",
                   "udid" : "48778BD6-A2ED-4281-AE7B-EEA029C51D2C",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/3F17D045-CBF9-44BD-A763-E8459613C1B4\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/3F17D045-CBF9-44BD-A763-E8459613C1B4",
                   "udid" : "3F17D045-CBF9-44BD-A763-E8459613C1B4",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/53536DF0-C29B-47C5-9C09-30A33D627B2D\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/53536DF0-C29B-47C5-9C09-30A33D627B2D",
                   "udid" : "53536DF0-C29B-47C5-9C09-30A33D627B2D",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (7th generation)"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/3662BF0B-B198-4DE0-ACCE-E4E7513C2294\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/3662BF0B-B198-4DE0-ACCE-E4E7513C2294",
                   "udid" : "3662BF0B-B198-4DE0-ACCE-E4E7513C2294",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/C1D65A94-5258-49DD-ABB4-5F4848F1FF91\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/C1D65A94-5258-49DD-ABB4-5F4848F1FF91",
                   "udid" : "C1D65A94-5258-49DD-ABB4-5F4848F1FF91",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "dataPath" : "\/Users\/per\/Library\/Developer\/CoreSimulator\/Devices\/65E3463A-165E-472C-B262-927A766AE63F\/data",
                   "logPath" : "\/Users\/per\/Library\/Logs\/CoreSimulator\/65E3463A-165E-472C-B262-927A766AE63F",
                   "udid" : "65E3463A-165E-472C-B262-927A766AE63F",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (3rd generation)"
                 }
               ]
             }
           }
[+2683 ms] [
             {
               "simulator" : true,
               "operatingSystemVersion" : "6.2.1 (17T531)",
               "available" : true,
               "platform" : "com.apple.platform.watchsimulator",
               "modelCode" : "Watch5,3",
               "identifier" : "2EA3B946-8162-4493-9A5D-D4614497D018",
               "architecture" : "i386",
               "modelUTI" : "com.apple.watch-series5-1",
               "modelName" : "Apple Watch Series 5 - 40mm",
               "name" : "Apple Watch Series 5 - 40mm"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.6 (17G64)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad8,9",
               "identifier" : "3662BF0B-B198-4DE0-ACCE-E4E7513C2294",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-pro-11-2nd-1",
               "modelName" : "iPad Pro (11-inch) (2nd generation)",
               "name" : "iPad Pro (11-inch) (2nd generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.6 (17G64)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,3",
               "identifier" : "5E78B2F1-BA7D-4A31-BB44-5D3E89384645",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-11-pro-1",
               "modelName" : "iPhone 11 Pro",
               "name" : "iPhone 11 Pro"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "6.2.1 (17T531)",
               "available" : true,
               "platform" : "com.apple.platform.watchsimulator",
               "modelCode" : "Watch4,3",
               "identifier" : "C090D6CD-7031-436B-9AB7-EA848ED195BF",
               "architecture" : "i386",
               "modelUTI" : "com.apple.watch-series4-1",
               "modelName" : "Apple Watch Series 4 - 40mm",
               "name" : "Apple Watch Series 4 - 40mm"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.6 (17G64)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,8",
               "identifier" : "48778BD6-A2ED-4281-AE7B-EEA029C51D2C",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-se-1",
               "modelName" : "iPhone SE (2nd generation)",
               "name" : "iPhone SE (2nd generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.6 (17G64)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone10,5",
               "identifier" : "6EFECE04-4508-4A50-BFDE-0C275BCFD6EF",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-8-plus-2",
               "modelName" : "iPhone 8 Plus",
               "name" : "iPhone 8 Plus"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.4 (17L255)",
               "available" : true,
               "platform" : "com.apple.platform.appletvsimulator",
               "modelCode" : "AppleTV6,2",
               "identifier" : "CB3C9E88-2D91-41C0-A262-B1BD13290CE8",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.apple-tv-4k",
               "modelName" : "Apple TV 4K (at 1080p)",
               "name" : "Apple TV 4K (at 1080p)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "6.2.1 (17T531)",
               "available" : true,
               "platform" : "com.apple.platform.watchsimulator",
               "modelCode" : "Watch4,4",
               "identifier" : "54B660B4-EC62-4BA7-A34B-186E0A1EAF37",
               "architecture" : "i386",
               "modelUTI" : "com.apple.watch-series4-1",
               "modelName" : "Apple Watch Series 4 - 44mm",
               "name" : "Apple Watch Series 4 - 44mm"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.4 (17L255)",
               "available" : true,
               "platform" : "com.apple.platform.appletvsimulator",
               "modelCode" : "AppleTV6,2",
               "identifier" : "9CE047A2-D417-4955-AE77-03CD770E0534",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.apple-tv-4k",
               "modelName" : "Apple TV 4K",
               "name" : "Apple TV 4K"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.6 (17G64)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,1",
               "identifier" : "4D12603F-404E-4F31-9ED3-83596EEF083E",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-11-1",
               "modelName" : "iPhone 11",
               "name" : "iPhone 11"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.6 (17G64)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad7,12",
               "identifier" : "53536DF0-C29B-47C5-9C09-30A33D627B2D",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-7-wwan-1",
               "modelName" : "iPad (7th generation)",
               "name" : "iPad (7th generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.6 (17G64)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad6,4",
               "identifier" : "3F17D045-CBF9-44BD-A763-E8459613C1B4",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
               "modelName" : "iPad Pro (9.7-inch)",
               "name" : "iPad Pro (9.7-inch)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.6 (17G64)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad11,3",
               "identifier" : "65E3463A-165E-472C-B262-927A766AE63F",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-air3-wifi-1",
               "modelName" : "iPad Air (3rd generation)",
               "name" : "iPad Air (3rd generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "6.2.1 (17T531)",
               "available" : true,
               "platform" : "com.apple.platform.watchsimulator",
               "modelCode" : "Watch5,4",
               "identifier" : "80B48136-D1B7-483D-8F32-B23AD123A2FB",
               "architecture" : "i386",
               "modelUTI" : "com.apple.watch-series5-1",
               "modelName" : "Apple Watch Series 5 - 44mm",
               "name" : "Apple Watch Series 5 - 44mm"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.6 (17G64)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad8,12",
               "identifier" : "C1D65A94-5258-49DD-ABB4-5F4848F1FF91",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-pro-12point9-4th-1",
               "modelName" : "iPad Pro (12.9-inch) (4th generation)",
               "name" : "iPad Pro (12.9-inch) (4th generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.4 (17L255)",
               "available" : true,
               "platform" : "com.apple.platform.appletvsimulator",
               "modelCode" : "AppleTV5,3",
               "identifier" : "81FA6D37-63E4-4410-9626-6D1306D8D03B",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.apple-tv-4",
               "modelName" : "Apple TV",
               "name" : "Apple TV"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.6 (17G64)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,5",
               "identifier" : "EB34D484-854E-4920-89B6-9075A5FCBC20",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-11-pro-max-1",
               "modelName" : "iPhone 11 Pro Max",
               "name" : "iPhone 11 Pro Max"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "13.6 (17G64)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone10,4",
               "identifier" : "27DFDAEC-EF1C-423B-A406-51632B697EC9",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-8-2",
               "modelName" : "iPhone 8",
               "name" : "iPhone 8"
             }
           ]
[   +6 ms] /Users/per/Library/Android/sdk/platform-tools/adb -s 010a2385e2d59663 shell getprop
[  +97 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[   +5 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +94 ms] Running "flutter pub get" in app...
[   +5 ms] executing: [/Users/per/dev/app/] /Users/per/dev/flutter/bin/cache/dart-sdk/bin/pub --verbose get --no-precompile
[  +85 ms] MSG : Resolving dependencies...
[   +7 ms] MSG : Got dependencies!
[  +26 ms] Running "flutter pub get" in app... (completed in 2.6s)
[  +60 ms] Found plugin camera at /Users/per/.pub-cache/git/app_plugins-3a4d8ed267f6eed4a368f2b954a76ad76ac591ca/packages/camera/
[  +10 ms] Found plugin connectivity at /Users/per/.pub-cache/git/app_plugins-3a4d8ed267f6eed4a368f2b954a76ad76ac591ca/packages/connectivity/connectivity/
[   +6 ms] Found plugin native_device_orientation at /Users/per/.pub-cache/git/flutter_native_device_orientation-689eb793416d9503693e1c3f433c9cc67f2616b5/
[  +38 ms] Found plugin connectivity_for_web at /Users/per/.pub-cache/hosted/pub.dartlang.org/connectivity_for_web-0.3.1/
[   +2 ms] Found plugin connectivity_macos at /Users/per/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.1.0+3/
[   +8 ms] Found plugin device_info at /Users/per/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+7/
[   +4 ms] Found plugin esys_flutter_share at /Users/per/.pub-cache/hosted/pub.dartlang.org/esys_flutter_share-1.0.2/
[   +5 ms] Found plugin firebase_analytics at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-6.0.0/
[   +2 ms] Found plugin firebase_analytics_web at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.1.1/
[   +2 ms] Found plugin firebase_core at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0/
[   +3 ms] Found plugin firebase_core_web at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/
[   +1 ms] Found plugin firebase_crashlytics at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_crashlytics-0.1.4+1/
[   +1 ms] Found plugin firebase_dynamic_links at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_dynamic_links-0.6.0/
[   +1 ms] Found plugin firebase_remote_config at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.4.0/
[   +1 ms] Found plugin flutter_facebook_login at /Users/per/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_login-3.0.0/
[   +1 ms] Found plugin flutter_keyboard_visibility at /Users/per/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-3.2.1/
[   +1 ms] Found plugin flutter_plugin_android_lifecycle at /Users/per/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.8/
[   +1 ms] Found plugin flutter_secure_storage at /Users/per/.pub-cache/hosted/pub.dartlang.org/flutter_secure_storage-3.3.3/
[   +1 ms] Found plugin flutter_sms at /Users/per/.pub-cache/hosted/pub.dartlang.org/flutter_sms-2.0.0+2/
[   +3 ms] Found plugin google_sign_in at /Users/per/.pub-cache/hosted/pub.dartlang.org/google_sign_in-4.5.3/
[   +1 ms] Found plugin google_sign_in_web at /Users/per/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.9.1+1/
[   +4 ms] Found plugin image_picker at /Users/per/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+6/
[  +11 ms] Found plugin multi_image_picker at /Users/per/.pub-cache/hosted/pub.dartlang.org/multi_image_picker-4.7.12/
[   +4 ms] Found plugin package_info at /Users/per/.pub-cache/hosted/pub.dartlang.org/package_info-0.4.3/
[   +5 ms] Found plugin path_provider at /Users/per/.pub-cache/hosted/pub.dartlang.org/path_provider-1.6.14/
[   +1 ms] Found plugin path_provider_linux at /Users/per/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2/
[   +2 ms] Found plugin path_provider_macos at /Users/per/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-0.0.4+3/
[  +15 ms] Found plugin screen at /Users/per/.pub-cache/hosted/pub.dartlang.org/screen-0.0.5/
[   +2 ms] Found plugin share at /Users/per/.pub-cache/hosted/pub.dartlang.org/share-0.6.4+5/
[   +1 ms] Found plugin shared_preferences at /Users/per/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.10/
[   +1 ms] Found plugin shared_preferences_linux at /Users/per/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-0.0.2+1/
[        ] Found plugin shared_preferences_macos at /Users/per/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-0.0.1+10/
[   +2 ms] Found plugin shared_preferences_web at /Users/per/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-0.1.2+7/
[   +3 ms] Found plugin sign_in_with_apple at /Users/per/.pub-cache/hosted/pub.dartlang.org/sign_in_with_apple-2.5.2/
[   +9 ms] Found plugin uni_links at /Users/per/.pub-cache/hosted/pub.dartlang.org/uni_links-0.4.0/
[   +1 ms] Found plugin url_launcher at /Users/per/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.5.0/
[        ] Found plugin url_launcher_linux at /Users/per/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.1+1/
[        ] Found plugin url_launcher_macos at /Users/per/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+7/
[   +1 ms] Found plugin url_launcher_web at /Users/per/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.2+1/
[   +2 ms] Found plugin vibration at /Users/per/.pub-cache/hosted/pub.dartlang.org/vibration-1.4.0/
[  +63 ms] Found plugin camera at /Users/per/.pub-cache/git/app_plugins-3a4d8ed267f6eed4a368f2b954a76ad76ac591ca/packages/camera/
[   +1 ms] Found plugin connectivity at /Users/per/.pub-cache/git/app_plugins-3a4d8ed267f6eed4a368f2b954a76ad76ac591ca/packages/connectivity/connectivity/
[   +2 ms] Found plugin native_device_orientation at /Users/per/.pub-cache/git/flutter_native_device_orientation-689eb793416d9503693e1c3f433c9cc67f2616b5/
[  +15 ms] Found plugin connectivity_for_web at /Users/per/.pub-cache/hosted/pub.dartlang.org/connectivity_for_web-0.3.1/
[        ] Found plugin connectivity_macos at /Users/per/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.1.0+3/
[   +4 ms] Found plugin device_info at /Users/per/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+7/
[   +2 ms] Found plugin esys_flutter_share at /Users/per/.pub-cache/hosted/pub.dartlang.org/esys_flutter_share-1.0.2/
[   +3 ms] Found plugin firebase_analytics at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-6.0.0/
[   +1 ms] Found plugin firebase_analytics_web at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.1.1/
[   +1 ms] Found plugin firebase_core at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.0/
[   +1 ms] Found plugin firebase_core_web at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/
[        ] Found plugin firebase_crashlytics at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_crashlytics-0.1.4+1/
[        ] Found plugin firebase_dynamic_links at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_dynamic_links-0.6.0/
[   +1 ms] Found plugin firebase_remote_config at /Users/per/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.4.0/
[   +1 ms] Found plugin flutter_facebook_login at /Users/per/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_login-3.0.0/
[   +1 ms] Found plugin flutter_keyboard_visibility at /Users/per/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-3.2.1/
[   +1 ms] Found plugin flutter_plugin_android_lifecycle at /Users/per/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.8/
[   +1 ms] Found plugin flutter_secure_storage at /Users/per/.pub-cache/hosted/pub.dartlang.org/flutter_secure_storage-3.3.3/
[        ] Found plugin flutter_sms at /Users/per/.pub-cache/hosted/pub.dartlang.org/flutter_sms-2.0.0+2/
[   +4 ms] Found plugin google_sign_in at /Users/per/.pub-cache/hosted/pub.dartlang.org/google_sign_in-4.5.3/
[   +1 ms] Found plugin google_sign_in_web at /Users/per/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.9.1+1/
[   +4 ms] Found plugin image_picker at /Users/per/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+6/
[   +9 ms] Found plugin multi_image_picker at /Users/per/.pub-cache/hosted/pub.dartlang.org/multi_image_picker-4.7.12/
[   +3 ms] Found plugin package_info at /Users/per/.pub-cache/hosted/pub.dartlang.org/package_info-0.4.3/
[   +2 ms] Found plugin path_provider at /Users/per/.pub-cache/hosted/pub.dartlang.org/path_provider-1.6.14/
[        ] Found plugin path_provider_linux at /Users/per/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2/
[        ] Found plugin path_provider_macos at /Users/per/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-0.0.4+3/
[   +9 ms] Found plugin screen at /Users/per/.pub-cache/hosted/pub.dartlang.org/screen-0.0.5/
[   +2 ms] Found plugin share at /Users/per/.pub-cache/hosted/pub.dartlang.org/share-0.6.4+5/
[   +1 ms] Found plugin shared_preferences at /Users/per/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.10/
[   +1 ms] Found plugin shared_preferences_linux at /Users/per/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-0.0.2+1/
[        ] Found plugin shared_preferences_macos at /Users/per/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-0.0.1+10/
[   +2 ms] Found plugin shared_preferences_web at /Users/per/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-0.1.2+7/
[   +1 ms] Found plugin sign_in_with_apple at /Users/per/.pub-cache/hosted/pub.dartlang.org/sign_in_with_apple-2.5.2/
[   +9 ms] Found plugin uni_links at /Users/per/.pub-cache/hosted/pub.dartlang.org/uni_links-0.4.0/
[        ] Found plugin url_launcher at /Users/per/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.5.0/
[        ] Found plugin url_launcher_linux at /Users/per/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.1+1/
[        ] Found plugin url_launcher_macos at /Users/per/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+7/
[   +1 ms] Found plugin url_launcher_web at /Users/per/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.2+1/
[   +1 ms] Found plugin vibration at /Users/per/.pub-cache/hosted/pub.dartlang.org/vibration-1.4.0/
[ +102 ms] Generating /Users/per/dev/app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[  +31 ms] ro.hardware = bullhead
[        ] ro.build.characteristics = nosdcard
[  +52 ms] Launching lib/main.dart on Nexus 5X in release mode...
[   +4 ms] executing: /Users/per/Library/Android/sdk/platform-tools/adb -s 010a2385e2d59663 shell -x logcat -v time -t 1
[  +76 ms] Exit code 0 from: /Users/per/Library/Android/sdk/platform-tools/adb -s 010a2385e2d59663 shell -x logcat -v time -t 1
[        ] --------- beginning of main
           08-27 11:12:36.648 I/zygote64(  764): Successfully killed process cgroup uid 10036 pid 9800 in 45ms
[   +2 ms] executing: /Users/per/Library/Android/sdk/platform-tools/adb -s 010a2385e2d59663 shell -x logcat -v time -t 1
[  +53 ms] Exit code 0 from: /Users/per/Library/Android/sdk/platform-tools/adb -s 010a2385e2d59663 shell -x logcat -v time -t 1
[        ] --------- beginning of main
           08-27 11:12:36.648 I/zygote64(  764): Successfully killed process cgroup uid 10036 pid 9800 in 45ms
[  +13 ms] executing: /Users/per/Library/Android/sdk/platform-tools/adb version
[   +7 ms] Android Debug Bridge version 1.0.41
           Version 30.0.4-6686687
           Installed as /Users/per/Library/Android/sdk/platform-tools/adb
[   +3 ms] executing: /Users/per/Library/Android/sdk/platform-tools/adb start-server
[   +8 ms] Building APK
[  +15 ms] Running Gradle task 'assembleRelease'...
[   +1 ms] gradle.properties already sets `android.enableR8`
[   +3 ms] Using gradle from /Users/per/dev/app/android/gradlew.
[   +1 ms] /Users/per/dev/app/android/gradlew mode: 33261 rwxr-xr-x.
[   +7 ms] executing: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist
[  +11 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist
[        ] {"CFBundleName":"Android Studio","JVMOptions":{"ClassPath":"$APP_PACKAGE\/Contents\/lib\/bootstrap.jar:$APP_PACKAGE\/Contents\/lib\/extensions.jar:$APP_PACKAGE\/Contents\/lib\/util.jar:$APP_PACKAGE\/Contents\/lib\/jdom.jar:$APP_PACKAGE\/Contents\/lib\/log4j.jar:$APP_PACKAGE\/Contents\/lib\/trove4j.jar:$APP_PACKAGE\/Contents\/lib\/jna.jar","JVMVersion":"1.8*,1.8+","WorkingDirectory":"$APP_PACKAGE\/Contents\/bin","MainClass":"com.intellij.idea.Main","Properties":{"idea.paths.selector":"AndroidStudio4.0","idea.executable":"studio","idea.platform.prefix":"AndroidStudio","idea.home.path":"$APP_PACKAGE\/Contents"}},"NSDesktopFolderUsageDescription":"An application in Android Studio requests access to the user's Desktop folder.","LSArchitecturePriority":["x86_64"],"CFBundleVersion":"AI-193.6911.18.40.6626763","CFBundleDevelopmentRegion":"English","NSCameraUsageDescription":"An application in Android Studio requests access to the device's camera.","CFBundleDocumentTypes":[{"CFBundleTypeName":"Android Studio Project File","CFBundleTypeExtensions":["ipr"],"CFBundleTypeRole":"Editor","CFBundleTypeIconFile":"studio.icns"},{"CFBundleTypeName":"All documents","CFBundleTypeExtensions":["*"],"CFBundleTypeOSTypes":["****"],"CFBundleTypeRole":"Editor","LSTypeIsPackage":false}],"NSSupportsAutomaticGraphicsSwitching":true,"CFBundlePackageType":"APPL","CFBundleIconFile":"studio.icns","NSHighResolutionCapable":true,"CFBundleShortVersionString":"4.0","NSMicrophoneUsageDescription":"An application in Android Studio requests access to the device's microphone.","CFBundleInfoDictionaryVersion":"6.0","CFBundleExecutable":"studio","NSLocationUsageDescription":"An application in Android Studio requests access to the user's location information.","LSRequiresNativeExecution":"YES","CFBundleURLTypes":[{"CFBundleTypeRole":"Editor","CFBundleURLName":"Stacktrace","CFBundleURLSchemes":["idea"]}],"CFBundleIdentifier":"com.google.android.studio","LSApplicationCategoryType":"public.app-category.developer-tools","CFBundleSignature":"????","LSMinimumSystemVersion":"10.8","NSDocumentsFolderUsageDescription":"An application in Android Studio requests access to the user's Documents folder.","NSDownloadsFolderUsageDescription":"An application in Android Studio requests access to the user's Downloads folder.","NSNetworkVolumesUsageDescription":"An application in Android Studio requests access to files on a network volume.","CFBundleGetInfoString":"Android Studio 4.0, build AI-193.6911.18.40.6626763. Copyright JetBrains s.r.o., (c) 2000-2020","NSRemovableVolumesUsageDescription":"An application in Android Studio requests access to files on a removable volume."}
[   +2 ms] executing: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[  +81 ms] Exit code 0 from: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[        ] openjdk version "1.8.0_242-release"
           OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
           OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode)
[   +1 ms] executing: [/Users/per/dev/app/android/] /Users/per/dev/app/android/gradlew -Pverbose=true -Ptarget-platform=android-arm64 -Ptarget=/Users/per/dev/app/lib/main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root assembleRelease
[+1248 ms] > Configure project :app
[        ] WARNING: The option 'android.enableR8' is deprecated and should not be used anymore.
[   +1 ms] It will be removed in a future version of the Android Gradle plugin, and will no longer allow you to disable R8.
[+4680 ms] > Task :app:compileFlutterBuildRelease
[        ] [ +188 ms] executing: [/Users/per/dev/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [  +53 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [        ] be9bc8cb3942bda5d8ef4e44b44616c470625e18
[        ] [        ] executing: [/Users/per/dev/flutter/] git tag --contains HEAD
[        ] [ +233 ms] Exit code 0 from: git tag --contains HEAD
[        ] [        ] 1.21.0-9.1.pre
[        ] [  +23 ms] executing: [/Users/per/dev/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[        ] [  +16 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] [        ] origin/beta
[        ] [        ] executing: [/Users/per/dev/flutter/] git ls-remote --get-url origin
[        ] [  +23 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] [        ] https://github.com/flutter/flutter.git
[        ] [  +85 ms] executing: [/Users/per/dev/flutter/] git rev-parse --abbrev-ref HEAD
[        ] [  +17 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] [        ] beta
[        ] [  +60 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] [   +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] [   +8 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] [        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] [ +151 ms] Initializing file store
[        ] [  +33 ms] Skipping target: gen_localizations
[        ] [  +11 ms] kernel_snapshot: Starting due to {}
[        ] [  +71 ms] /Users/per/dev/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /Users/per/dev/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/per/dev/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk_product/ --target=flutter -Ddart.developer.causal_async_stacks=false -Ddart.vm.profile=false -Ddart.vm.product=true --bytecode-options=source-positions --aot --tfa --packages /Users/per/dev/app/.packages --output-dill /Users/per/dev/app/.dart_tool/flutter_build/267fb1ce5d933152ebeffc0638acf6df/app.dill --depfile /Users/per/dev/app/.dart_tool/flutter_build/267fb1ce5d933152ebeffc0638acf6df/kernel_snapshot.d package:car_info/main.dart
[+44488 ms] [+45169 ms] kernel_snapshot: Complete
[+1200 ms] [+1241 ms] aot_android_asset_bundle: Starting due to {}
[ +400 ms] [ +336 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.
[        ] [  +24 ms] android_aot_release_android-arm64: Starting due to {InvalidatedReason.inputChanged}
[        ] [   +7 ms] executing: /Users/per/dev/flutter/bin/cache/artifacts/engine/android-arm64-release/darwin-x64/gen_snapshot --deterministic --snapshot_kind=app-aot-elf --elf=/Users/per/dev/app/.dart_tool/flutter_build/267fb1ce5d933152ebeffc0638acf6df/arm64-v8a/app.so --strip --no-causal-async-stacks --lazy-async-stacks /Users/per/dev/app/.dart_tool/flutter_build/267fb1ce5d933152ebeffc0638acf6df/app.dill
[        ] [   +1 ms] aot_android_asset_bundle: Complete
[+30998 ms] [+30984 ms] android_aot_release_android-arm64: Complete
[ +101 ms] [ +151 ms] android_aot_bundle_release_android-arm64: Starting due to {InvalidatedReason.inputChanged}
[  +98 ms] [  +14 ms] android_aot_bundle_release_android-arm64: Complete
[ +100 ms] [ +136 ms] Persisting file store
[        ] [  +19 ms] Done persisting file store
[        ] [  +16 ms] build succeeded.
[ +101 ms] [  +18 ms] "flutter assemble" took 78,418ms.
[        ] [   +5 ms] ensureAnalyticsSent: 0ms
[        ] [   +1 ms] Running shutdown hooks
[        ] [        ] Shutdown hooks complete
[        ] [        ] exiting with code 0
[ +697 ms] > Task :app:packLibsflutterBuildRelease
[        ] > Task :app:preBuild UP-TO-DATE
[        ] > Task :app:preReleaseBuild UP-TO-DATE
[   +1 ms] > Task :camera:preBuild UP-TO-DATE
[        ] > Task :camera:preReleaseBuild UP-TO-DATE
[        ] > Task :camera:compileReleaseAidl NO-SOURCE
[        ] > Task :connectivity:preBuild UP-TO-DATE
[        ] > Task :connectivity:preReleaseBuild UP-TO-DATE
[        ] > Task :device_info:preBuild UP-TO-DATE
[        ] > Task :device_info:preReleaseBuild UP-TO-DATE
[ +101 ms] > Task :connectivity:compileReleaseAidl NO-SOURCE
[        ] > Task :device_info:compileReleaseAidl NO-SOURCE
[        ] > Task :esys_flutter_share:preBuild UP-TO-DATE
[        ] > Task :esys_flutter_share:preReleaseBuild UP-TO-DATE
[        ] > Task :path_provider:preBuild UP-TO-DATE
[        ] > Task :path_provider:preReleaseBuild UP-TO-DATE
[        ] > Task :path_provider:compileReleaseAidl NO-SOURCE
[        ] > Task :esys_flutter_share:compileReleaseAidl NO-SOURCE
[        ] > Task :firebase_analytics:preBuild UP-TO-DATE
[        ] > Task :firebase_analytics:preReleaseBuild UP-TO-DATE
[        ] > Task :firebase_core:preBuild UP-TO-DATE
[        ] > Task :firebase_core:preReleaseBuild UP-TO-DATE
[        ] > Task :firebase_core:compileReleaseAidl NO-SOURCE
[        ] > Task :firebase_analytics:compileReleaseAidl NO-SOURCE
[        ] > Task :firebase_crashlytics:preBuild UP-TO-DATE
[        ] > Task :firebase_crashlytics:preReleaseBuild UP-TO-DATE
[        ] > Task :firebase_dynamic_links:preBuild UP-TO-DATE
[        ] > Task :firebase_dynamic_links:preReleaseBuild UP-TO-DATE
[        ] > Task :firebase_dynamic_links:compileReleaseAidl NO-SOURCE
[        ] > Task :firebase_remote_config:preBuild UP-TO-DATE
[        ] > Task :firebase_remote_config:preReleaseBuild UP-TO-DATE
[        ] > Task :firebase_remote_config:compileReleaseAidl NO-SOURCE
[        ] > Task :flutter_facebook_login:preBuild UP-TO-DATE
[        ] > Task :flutter_facebook_login:preReleaseBuild UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:preBuild UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:preReleaseBuild UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:compileReleaseAidl NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:preBuild UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:preReleaseBuild UP-TO-DATE
[        ] > Task :flutter_facebook_login:compileReleaseAidl NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:compileReleaseAidl NO-SOURCE
[        ] > Task :firebase_crashlytics:compileReleaseAidl NO-SOURCE
[        ] > Task :flutter_secure_storage:preBuild UP-TO-DATE
[        ] > Task :flutter_secure_storage:preReleaseBuild UP-TO-DATE
[        ] > Task :flutter_secure_storage:compileReleaseAidl NO-SOURCE
[        ] > Task :flutter_sms:preBuild UP-TO-DATE
[        ] > Task :flutter_sms:preReleaseBuild UP-TO-DATE
[        ] > Task :url_launcher:preBuild UP-TO-DATE
[        ] > Task :url_launcher:preReleaseBuild UP-TO-DATE
[        ] > Task :url_launcher:compileReleaseAidl NO-SOURCE
[        ] > Task :flutter_sms:compileReleaseAidl NO-SOURCE
[        ] > Task :google_sign_in:preBuild UP-TO-DATE
[        ] > Task :google_sign_in:preReleaseBuild UP-TO-DATE
[        ] > Task :image_picker:preBuild UP-TO-DATE
[        ] > Task :image_picker:preReleaseBuild UP-TO-DATE
[        ] > Task :image_picker:compileReleaseAidl NO-SOURCE
[        ] > Task :multi_image_picker:preBuild UP-TO-DATE
[        ] > Task :multi_image_picker:preReleaseBuild UP-TO-DATE
[        ] > Task :native_device_orientation:preBuild UP-TO-DATE
[        ] > Task :native_device_orientation:preReleaseBuild UP-TO-DATE
[        ] > Task :native_device_orientation:compileReleaseAidl NO-SOURCE
[        ] > Task :package_info:preBuild UP-TO-DATE
[        ] > Task :package_info:preReleaseBuild UP-TO-DATE
[        ] > Task :package_info:compileReleaseAidl NO-SOURCE
[        ] > Task :screen:preBuild UP-TO-DATE
[        ] > Task :screen:preReleaseBuild UP-TO-DATE
[        ] > Task :screen:compileReleaseAidl NO-SOURCE
[  +84 ms] > Task :share:preBuild UP-TO-DATE
[        ] > Task :share:preReleaseBuild UP-TO-DATE
[        ] > Task :share:compileReleaseAidl NO-SOURCE
[        ] > Task :shared_preferences:preBuild UP-TO-DATE
[        ] > Task :shared_preferences:preReleaseBuild UP-TO-DATE
[        ] > Task :shared_preferences:compileReleaseAidl NO-SOURCE
[        ] > Task :google_sign_in:compileReleaseAidl NO-SOURCE
[        ] > Task :sign_in_with_apple:preBuild UP-TO-DATE
[        ] > Task :sign_in_with_apple:preReleaseBuild UP-TO-DATE
[        ] > Task :sign_in_with_apple:compileReleaseAidl NO-SOURCE
[        ] > Task :multi_image_picker:compileReleaseAidl NO-SOURCE
[        ] > Task :uni_links:preBuild UP-TO-DATE
[        ] > Task :uni_links:preReleaseBuild UP-TO-DATE
[        ] > Task :uni_links:compileReleaseAidl NO-SOURCE
[        ] > Task :vibration:preBuild UP-TO-DATE
[        ] > Task :vibration:preReleaseBuild UP-TO-DATE
[        ] > Task :vibration:compileReleaseAidl NO-SOURCE
[        ] > Task :app:compileReleaseAidl NO-SOURCE
[        ] > Task :camera:packageReleaseRenderscript NO-SOURCE
[        ] > Task :connectivity:packageReleaseRenderscript NO-SOURCE
[        ] > Task :device_info:packageReleaseRenderscript NO-SOURCE
[        ] > Task :esys_flutter_share:packageReleaseRenderscript NO-SOURCE
[        ] > Task :firebase_analytics:packageReleaseRenderscript NO-SOURCE
[        ] > Task :firebase_core:packageReleaseRenderscript NO-SOURCE
[        ] > Task :firebase_crashlytics:packageReleaseRenderscript NO-SOURCE
[        ] > Task :firebase_dynamic_links:packageReleaseRenderscript NO-SOURCE
[        ] > Task :firebase_remote_config:packageReleaseRenderscript NO-SOURCE
[        ] > Task :flutter_facebook_login:packageReleaseRenderscript NO-SOURCE
[        ] > Task :flutter_keyboard_visibility:packageReleaseRenderscript NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:packageReleaseRenderscript NO-SOURCE
[        ] > Task :flutter_secure_storage:packageReleaseRenderscript NO-SOURCE
[        ] > Task :flutter_sms:packageReleaseRenderscript NO-SOURCE
[        ] > Task :google_sign_in:packageReleaseRenderscript NO-SOURCE
[        ] > Task :image_picker:packageReleaseRenderscript NO-SOURCE
[        ] > Task :multi_image_picker:packageReleaseRenderscript NO-SOURCE
[        ] > Task :native_device_orientation:packageReleaseRenderscript NO-SOURCE
[        ] > Task :package_info:packageReleaseRenderscript NO-SOURCE
[        ] > Task :path_provider:packageReleaseRenderscript NO-SOURCE
[        ] > Task :screen:packageReleaseRenderscript NO-SOURCE
[        ] > Task :share:packageReleaseRenderscript NO-SOURCE
[        ] > Task :shared_preferences:packageReleaseRenderscript NO-SOURCE
[        ] > Task :sign_in_with_apple:packageReleaseRenderscript NO-SOURCE
[        ] > Task :uni_links:packageReleaseRenderscript NO-SOURCE
[        ] > Task :url_launcher:packageReleaseRenderscript NO-SOURCE
[        ] > Task :vibration:packageReleaseRenderscript NO-SOURCE
[        ] > Task :app:compileReleaseRenderscript NO-SOURCE
[        ] > Task :app:generateReleaseBuildConfig
[        ] > Task :app:cleanMergeReleaseAssets UP-TO-DATE
[  +93 ms] > Task :app:mergeReleaseShaders
[        ] > Task :app:compileReleaseShaders
[        ] > Task :app:generateReleaseAssets
[        ] > Task :camera:mergeReleaseShaders
[        ] > Task :camera:compileReleaseShaders
[        ] > Task :camera:generateReleaseAssets
[        ] > Task :camera:packageReleaseAssets
[        ] > Task :connectivity:mergeReleaseShaders
[        ] > Task :connectivity:compileReleaseShaders
[        ] > Task :connectivity:generateReleaseAssets
[        ] > Task :connectivity:packageReleaseAssets
[        ] > Task :device_info:mergeReleaseShaders
[        ] > Task :device_info:compileReleaseShaders
[        ] > Task :device_info:generateReleaseAssets
[        ] > Task :device_info:packageReleaseAssets
[        ] > Task :esys_flutter_share:mergeReleaseShaders
[        ] > Task :esys_flutter_share:compileReleaseShaders
[        ] > Task :esys_flutter_share:generateReleaseAssets
[        ] > Task :esys_flutter_share:packageReleaseAssets
[        ] > Task :firebase_analytics:mergeReleaseShaders
[        ] > Task :firebase_analytics:compileReleaseShaders
[        ] > Task :firebase_analytics:generateReleaseAssets
[        ] > Task :firebase_analytics:packageReleaseAssets
[        ] > Task :firebase_core:mergeReleaseShaders
[        ] > Task :firebase_core:compileReleaseShaders
[        ] > Task :firebase_core:generateReleaseAssets
[        ] > Task :firebase_core:packageReleaseAssets
[        ] > Task :firebase_crashlytics:mergeReleaseShaders
[        ] > Task :firebase_crashlytics:compileReleaseShaders
[        ] > Task :firebase_crashlytics:generateReleaseAssets
[        ] > Task :firebase_crashlytics:packageReleaseAssets
[        ] > Task :firebase_dynamic_links:mergeReleaseShaders
[        ] > Task :firebase_dynamic_links:compileReleaseShaders
[        ] > Task :firebase_dynamic_links:generateReleaseAssets
[  +91 ms] > Task :firebase_dynamic_links:packageReleaseAssets
[        ] > Task :firebase_remote_config:mergeReleaseShaders
[        ] > Task :firebase_remote_config:compileReleaseShaders
[        ] > Task :firebase_remote_config:generateReleaseAssets
[        ] > Task :firebase_remote_config:packageReleaseAssets
[        ] > Task :flutter_facebook_login:mergeReleaseShaders
[        ] > Task :flutter_facebook_login:compileReleaseShaders
[        ] > Task :flutter_facebook_login:generateReleaseAssets
[        ] > Task :flutter_facebook_login:packageReleaseAssets
[        ] > Task :flutter_keyboard_visibility:mergeReleaseShaders
[        ] > Task :flutter_keyboard_visibility:compileReleaseShaders
[        ] > Task :flutter_keyboard_visibility:generateReleaseAssets
[        ] > Task :flutter_keyboard_visibility:packageReleaseAssets
[        ] > Task :flutter_plugin_android_lifecycle:mergeReleaseShaders
[        ] > Task :flutter_plugin_android_lifecycle:compileReleaseShaders
[        ] > Task :flutter_plugin_android_lifecycle:generateReleaseAssets
[        ] > Task :flutter_plugin_android_lifecycle:packageReleaseAssets
[        ] > Task :flutter_secure_storage:mergeReleaseShaders
[        ] > Task :flutter_secure_storage:compileReleaseShaders
[        ] > Task :flutter_secure_storage:generateReleaseAssets
[        ] > Task :flutter_secure_storage:packageReleaseAssets
[        ] > Task :flutter_sms:mergeReleaseShaders
[        ] > Task :flutter_sms:compileReleaseShaders
[        ] > Task :flutter_sms:generateReleaseAssets
[        ] > Task :flutter_sms:packageReleaseAssets
[        ] > Task :google_sign_in:mergeReleaseShaders
[        ] > Task :google_sign_in:compileReleaseShaders
[        ] > Task :google_sign_in:generateReleaseAssets
[        ] > Task :google_sign_in:packageReleaseAssets
[        ] > Task :image_picker:mergeReleaseShaders
[        ] > Task :image_picker:compileReleaseShaders
[        ] > Task :image_picker:generateReleaseAssets
[        ] > Task :image_picker:packageReleaseAssets
[        ] > Task :multi_image_picker:mergeReleaseShaders
[        ] > Task :multi_image_picker:compileReleaseShaders
[        ] > Task :multi_image_picker:generateReleaseAssets
[        ] > Task :multi_image_picker:packageReleaseAssets
[        ] > Task :native_device_orientation:mergeReleaseShaders
[  +93 ms] > Task :native_device_orientation:compileReleaseShaders
[        ] > Task :native_device_orientation:generateReleaseAssets
[        ] > Task :native_device_orientation:packageReleaseAssets
[        ] > Task :package_info:mergeReleaseShaders
[        ] > Task :package_info:compileReleaseShaders
[        ] > Task :package_info:generateReleaseAssets
[        ] > Task :package_info:packageReleaseAssets
[        ] > Task :path_provider:mergeReleaseShaders
[        ] > Task :path_provider:compileReleaseShaders
[        ] > Task :path_provider:generateReleaseAssets
[        ] > Task :path_provider:packageReleaseAssets
[        ] > Task :screen:mergeReleaseShaders
[        ] > Task :screen:compileReleaseShaders
[        ] > Task :screen:generateReleaseAssets
[        ] > Task :screen:packageReleaseAssets
[        ] > Task :share:mergeReleaseShaders
[        ] > Task :share:compileReleaseShaders
[        ] > Task :share:generateReleaseAssets
[        ] > Task :share:packageReleaseAssets
[        ] > Task :shared_preferences:mergeReleaseShaders
[        ] > Task :shared_preferences:compileReleaseShaders
[        ] > Task :shared_preferences:generateReleaseAssets
[        ] > Task :shared_preferences:packageReleaseAssets
[        ] > Task :sign_in_with_apple:mergeReleaseShaders
[        ] > Task :sign_in_with_apple:compileReleaseShaders
[        ] > Task :sign_in_with_apple:generateReleaseAssets
[        ] > Task :sign_in_with_apple:packageReleaseAssets
[        ] > Task :uni_links:mergeReleaseShaders
[        ] > Task :uni_links:compileReleaseShaders
[        ] > Task :uni_links:generateReleaseAssets
[        ] > Task :uni_links:packageReleaseAssets
[        ] > Task :url_launcher:mergeReleaseShaders
[        ] > Task :url_launcher:compileReleaseShaders
[        ] > Task :url_launcher:generateReleaseAssets
[        ] > Task :url_launcher:packageReleaseAssets
[        ] > Task :vibration:mergeReleaseShaders
[        ] > Task :vibration:compileReleaseShaders
[        ] > Task :vibration:generateReleaseAssets
[        ] > Task :vibration:packageReleaseAssets
[        ] > Task :app:mergeReleaseAssets
[  +91 ms] > Task :app:copyFlutterAssetsRelease
[        ] > Task :app:mainApkListPersistenceRelease
[        ] > Task :app:processReleaseGoogleServices
[        ] Parsing json file: /Users/per/dev/app/android/app/google-services.json
[        ] > Task :app:createReleaseCompatibleScreenManifests
[        ] > Task :app:extractDeepLinksRelease
[        ] > Task :camera:extractDeepLinksRelease
[        ] > Task :connectivity:extractDeepLinksRelease
[        ] > Task :device_info:extractDeepLinksRelease
[        ] > Task :esys_flutter_share:extractDeepLinksRelease
[  +98 ms] > Task :firebase_analytics:extractDeepLinksRelease
[        ] > Task :connectivity:processReleaseManifest
[        ] > Task :firebase_core:extractDeepLinksRelease
[        ] > Task :device_info:processReleaseManifest
[        ] > Task :firebase_crashlytics:extractDeepLinksRelease
[        ] > Task :firebase_dynamic_links:extractDeepLinksRelease
[        ] > Task :firebase_analytics:processReleaseManifest
[        ] > Task :firebase_remote_config:extractDeepLinksRelease
[        ] > Task :flutter_facebook_login:extractDeepLinksRelease
[        ] > Task :esys_flutter_share:processReleaseManifest
[        ] > Task :flutter_keyboard_visibility:extractDeepLinksRelease
[        ] > Task :firebase_remote_config:processReleaseManifest
[        ] > Task :flutter_plugin_android_lifecycle:extractDeepLinksRelease
[        ] > Task :flutter_facebook_login:processReleaseManifest
[        ] > Task :flutter_secure_storage:extractDeepLinksRelease
[        ] > Task :flutter_keyboard_visibility:processReleaseManifest
[        ] > Task :flutter_sms:extractDeepLinksRelease
[        ] > Task :firebase_core:processReleaseManifest
[        ] > Task :flutter_secure_storage:processReleaseManifest
[        ] > Task :google_sign_in:extractDeepLinksRelease
[        ] > Task :flutter_plugin_android_lifecycle:processReleaseManifest
[        ] > Task :image_picker:extractDeepLinksRelease
[  +95 ms] > Task :flutter_sms:processReleaseManifest
[        ] > Task :multi_image_picker:extractDeepLinksRelease
[        ] > Task :google_sign_in:processReleaseManifest
[        ] > Task :native_device_orientation:extractDeepLinksRelease
[        ] > Task :package_info:extractDeepLinksRelease
[        ] > Task :firebase_dynamic_links:processReleaseManifest
[        ] > Task :path_provider:extractDeepLinksRelease
[        ] > Task :firebase_crashlytics:processReleaseManifest
[        ] > Task :screen:extractDeepLinksRelease
[        ] > Task :image_picker:processReleaseManifest
[        ] > Task :share:extractDeepLinksRelease
[        ] > Task :path_provider:processReleaseManifest
[        ] > Task :shared_preferences:extractDeepLinksRelease
[        ] > Task :screen:processReleaseManifest
[        ] > Task :sign_in_with_apple:extractDeepLinksRelease
[        ] > Task :uni_links:extractDeepLinksRelease
[        ] > Task :package_info:processReleaseManifest
[        ] > Task :url_launcher:extractDeepLinksRelease
[        ] > Task :shared_preferences:processReleaseManifest
[        ] > Task :vibration:extractDeepLinksRelease
[        ] > Task :share:processReleaseManifest
[        ] > Task :app:generateReleaseResValues
[        ] > Task :app:generateReleaseResources
[        ] > Task :url_launcher:processReleaseManifest
[        ] > Task :camera:processReleaseManifest
[  +97 ms] > Task :sign_in_with_apple:processReleaseManifest
[        ] > Task :uni_links:processReleaseManifest
[        ] > Task :camera:compileReleaseRenderscript NO-SOURCE
[        ] > Task :vibration:processReleaseManifest
[        ] > Task :camera:generateReleaseResValues
[        ] > Task :camera:generateReleaseResources
[        ] > Task :camera:packageReleaseResources
[        ] > Task :native_device_orientation:processReleaseManifest
[        ] > Task :connectivity:generateReleaseResValues
[        ] > Task :connectivity:compileReleaseRenderscript NO-SOURCE
[        ] > Task :connectivity:generateReleaseResources
[        ] > Task :connectivity:packageReleaseResources
[        ] > Task :multi_image_picker:processReleaseManifest
[ +195 ms] > Task :app:processReleaseManifest
[        ] > Task :app:fabricGenerateResourcesRelease
[        ] > Task :device_info:generateReleaseResValues
[        ] > Task :device_info:compileReleaseRenderscript NO-SOURCE
[        ] > Task :device_info:generateReleaseResources
[        ] > Task :device_info:packageReleaseResources
[        ] > Task :esys_flutter_share:generateReleaseResValues
[        ] > Task :esys_flutter_share:compileReleaseRenderscript NO-SOURCE
[        ] > Task :esys_flutter_share:generateReleaseResources
[        ] > Task :esys_flutter_share:packageReleaseResources
[        ] > Task :firebase_analytics:generateReleaseResValues
[        ] > Task :firebase_analytics:compileReleaseRenderscript NO-SOURCE
[        ] > Task :firebase_analytics:generateReleaseResources
[ +100 ms] > Task :firebase_analytics:packageReleaseResources
[        ] > Task :firebase_core:generateReleaseResValues
[        ] > Task :firebase_core:compileReleaseRenderscript NO-SOURCE
[        ] > Task :firebase_core:generateReleaseResources
[        ] > Task :firebase_core:packageReleaseResources
[        ] > Task :firebase_crashlytics:generateReleaseResValues
[        ] > Task :firebase_crashlytics:compileReleaseRenderscript NO-SOURCE
[        ] > Task :firebase_crashlytics:generateReleaseResources
[        ] > Task :firebase_crashlytics:packageReleaseResources
[        ] > Task :firebase_dynamic_links:generateReleaseResValues
[        ] > Task :firebase_dynamic_links:compileReleaseRenderscript NO-SOURCE
[        ] > Task :firebase_dynamic_links:generateReleaseResources
[        ] > Task :firebase_dynamic_links:packageReleaseResources
[        ] > Task :firebase_remote_config:generateReleaseResValues
[        ] > Task :firebase_remote_config:compileReleaseRenderscript NO-SOURCE
[        ] > Task :firebase_remote_config:generateReleaseResources
[        ] > Task :firebase_remote_config:packageReleaseResources
[        ] > Task :flutter_facebook_login:generateReleaseResValues
[        ] > Task :flutter_facebook_login:compileReleaseRenderscript NO-SOURCE
[        ] > Task :flutter_facebook_login:generateReleaseResources
[        ] > Task :flutter_facebook_login:packageReleaseResources
[        ] > Task :flutter_keyboard_visibility:generateReleaseResValues
[        ] > Task :flutter_keyboard_visibility:compileReleaseRenderscript NO-SOURCE
[        ] > Task :flutter_keyboard_visibility:generateReleaseResources
[        ] > Task :flutter_keyboard_visibility:packageReleaseResources
[        ] > Task :flutter_plugin_android_lifecycle:generateReleaseResValues
[        ] > Task :flutter_plugin_android_lifecycle:compileReleaseRenderscript NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:generateReleaseResources
[        ] > Task :flutter_plugin_android_lifecycle:packageReleaseResources
[        ] > Task :flutter_secure_storage:generateReleaseResValues
[        ] > Task :flutter_secure_storage:compileReleaseRenderscript NO-SOURCE
[        ] > Task :flutter_secure_storage:generateReleaseResources
[        ] > Task :flutter_secure_storage:packageReleaseResources
[        ] > Task :flutter_sms:generateReleaseResValues
[        ] > Task :flutter_sms:compileReleaseRenderscript NO-SOURCE
[        ] > Task :flutter_sms:generateReleaseResources
[        ] > Task :flutter_sms:packageReleaseResources
[        ] > Task :google_sign_in:generateReleaseResValues
[        ] > Task :google_sign_in:compileReleaseRenderscript NO-SOURCE
[        ] > Task :google_sign_in:generateReleaseResources
[  +87 ms] > Task :google_sign_in:packageReleaseResources
[        ] > Task :image_picker:generateReleaseResValues
[        ] > Task :image_picker:compileReleaseRenderscript NO-SOURCE
[        ] > Task :image_picker:generateReleaseResources
[        ] > Task :image_picker:packageReleaseResources
[        ] > Task :multi_image_picker:generateReleaseResValues
[        ] > Task :multi_image_picker:compileReleaseRenderscript NO-SOURCE
[        ] > Task :multi_image_picker:generateReleaseResources
[        ] > Task :multi_image_picker:packageReleaseResources
[        ] > Task :native_device_orientation:generateReleaseResValues
[        ] > Task :native_device_orientation:compileReleaseRenderscript NO-SOURCE
[        ] > Task :native_device_orientation:generateReleaseResources
[        ] > Task :native_device_orientation:packageReleaseResources
[        ] > Task :package_info:generateReleaseResValues
[        ] > Task :package_info:compileReleaseRenderscript NO-SOURCE
[        ] > Task :package_info:generateReleaseResources
[        ] > Task :package_info:packageReleaseResources
[        ] > Task :path_provider:generateReleaseResValues
[        ] > Task :path_provider:compileReleaseRenderscript NO-SOURCE
[        ] > Task :path_provider:generateReleaseResources
[        ] > Task :path_provider:packageReleaseResources
[        ] > Task :screen:generateReleaseResValues
[        ] > Task :screen:compileReleaseRenderscript NO-SOURCE
[        ] > Task :screen:generateReleaseResources
[        ] > Task :screen:packageReleaseResources
[        ] > Task :share:generateReleaseResValues
[        ] > Task :share:compileReleaseRenderscript NO-SOURCE
[        ] > Task :share:generateReleaseResources
[        ] > Task :share:packageReleaseResources
[        ] > Task :shared_preferences:generateReleaseResValues
[        ] > Task :shared_preferences:compileReleaseRenderscript NO-SOURCE
[        ] > Task :shared_preferences:generateReleaseResources
[ +101 ms] > Task :shared_preferences:packageReleaseResources
[        ] > Task :sign_in_with_apple:generateReleaseResValues
[        ] > Task :sign_in_with_apple:compileReleaseRenderscript NO-SOURCE
[        ] > Task :sign_in_with_apple:generateReleaseResources
[        ] > Task :sign_in_with_apple:packageReleaseResources
[        ] > Task :uni_links:generateReleaseResValues
[        ] > Task :uni_links:compileReleaseRenderscript NO-SOURCE
[        ] > Task :uni_links:generateReleaseResources
[        ] > Task :uni_links:packageReleaseResources
[        ] > Task :url_launcher:generateReleaseResValues
[        ] > Task :url_launcher:compileReleaseRenderscript NO-SOURCE
[        ] > Task :url_launcher:generateReleaseResources
[        ] > Task :url_launcher:packageReleaseResources
[        ] > Task :vibration:generateReleaseResValues
[        ] > Task :vibration:compileReleaseRenderscript NO-SOURCE
[        ] > Task :vibration:generateReleaseResources
[        ] > Task :vibration:packageReleaseResources
[+1092 ms] > Task :camera:compileReleaseLibraryResources
[        ] > Task :camera:parseReleaseLocalResources
[        ] > Task :device_info:compileReleaseLibraryResources
[        ] > Task :connectivity:parseReleaseLocalResources
[        ] > Task :connectivity:compileReleaseLibraryResources
[        ] > Task :device_info:parseReleaseLocalResources
[        ] > Task :esys_flutter_share:compileReleaseLibraryResources
[        ] > Task :esys_flutter_share:parseReleaseLocalResources
[        ] > Task :path_provider:parseReleaseLocalResources
[        ] > Task :firebase_analytics:compileReleaseLibraryResources
[        ] > Task :connectivity:generateReleaseRFile
[        ] > Task :camera:generateReleaseRFile
[        ] > Task :device_info:generateReleaseRFile
[        ] > Task :firebase_analytics:parseReleaseLocalResources
[        ] > Task :firebase_core:compileReleaseLibraryResources
[        ] > Task :path_provider:generateReleaseRFile
[  +95 ms] > Task :app:mergeReleaseResources
[        ] > Task :firebase_crashlytics:compileReleaseLibraryResources
[        ] > Task :esys_flutter_share:generateReleaseRFile
[        ] > Task :firebase_core:parseReleaseLocalResources
[        ] > Task :firebase_crashlytics:parseReleaseLocalResources
[        ] > Task :firebase_dynamic_links:compileReleaseLibraryResources
[        ] > Task :firebase_dynamic_links:parseReleaseLocalResources
[        ] > Task :firebase_core:generateReleaseRFile
[        ] > Task :firebase_remote_config:compileReleaseLibraryResources
[        ] > Task :firebase_crashlytics:generateReleaseRFile
[        ] > Task :firebase_remote_config:parseReleaseLocalResources
[        ] > Task :firebase_analytics:generateReleaseRFile
[        ] > Task :flutter_facebook_login:compileReleaseLibraryResources
[  +97 ms] > Task :flutter_keyboard_visibility:compileReleaseLibraryResources
[        ] > Task :firebase_dynamic_links:generateReleaseRFile
[        ] > Task :flutter_keyboard_visibility:parseReleaseLocalResources
[        ] > Task :flutter_facebook_login:parseReleaseLocalResources
[        ] > Task :flutter_plugin_android_lifecycle:parseReleaseLocalResources
[        ] > Task :flutter_keyboard_visibility:generateReleaseRFile
[        ] > Task :flutter_secure_storage:compileReleaseLibraryResources
[        ] > Task :firebase_remote_config:generateReleaseRFile
[        ] > Task :flutter_secure_storage:parseReleaseLocalResources
[        ] > Task :flutter_sms:compileReleaseLibraryResources
[        ] > Task :flutter_plugin_android_lifecycle:generateReleaseRFile
[        ] > Task :flutter_plugin_android_lifecycle:compileReleaseLibraryResources
[        ] > Task :url_launcher:parseReleaseLocalResources
[        ] > Task :flutter_sms:parseReleaseLocalResources
[        ] > Task :flutter_secure_storage:generateReleaseRFile
[        ] > Task :google_sign_in:compileReleaseLibraryResources
[        ] > Task :google_sign_in:parseReleaseLocalResources
[        ] > Task :image_picker:compileReleaseLibraryResources
[        ] > Task :flutter_facebook_login:generateReleaseRFile
[        ] > Task :url_launcher:generateReleaseRFile
[  +98 ms] > Task :image_picker:parseReleaseLocalResources
[        ] > Task :multi_image_picker:compileReleaseLibraryResources
[  +97 ms] > Task :google_sign_in:generateReleaseRFile
[        ] > Task :multi_image_picker:parseReleaseLocalResources
[        ] > Task :native_device_orientation:compileReleaseLibraryResources
[        ] > Task :flutter_sms:generateReleaseRFile
[        ] > Task :native_device_orientation:parseReleaseLocalResources
[        ] > Task :image_picker:generateReleaseRFile
[        ] > Task :package_info:compileReleaseLibraryResources
[        ] > Task :path_provider:compileReleaseLibraryResources
[        ] > Task :package_info:parseReleaseLocalResources
[        ] > Task :screen:compileReleaseLibraryResources
[        ] > Task :native_device_orientation:generateReleaseRFile
[        ] > Task :screen:parseReleaseLocalResources
[        ] > Task :share:compileReleaseLibraryResources
[        ] > Task :share:parseReleaseLocalResources
[        ] > Task :shared_preferences:compileReleaseLibraryResources
[        ] > Task :package_info:generateReleaseRFile
[        ] > Task :multi_image_picker:generateReleaseRFile
[        ] > Task :sign_in_with_apple:compileReleaseLibraryResources
[        ] > Task :screen:generateReleaseRFile
[        ] > Task :shared_preferences:parseReleaseLocalResources
[  +95 ms] > Task :share:generateReleaseRFile
[        ] > Task :sign_in_with_apple:parseReleaseLocalResources
[        ] > Task :uni_links:compileReleaseLibraryResources
[        ] > Task :shared_preferences:generateReleaseRFile
[        ] > Task :url_launcher:compileReleaseLibraryResources
[        ] > Task :uni_links:parseReleaseLocalResources
[        ] > Task :vibration:compileReleaseLibraryResources
[        ] > Task :sign_in_with_apple:generateReleaseRFile
[        ] > Task :camera:generateReleaseBuildConfig
[        ] > Task :vibration:parseReleaseLocalResources
[        ] > Task :uni_links:generateReleaseRFile
[        ] > Task :connectivity:generateReleaseBuildConfig
[        ] > Task :device_info:generateReleaseBuildConfig
[        ] > Task :camera:javaPreCompileRelease
[        ] > Task :vibration:generateReleaseRFile
[+1098 ms] > Task :app:processReleaseResources
[ +299 ms] > Task :camera:compileReleaseJavaWithJavac
[        ] > Task :connectivity:javaPreCompileRelease
[        ] > Task :connectivity:compileReleaseJavaWithJavac
[        ] > Task :camera:bundleLibCompileRelease
[        ] > Task :device_info:javaPreCompileRelease
[ +102 ms] > Task :device_info:compileReleaseJavaWithJavac
[        ] > Task :connectivity:bundleLibCompileRelease
[        ] > Task :esys_flutter_share:generateReleaseBuildConfig
[        ] > Task :device_info:bundleLibCompileRelease
[        ] > Task :path_provider:generateReleaseBuildConfig
[        ] > Task :path_provider:javaPreCompileRelease
[        ] > Task :path_provider:compileReleaseJavaWithJavac
[        ] > Task :firebase_analytics:generateReleaseBuildConfig
[        ] > Task :path_provider:bundleLibCompileRelease
[        ] > Task :firebase_core:generateReleaseBuildConfig
[        ] > Task :esys_flutter_share:javaPreCompileRelease
[  +94 ms] > Task :esys_flutter_share:compileReleaseJavaWithJavac
[        ] > Task :firebase_core:javaPreCompileRelease
[ +199 ms] > Task :firebase_core:compileReleaseJavaWithJavac
[        ] > Task :esys_flutter_share:bundleLibCompileRelease
[        ] > Task :firebase_crashlytics:generateReleaseBuildConfig
[        ] > Task :firebase_dynamic_links:generateReleaseBuildConfig
[        ] > Task :firebase_core:bundleLibCompileRelease
[        ] > Task :firebase_crashlytics:javaPreCompileRelease
[        ] > Task :firebase_crashlytics:compileReleaseJavaWithJavac
[        ] > Task :firebase_analytics:javaPreCompileRelease
[  +99 ms] > Task :firebase_analytics:compileReleaseJavaWithJavac
[  +99 ms] > Task :firebase_dynamic_links:javaPreCompileRelease
[        ] > Task :firebase_dynamic_links:compileReleaseJavaWithJavac
[        ] > Task :firebase_analytics:bundleLibCompileRelease
[        ] > Task :firebase_crashlytics:bundleLibCompileRelease
[        ] > Task :firebase_remote_config:generateReleaseBuildConfig
[  +99 ms] > Task :firebase_dynamic_links:bundleLibCompileRelease
[        ] > Task :flutter_facebook_login:generateReleaseBuildConfig
[        ] > Task :firebase_remote_config:javaPreCompileRelease
[  +99 ms] > Task :firebase_remote_config:compileReleaseJavaWithJavac
[        ] > Task :flutter_keyboard_visibility:generateReleaseBuildConfig
[        ] > Task :flutter_facebook_login:javaPreCompileRelease
[  +98 ms] > Task :flutter_facebook_login:compileReleaseJavaWithJavac
[        ] > Task :firebase_remote_config:bundleLibCompileRelease
[        ] > Task :flutter_keyboard_visibility:javaPreCompileRelease
[ +101 ms] > Task :flutter_keyboard_visibility:compileReleaseJavaWithJavac
[        ] > Task :flutter_plugin_android_lifecycle:generateReleaseBuildConfig
[        ] > Task :flutter_facebook_login:bundleLibCompileRelease
[        ] > Task :flutter_keyboard_visibility:bundleLibCompileRelease
[        ] > Task :flutter_secure_storage:generateReleaseBuildConfig
[        ] > Task :flutter_plugin_android_lifecycle:javaPreCompileRelease
[        ] > Task :flutter_plugin_android_lifecycle:compileReleaseJavaWithJavac
[        ] > Task :flutter_secure_storage:javaPreCompileRelease
[  +96 ms] > Task :flutter_secure_storage:compileReleaseJavaWithJavac
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibCompileRelease
[        ] > Task :flutter_sms:generateReleaseBuildConfig
[        ] > Task :flutter_secure_storage:bundleLibCompileRelease
[        ] > Task :url_launcher:generateReleaseBuildConfig
[        ] > Task :google_sign_in:generateReleaseBuildConfig
[        ] > Task :url_launcher:javaPreCompileRelease
[  +99 ms] > Task :url_launcher:compileReleaseJavaWithJavac
[        ] > Task :url_launcher:bundleLibCompileRelease
[ +798 ms] > Task :flutter_sms:compileReleaseKotlin
[        ] w: /Users/per/.pub-cache/hosted/pub.dartlang.org/flutter_sms-2.0.0+2/android/src/main/kotlin/com/example/flutter_sms/FlutterSmsPlugin.kt: (67, 23): Parameter 'result' is never used
[        ] > Task :google_sign_in:javaPreCompileRelease
[  +99 ms] > Task :google_sign_in:compileReleaseJavaWithJavac
[        ] > Task :flutter_sms:javaPreCompileRelease
[  +99 ms] > Task :flutter_sms:compileReleaseJavaWithJavac
[        ] > Task :image_picker:generateReleaseBuildConfig
[        ] > Task :flutter_sms:bundleLibCompileRelease
[        ] > Task :google_sign_in:bundleLibCompileRelease
[        ] > Task :image_picker:javaPreCompileRelease
[  +98 ms] > Task :image_picker:compileReleaseJavaWithJavac
[        ] > Task :multi_image_picker:generateReleaseBuildConfig
[        ] > Task :native_device_orientation:generateReleaseBuildConfig
[        ] > Task :image_picker:bundleLibCompileRelease
[        ] > Task :package_info:generateReleaseBuildConfig
[        ] > Task :native_device_orientation:javaPreCompileRelease
[  +98 ms] > Task :native_device_orientation:compileReleaseJavaWithJavac
[        ] > Task :multi_image_picker:javaPreCompileRelease
[ +101 ms] > Task :multi_image_picker:compileReleaseJavaWithJavac
[        ] > Task :native_device_orientation:bundleLibCompileRelease
[        ] > Task :package_info:javaPreCompileRelease
[  +97 ms] > Task :package_info:compileReleaseJavaWithJavac
[        ] > Task :package_info:bundleLibCompileRelease
[        ] > Task :screen:generateReleaseBuildConfig
[        ] > Task :screen:javaPreCompileRelease
[        ] > Task :screen:compileReleaseJavaWithJavac
[        ] > Task :multi_image_picker:bundleLibCompileRelease
[ +100 ms] > Task :share:generateReleaseBuildConfig
[        ] > Task :screen:bundleLibCompileRelease
[        ] > Task :shared_preferences:generateReleaseBuildConfig
[        ] > Task :share:javaPreCompileRelease
[        ] > Task :share:compileReleaseJavaWithJavac
[        ] > Task :shared_preferences:javaPreCompileRelease
[  +97 ms] > Task :shared_preferences:compileReleaseJavaWithJavac
[        ] > Task :share:bundleLibCompileRelease
[        ] > Task :sign_in_with_apple:generateReleaseBuildConfig
[        ] > Task :shared_preferences:bundleLibCompileRelease
[ +900 ms] > Task :sign_in_with_apple:compileReleaseKotlin
[        ] w: /Users/per/.pub-cache/hosted/pub.dartlang.org/sign_in_with_apple-2.5.2/android/src/main/kotlin/com/aboutyou/dart_packages/sign_in_with_apple/SignInWithApplePlugin.kt: (86, 11): Unsafe use of a nullable receiver of type Intent?
[        ] w: /Users/per/.pub-cache/hosted/pub.dartlang.org/sign_in_with_apple-2.5.2/android/src/main/kotlin/com/aboutyou/dart_packages/sign_in_with_apple/SignInWithApplePlugin.kt: (88, 11): Unsafe use of a nullable receiver of type Intent?
[        ] > Task :uni_links:generateReleaseBuildConfig
[        ] > Task :sign_in_with_apple:javaPreCompileRelease
[        ] > Task :sign_in_with_apple:compileReleaseJavaWithJavac
[        ] > Task :uni_links:javaPreCompileRelease
[ +101 ms] > Task :uni_links:compileReleaseJavaWithJavac
[        ] > Task :sign_in_with_apple:bundleLibCompileRelease
[        ] > Task :vibration:generateReleaseBuildConfig
[        ] > Task :uni_links:bundleLibCompileRelease
[        ] > Task :vibration:javaPreCompileRelease
[  +93 ms] > Task :vibration:compileReleaseJavaWithJavac
[        ] > Task :vibration:bundleLibCompileRelease
[ +899 ms] > Task :app:compileReleaseKotlin
[        ] > Task :app:javaPreCompileRelease
[ +201 ms] > Task :app:compileReleaseJavaWithJavac
[        ] > Task :app:compileReleaseSources
[        ] > Task :app:prepareLintJar UP-TO-DATE
[        ] > Task :camera:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :connectivity:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :device_info:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :esys_flutter_share:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :firebase_analytics:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :firebase_core:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :firebase_crashlytics:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :firebase_dynamic_links:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :firebase_remote_config:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :flutter_facebook_login:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :flutter_secure_storage:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :flutter_sms:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :google_sign_in:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :image_picker:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :multi_image_picker:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :native_device_orientation:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :package_info:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :path_provider:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :screen:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :share:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :shared_preferences:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :sign_in_with_apple:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :uni_links:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :url_launcher:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :vibration:prepareLintJarForPublish UP-TO-DATE
[+5597 ms] > Task :app:lintVitalRelease
[        ] > Task :multi_image_picker:bundleLibRuntimeRelease
[        ] > Task :flutter_sms:bundleLibRuntimeRelease
[        ] > Task :native_device_orientation:bundleLibRuntimeRelease
[        ] > Task :vibration:bundleLibRuntimeRelease
[        ] > Task :google_sign_in:bundleLibRuntimeRelease
[ +108 ms] > Task :sign_in_with_apple:bundleLibRuntimeRelease
[        ] > Task :image_picker:bundleLibRuntimeRelease
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibRuntimeRelease
[        ] > Task :screen:bundleLibRuntimeRelease
[        ] > Task :package_info:bundleLibRuntimeRelease
[        ] > Task :firebase_remote_config:bundleLibRuntimeRelease
[        ] > Task :shared_preferences:bundleLibRuntimeRelease
[  +88 ms] > Task :firebase_crashlytics:bundleLibRuntimeRelease
[        ] > Task :flutter_keyboard_visibility:bundleLibRuntimeRelease
[        ] > Task :uni_links:bundleLibRuntimeRelease
[        ] > Task :firebase_dynamic_links:bundleLibRuntimeRelease
[        ] > Task :device_info:bundleLibRuntimeRelease
[        ] > Task :firebase_analytics:bundleLibRuntimeRelease
[        ] > Task :firebase_core:bundleLibRuntimeRelease
[        ] > Task :share:bundleLibRuntimeRelease
[        ] > Task :camera:bundleLibRuntimeRelease
[  +95 ms] > Task :esys_flutter_share:bundleLibRuntimeRelease
[        ] > Task :url_launcher:bundleLibRuntimeRelease
[        ] > Task :connectivity:bundleLibRuntimeRelease
[        ] > Task :path_provider:bundleLibRuntimeRelease
[        ] > Task :flutter_facebook_login:bundleLibRuntimeRelease
[        ] > Task :flutter_secure_storage:bundleLibRuntimeRelease
[ +498 ms] > Task :app:dexBuilderRelease
[        ] > Task :app:checkReleaseDuplicateClasses
[ +100 ms] > Task :app:desugarReleaseFileDependencies
[        ] > Task :app:processReleaseJavaRes NO-SOURCE
[        ] > Task :camera:processReleaseJavaRes NO-SOURCE
[        ] > Task :connectivity:processReleaseJavaRes NO-SOURCE
[        ] > Task :device_info:processReleaseJavaRes NO-SOURCE
[        ] > Task :connectivity:bundleLibResRelease
[        ] > Task :esys_flutter_share:processReleaseJavaRes NO-SOURCE
[        ] > Task :firebase_analytics:processReleaseJavaRes NO-SOURCE
[        ] > Task :firebase_core:processReleaseJavaRes NO-SOURCE
[        ] > Task :device_info:bundleLibResRelease
[        ] > Task :firebase_crashlytics:processReleaseJavaRes NO-SOURCE
[        ] > Task :firebase_analytics:bundleLibResRelease
[        ] > Task :firebase_dynamic_links:processReleaseJavaRes NO-SOURCE
[        ] > Task :esys_flutter_share:bundleLibResRelease
[        ] > Task :firebase_remote_config:processReleaseJavaRes NO-SOURCE
[        ] > Task :flutter_facebook_login:processReleaseJavaRes NO-SOURCE
[        ] > Task :flutter_keyboard_visibility:processReleaseJavaRes NO-SOURCE
[        ] > Task :firebase_remote_config:bundleLibResRelease
[        ] > Task :flutter_plugin_android_lifecycle:processReleaseJavaRes NO-SOURCE
[        ] > Task :flutter_keyboard_visibility:bundleLibResRelease
[        ] > Task :flutter_secure_storage:processReleaseJavaRes NO-SOURCE
[        ] > Task :firebase_dynamic_links:bundleLibResRelease
[        ] > Task :flutter_sms:processReleaseJavaRes NO-SOURCE
[        ] > Task :firebase_crashlytics:bundleLibResRelease
[        ] > Task :flutter_secure_storage:bundleLibResRelease
[        ] > Task :google_sign_in:processReleaseJavaRes NO-SOURCE
[        ] > Task :flutter_facebook_login:bundleLibResRelease
[        ] > Task :image_picker:processReleaseJavaRes NO-SOURCE
[        ] > Task :camera:bundleLibResRelease
[        ] > Task :multi_image_picker:processReleaseJavaRes NO-SOURCE
[        ] > Task :image_picker:bundleLibResRelease
[        ] > Task :native_device_orientation:processReleaseJavaRes NO-SOURCE
[        ] > Task :flutter_sms:bundleLibResRelease
[        ] > Task :firebase_core:bundleLibResRelease
[        ] > Task :package_info:processReleaseJavaRes NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibResRelease
[        ] > Task :path_provider:processReleaseJavaRes NO-SOURCE
[        ] > Task :multi_image_picker:bundleLibResRelease
[        ] > Task :screen:processReleaseJavaRes NO-SOURCE
[        ] > Task :share:processReleaseJavaRes NO-SOURCE
[        ] > Task :google_sign_in:bundleLibResRelease
[        ] > Task :shared_preferences:processReleaseJavaRes NO-SOURCE
[        ] > Task :screen:bundleLibResRelease
[        ] > Task :sign_in_with_apple:processReleaseJavaRes NO-SOURCE
[        ] > Task :package_info:bundleLibResRelease
[        ] > Task :uni_links:processReleaseJavaRes NO-SOURCE
[        ] > Task :shared_preferences:bundleLibResRelease
[        ] > Task :url_launcher:processReleaseJavaRes NO-SOURCE
[  +92 ms] > Task :vibration:processReleaseJavaRes NO-SOURCE
[        ] > Task :native_device_orientation:bundleLibResRelease
[        ] > Task :url_launcher:bundleLibResRelease
[        ] > Task :share:bundleLibResRelease
[        ] > Task :sign_in_with_apple:bundleLibResRelease
[        ] > Task :vibration:bundleLibResRelease
[        ] > Task :uni_links:bundleLibResRelease
[        ] > Task :path_provider:bundleLibResRelease
[        ] > Task :app:mergeReleaseJniLibFolders
[        ] > Task :camera:mergeReleaseJniLibFolders
[        ] > Task :connectivity:mergeReleaseJniLibFolders
[        ] > Task :camera:mergeReleaseNativeLibs
[        ] > Task :camera:stripReleaseDebugSymbols
[        ] > Task :camera:copyReleaseJniLibsProjectOnly
[        ] > Task :device_info:mergeReleaseJniLibFolders
[        ] > Task :esys_flutter_share:mergeReleaseJniLibFolders
[        ] > Task :device_info:mergeReleaseNativeLibs
[        ] > Task :device_info:stripReleaseDebugSymbols
[        ] > Task :device_info:copyReleaseJniLibsProjectOnly
[        ] > Task :firebase_analytics:mergeReleaseJniLibFolders
[        ] > Task :firebase_core:mergeReleaseJniLibFolders
[        ] > Task :firebase_analytics:mergeReleaseNativeLibs
[        ] > Task :firebase_analytics:stripReleaseDebugSymbols
[        ] > Task :firebase_analytics:copyReleaseJniLibsProjectOnly
[        ] > Task :firebase_crashlytics:mergeReleaseJniLibFolders
[        ] > Task :firebase_dynamic_links:mergeReleaseJniLibFolders
[        ] > Task :firebase_core:mergeReleaseNativeLibs
[        ] > Task :firebase_core:stripReleaseDebugSymbols
[        ] > Task :firebase_core:copyReleaseJniLibsProjectOnly
[        ] > Task :firebase_remote_config:mergeReleaseJniLibFolders
[  +95 ms] > Task :flutter_facebook_login:mergeReleaseJniLibFolders
[        ] > Task :firebase_remote_config:mergeReleaseNativeLibs
[        ] > Task :firebase_remote_config:stripReleaseDebugSymbols
[        ] > Task :firebase_remote_config:copyReleaseJniLibsProjectOnly
[        ] > Task :flutter_keyboard_visibility:mergeReleaseJniLibFolders
[        ] > Task :flutter_facebook_login:mergeReleaseNativeLibs
[        ] > Task :flutter_facebook_login:stripReleaseDebugSymbols
[        ] > Task :flutter_facebook_login:copyReleaseJniLibsProjectOnly
[        ] > Task :flutter_plugin_android_lifecycle:mergeReleaseJniLibFolders
[        ] > Task :firebase_crashlytics:mergeReleaseNativeLibs
[        ] > Task :firebase_dynamic_links:mergeReleaseNativeLibs
[        ] > Task :firebase_crashlytics:stripReleaseDebugSymbols
[        ] > Task :firebase_crashlytics:copyReleaseJniLibsProjectOnly
[        ] > Task :firebase_dynamic_links:stripReleaseDebugSymbols
[        ] > Task :firebase_dynamic_links:copyReleaseJniLibsProjectOnly
[        ] > Task :flutter_secure_storage:mergeReleaseJniLibFolders
[        ] > Task :flutter_sms:mergeReleaseJniLibFolders
[        ] > Task :connectivity:mergeReleaseNativeLibs
[        ] > Task :connectivity:stripReleaseDebugSymbols
[        ] > Task :connectivity:copyReleaseJniLibsProjectOnly
[        ] > Task :google_sign_in:mergeReleaseJniLibFolders
[        ] > Task :flutter_sms:mergeReleaseNativeLibs
[        ] > Task :flutter_sms:stripReleaseDebugSymbols
[        ] > Task :flutter_sms:copyReleaseJniLibsProjectOnly
[        ] > Task :image_picker:mergeReleaseJniLibFolders
[        ] > Task :esys_flutter_share:mergeReleaseNativeLibs
[        ] > Task :esys_flutter_share:stripReleaseDebugSymbols
[        ] > Task :esys_flutter_share:copyReleaseJniLibsProjectOnly
[        ] > Task :multi_image_picker:mergeReleaseJniLibFolders
[        ] > Task :flutter_plugin_android_lifecycle:mergeReleaseNativeLibs
[        ] > Task :flutter_plugin_android_lifecycle:stripReleaseDebugSymbols
[        ] > Task :flutter_plugin_android_lifecycle:copyReleaseJniLibsProjectOnly
[  +98 ms] > Task :native_device_orientation:mergeReleaseJniLibFolders
[        ] > Task :multi_image_picker:mergeReleaseNativeLibs
[        ] > Task :flutter_secure_storage:mergeReleaseNativeLibs
[        ] > Task :flutter_secure_storage:stripReleaseDebugSymbols
[        ] > Task :flutter_secure_storage:copyReleaseJniLibsProjectOnly
[        ] > Task :multi_image_picker:stripReleaseDebugSymbols
[        ] > Task :multi_image_picker:copyReleaseJniLibsProjectOnly
[        ] > Task :package_info:mergeReleaseJniLibFolders
[        ] > Task :google_sign_in:mergeReleaseNativeLibs
[        ] > Task :google_sign_in:stripReleaseDebugSymbols
[        ] > Task :google_sign_in:copyReleaseJniLibsProjectOnly
[        ] > Task :path_provider:mergeReleaseJniLibFolders
[        ] > Task :package_info:mergeReleaseNativeLibs
[        ] > Task :package_info:stripReleaseDebugSymbols
[        ] > Task :package_info:copyReleaseJniLibsProjectOnly
[        ] > Task :screen:mergeReleaseJniLibFolders
[        ] > Task :image_picker:mergeReleaseNativeLibs
[        ] > Task :image_picker:stripReleaseDebugSymbols
[        ] > Task :image_picker:copyReleaseJniLibsProjectOnly
[        ] > Task :share:mergeReleaseJniLibFolders
[        ] > Task :path_provider:mergeReleaseNativeLibs
[        ] > Task :flutter_keyboard_visibility:mergeReleaseNativeLibs
[        ] > Task :flutter_keyboard_visibility:stripReleaseDebugSymbols
[        ] > Task :flutter_keyboard_visibility:copyReleaseJniLibsProjectOnly
[        ] > Task :path_provider:stripReleaseDebugSymbols
[        ] > Task :path_provider:copyReleaseJniLibsProjectOnly
[        ] > Task :shared_preferences:mergeReleaseJniLibFolders
[        ] > Task :shared_preferences:mergeReleaseNativeLibs
[        ] > Task :shared_preferences:stripReleaseDebugSymbols
[        ] > Task :shared_preferences:copyReleaseJniLibsProjectOnly
[        ] > Task :sign_in_with_apple:mergeReleaseJniLibFolders
[        ] > Task :uni_links:mergeReleaseJniLibFolders
[        ] > Task :sign_in_with_apple:mergeReleaseNativeLibs
[  +90 ms] > Task :sign_in_with_apple:stripReleaseDebugSymbols
[        ] > Task :sign_in_with_apple:copyReleaseJniLibsProjectOnly
[        ] > Task :url_launcher:mergeReleaseJniLibFolders
[        ] > Task :screen:mergeReleaseNativeLibs
[        ] > Task :screen:stripReleaseDebugSymbols
[        ] > Task :screen:copyReleaseJniLibsProjectOnly
[        ] > Task :vibration:mergeReleaseJniLibFolders
[        ] > Task :url_launcher:mergeReleaseNativeLibs
[        ] > Task :url_launcher:stripReleaseDebugSymbols
[        ] > Task :url_launcher:copyReleaseJniLibsProjectOnly
[        ] > Task :app:validateSigningRelease
[        ] > Task :camera:copyReleaseJniLibsProjectAndLocalJars
[        ] > Task :camera:extractReleaseAnnotations
[        ] > Task :camera:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :camera:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :vibration:mergeReleaseNativeLibs
[        ] > Task :vibration:stripReleaseDebugSymbols
[        ] > Task :camera:mergeReleaseJavaResource
[        ] > Task :vibration:copyReleaseJniLibsProjectOnly
[  +96 ms] > Task :camera:syncReleaseLibJars
[        ] > Task :camera:bundleReleaseAar
[        ] > Task :camera:compileReleaseSources
[        ] > Task :share:mergeReleaseNativeLibs
[        ] > Task :share:stripReleaseDebugSymbols
[        ] > Task :share:copyReleaseJniLibsProjectOnly
[        ] > Task :uni_links:mergeReleaseNativeLibs
[        ] > Task :uni_links:stripReleaseDebugSymbols
[        ] > Task :uni_links:copyReleaseJniLibsProjectOnly
[        ] > Task :native_device_orientation:mergeReleaseNativeLibs
[        ] > Task :native_device_orientation:stripReleaseDebugSymbols
[        ] > Task :native_device_orientation:copyReleaseJniLibsProjectOnly
[        ] > Task :connectivity:copyReleaseJniLibsProjectAndLocalJars
[ +701 ms] > Task :camera:mergeReleaseResources
[        ] > Task :connectivity:extractReleaseAnnotations
[        ] > Task :connectivity:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :connectivity:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :connectivity:compileReleaseSources
[        ] > Task :device_info:copyReleaseJniLibsProjectAndLocalJars
[ +299 ms] > Task :connectivity:mergeReleaseResources
[        ] > Task :camera:verifyReleaseResources
[        ] > Task :camera:assembleRelease
[        ] > Task :device_info:extractReleaseAnnotations
[        ] > Task :device_info:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :device_info:mergeReleaseConsumerProguardFiles UP-TO-DATE
[  +99 ms] > Task :device_info:compileReleaseSources
[        ] > Task :connectivity:mergeReleaseJavaResource
[        ] > Task :connectivity:syncReleaseLibJars
[        ] > Task :connectivity:bundleReleaseAar
[        ] > Task :device_info:mergeReleaseJavaResource
[        ] > Task :device_info:syncReleaseLibJars
[        ] > Task :device_info:bundleReleaseAar
[        ] > Task :esys_flutter_share:copyReleaseJniLibsProjectAndLocalJars
[ +294 ms] > Task :device_info:mergeReleaseResources
[        ] > Task :esys_flutter_share:extractReleaseAnnotations
[        ] > Task :esys_flutter_share:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :esys_flutter_share:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :connectivity:verifyReleaseResources
[        ] > Task :connectivity:assembleRelease
[        ] > Task :esys_flutter_share:compileReleaseSources
[        ] > Task :esys_flutter_share:mergeReleaseJavaResource
[        ] > Task :esys_flutter_share:syncReleaseLibJars
[        ] > Task :esys_flutter_share:bundleReleaseAar
[        ] > Task :firebase_analytics:copyReleaseJniLibsProjectAndLocalJars
[ +398 ms] > Task :esys_flutter_share:mergeReleaseResources
[        ] > Task :firebase_analytics:extractReleaseAnnotations
[        ] > Task :firebase_analytics:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :firebase_analytics:mergeReleaseConsumerProguardFiles UP-TO-DATE
[ +198 ms] > Task :app:mergeReleaseJavaResource
[        ] > Task :firebase_analytics:compileReleaseSources
[        ] > Task :firebase_analytics:mergeReleaseJavaResource
[        ] > Task :firebase_analytics:syncReleaseLibJars
[        ] > Task :firebase_analytics:bundleReleaseAar
[        ] > Task :device_info:verifyReleaseResources
[        ] > Task :device_info:assembleRelease
[ +199 ms] > Task :app:mergeReleaseNativeLibs
[  +99 ms] > Task :app:stripReleaseDebugSymbols
[        ] WARNING: Compatible side by side NDK version was not found. Default is 20.0.5594570.
[        ] Compatible side by side NDK version was not found. Default is 20.0.5594570.
[        ] Unable to strip the following libraries, packaging them as they are: libapp.so, libflutter.so.
[ +100 ms] > Task :esys_flutter_share:verifyReleaseResources
[        ] > Task :esys_flutter_share:assembleRelease
[        ] > Task :firebase_core:copyReleaseJniLibsProjectAndLocalJars
[ +308 ms] > Task :firebase_analytics:mergeReleaseResources
[        ] > Task :firebase_core:extractReleaseAnnotations
[        ] > Task :firebase_core:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :firebase_core:mergeReleaseConsumerProguardFiles UP-TO-DATE
[  +89 ms] > Task :firebase_core:compileReleaseSources
[        ] > Task :firebase_crashlytics:copyReleaseJniLibsProjectAndLocalJars
[   +3 ms] > Task :firebase_crashlytics:extractReleaseAnnotations
[ +399 ms] > Task :firebase_core:mergeReleaseResources
[        ] > Task :firebase_crashlytics:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :firebase_crashlytics:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :firebase_core:mergeReleaseJavaResource
[        ] > Task :firebase_core:syncReleaseLibJars
[        ] > Task :firebase_core:bundleReleaseAar
[        ] > Task :firebase_crashlytics:compileReleaseSources
[        ] > Task :firebase_analytics:verifyReleaseResources
[        ] > Task :firebase_analytics:assembleRelease
[  +97 ms] > Task :app:mergeExtDexRelease
[        ] > Task :firebase_dynamic_links:copyReleaseJniLibsProjectAndLocalJars
[ +398 ms] > Task :firebase_crashlytics:mergeReleaseResources
[        ] > Task :firebase_core:verifyReleaseResources
[        ] > Task :firebase_core:assembleRelease
[        ] > Task :firebase_dynamic_links:extractReleaseAnnotations
[        ] > Task :firebase_dynamic_links:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :firebase_dynamic_links:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :firebase_dynamic_links:compileReleaseSources
[        ] > Task :firebase_crashlytics:mergeReleaseJavaResource
[        ] > Task :firebase_crashlytics:syncReleaseLibJars
[        ] > Task :firebase_crashlytics:bundleReleaseAar
[        ] > Task :firebase_dynamic_links:mergeReleaseJavaResource
[        ] > Task :firebase_dynamic_links:syncReleaseLibJars
[        ] > Task :firebase_dynamic_links:bundleReleaseAar
[        ] > Task :firebase_remote_config:copyReleaseJniLibsProjectAndLocalJars
[ +499 ms] > Task :firebase_dynamic_links:mergeReleaseResources
[  +97 ms] > Task :firebase_crashlytics:verifyReleaseResources
[        ] > Task :firebase_crashlytics:assembleRelease
[        ] > Task :firebase_remote_config:extractReleaseAnnotations
[        ] > Task :firebase_remote_config:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :firebase_remote_config:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :firebase_remote_config:compileReleaseSources
[        ] > Task :flutter_facebook_login:copyReleaseJniLibsProjectAndLocalJars
[+1599 ms] > Task :firebase_remote_config:mergeReleaseResources
[        ] > Task :flutter_facebook_login:extractReleaseAnnotations
[        ] > Task :flutter_facebook_login:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :flutter_facebook_login:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :firebase_dynamic_links:verifyReleaseResources
[        ] > Task :firebase_dynamic_links:assembleRelease
[        ] > Task :flutter_facebook_login:compileReleaseSources
[        ] > Task :firebase_remote_config:mergeReleaseJavaResource
[        ] > Task :firebase_remote_config:syncReleaseLibJars
[        ] > Task :firebase_remote_config:bundleReleaseAar
[        ] > Task :flutter_facebook_login:mergeReleaseJavaResource
[        ] > Task :flutter_facebook_login:syncReleaseLibJars
[  +97 ms] > Task :flutter_facebook_login:bundleReleaseAar
[        ] > Task :flutter_keyboard_visibility:copyReleaseJniLibsProjectAndLocalJars
[+1000 ms] > Task :flutter_facebook_login:mergeReleaseResources
[        ] > Task :firebase_remote_config:verifyReleaseResources
[        ] > Task :firebase_remote_config:assembleRelease
[        ] > Task :flutter_keyboard_visibility:extractReleaseAnnotations
[        ] > Task :flutter_keyboard_visibility:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:compileReleaseSources
[        ] > Task :flutter_plugin_android_lifecycle:copyReleaseJniLibsProjectAndLocalJars
[ +398 ms] > Task :flutter_keyboard_visibility:mergeReleaseResources
[  +98 ms] > Task :app:mergeDexRelease
[+3900 ms] > Task :app:packageRelease
[ +101 ms] > Task :app:assembleRelease
[  +98 ms] > Task :flutter_plugin_android_lifecycle:extractReleaseAnnotations
[        ] > Task :flutter_plugin_android_lifecycle:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :flutter_keyboard_visibility:verifyReleaseResources
[        ] > Task :flutter_plugin_android_lifecycle:compileReleaseSources
[        ] > Task :flutter_plugin_android_lifecycle:mergeReleaseJavaResource
[        ] > Task :flutter_plugin_android_lifecycle:syncReleaseLibJars
[        ] > Task :flutter_plugin_android_lifecycle:bundleReleaseAar
[        ] > Task :flutter_keyboard_visibility:mergeReleaseJavaResource
[        ] > Task :flutter_keyboard_visibility:syncReleaseLibJars
[        ] > Task :flutter_keyboard_visibility:bundleReleaseAar
[        ] > Task :flutter_keyboard_visibility:assembleRelease
[        ] > Task :flutter_secure_storage:copyReleaseJniLibsProjectAndLocalJars
[ +298 ms] > Task :flutter_plugin_android_lifecycle:mergeReleaseResources
[        ] > Task :flutter_secure_storage:extractReleaseAnnotations
[        ] > Task :flutter_secure_storage:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :flutter_secure_storage:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :flutter_secure_storage:compileReleaseSources
[        ] > Task :flutter_facebook_login:verifyReleaseResources
[        ] > Task :flutter_facebook_login:assembleRelease
[        ] > Task :flutter_secure_storage:mergeReleaseJavaResource
[        ] > Task :flutter_secure_storage:syncReleaseLibJars
[ +101 ms] > Task :flutter_secure_storage:bundleReleaseAar
[        ] > Task :flutter_sms:copyReleaseJniLibsProjectAndLocalJars
[ +197 ms] > Task :flutter_secure_storage:mergeReleaseResources
[        ] > Task :flutter_plugin_android_lifecycle:verifyReleaseResources
[        ] > Task :flutter_plugin_android_lifecycle:assembleRelease
[        ] > Task :flutter_sms:extractReleaseAnnotations
[        ] > Task :flutter_sms:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :flutter_sms:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :flutter_sms:compileReleaseSources
[        ] > Task :google_sign_in:copyReleaseJniLibsProjectAndLocalJars
[ +200 ms] > Task :flutter_sms:mergeReleaseResources
[  +97 ms] > Task :flutter_secure_storage:verifyReleaseResources
[        ] > Task :flutter_secure_storage:assembleRelease
[        ] > Task :google_sign_in:extractReleaseAnnotations
[        ] > Task :google_sign_in:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :google_sign_in:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :flutter_sms:mergeReleaseJavaResource
[        ] > Task :flutter_sms:syncReleaseLibJars
[        ] > Task :flutter_sms:bundleReleaseAar
[        ] > Task :google_sign_in:compileReleaseSources
[        ] > Task :google_sign_in:mergeReleaseJavaResource
[        ] > Task :google_sign_in:syncReleaseLibJars
[        ] > Task :google_sign_in:bundleReleaseAar
[        ] > Task :image_picker:copyReleaseJniLibsProjectAndLocalJars
[ +402 ms] > Task :google_sign_in:mergeReleaseResources
[        ] > Task :flutter_sms:verifyReleaseResources
[        ] > Task :flutter_sms:assembleRelease
[        ] > Task :image_picker:extractReleaseAnnotations
[  +98 ms] > Task :image_picker:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :image_picker:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :image_picker:compileReleaseSources
[        ] > Task :multi_image_picker:copyReleaseJniLibsProjectAndLocalJars
[        ] > Task :multi_image_picker:extractReleaseAnnotations
[ +194 ms] > Task :image_picker:mergeReleaseResources
[        ] > Task :multi_image_picker:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :multi_image_picker:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :multi_image_picker:compileReleaseSources
[        ] > Task :image_picker:mergeReleaseJavaResource
[        ] > Task :image_picker:syncReleaseLibJars
[        ] > Task :image_picker:bundleReleaseAar
[        ] > Task :multi_image_picker:mergeReleaseJavaResource
[        ] > Task :multi_image_picker:syncReleaseLibJars
[  +98 ms] > Task :multi_image_picker:bundleReleaseAar
[        ] > Task :google_sign_in:verifyReleaseResources
[        ] > Task :google_sign_in:assembleRelease
[        ] > Task :native_device_orientation:copyReleaseJniLibsProjectAndLocalJars
[ +600 ms] > Task :multi_image_picker:mergeReleaseResources
[ +101 ms] > Task :image_picker:verifyReleaseResources
[        ] > Task :image_picker:assembleRelease
[        ] > Task :native_device_orientation:extractReleaseAnnotations
[        ] > Task :native_device_orientation:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :native_device_orientation:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :native_device_orientation:compileReleaseSources
[ +296 ms] > Task :native_device_orientation:mergeReleaseResources
[        ] > Task :native_device_orientation:mergeReleaseJavaResource
[        ] > Task :native_device_orientation:syncReleaseLibJars
[        ] > Task :native_device_orientation:bundleReleaseAar
[        ] > Task :package_info:copyReleaseJniLibsProjectAndLocalJars
[        ] > Task :package_info:extractReleaseAnnotations
[        ] > Task :package_info:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :package_info:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :package_info:compileReleaseSources
[        ] > Task :path_provider:copyReleaseJniLibsProjectAndLocalJars
[ +302 ms] > Task :package_info:mergeReleaseResources
[   +5 ms] > Task :native_device_orientation:verifyReleaseResources
[        ] > Task :native_device_orientation:assembleRelease
[        ] > Task :path_provider:extractReleaseAnnotations
[        ] > Task :path_provider:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :path_provider:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :path_provider:compileReleaseSources
[        ] > Task :package_info:mergeReleaseJavaResource
[        ] > Task :package_info:syncReleaseLibJars
[  +89 ms] > Task :package_info:bundleReleaseAar
[        ] > Task :path_provider:mergeReleaseJavaResource
[        ] > Task :path_provider:syncReleaseLibJars
[        ] > Task :path_provider:bundleReleaseAar
[        ] > Task :screen:copyReleaseJniLibsProjectAndLocalJars
[ +199 ms] > Task :path_provider:mergeReleaseResources
[   +2 ms] > Task :screen:extractReleaseAnnotations
[        ] > Task :screen:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :screen:mergeReleaseConsumerProguardFiles UP-TO-DATE
[  +96 ms] > Task :screen:compileReleaseSources
[        ] > Task :share:copyReleaseJniLibsProjectAndLocalJars
[        ] > Task :share:extractReleaseAnnotations
[ +199 ms] > Task :screen:mergeReleaseResources
[        ] > Task :share:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :share:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :screen:mergeReleaseJavaResource
[        ] > Task :screen:syncReleaseLibJars
[        ] > Task :screen:bundleReleaseAar
[        ] > Task :share:compileReleaseSources
[        ] > Task :path_provider:verifyReleaseResources
[        ] > Task :path_provider:assembleRelease
[  +97 ms] > Task :shared_preferences:copyReleaseJniLibsProjectAndLocalJars
[ +199 ms] > Task :share:mergeReleaseResources
[        ] > Task :screen:verifyReleaseResources
[        ] > Task :screen:assembleRelease
[        ] > Task :shared_preferences:extractReleaseAnnotations
[        ] > Task :shared_preferences:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :shared_preferences:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :shared_preferences:compileReleaseSources
[        ] > Task :sign_in_with_apple:copyReleaseJniLibsProjectAndLocalJars
[ +198 ms] > Task :shared_preferences:mergeReleaseResources
[ +103 ms] > Task :share:verifyReleaseResources
[        ] > Task :sign_in_with_apple:extractReleaseAnnotations
[        ] > Task :sign_in_with_apple:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :sign_in_with_apple:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :shared_preferences:mergeReleaseJavaResource
[        ] > Task :shared_preferences:syncReleaseLibJars
[        ] > Task :shared_preferences:bundleReleaseAar
[        ] > Task :sign_in_with_apple:compileReleaseSources
[        ] > Task :multi_image_picker:verifyReleaseResources
[        ] > Task :multi_image_picker:assembleRelease
[  +96 ms] > Task :share:mergeReleaseJavaResource
[        ] > Task :share:syncReleaseLibJars
[        ] > Task :share:bundleReleaseAar
[        ] > Task :share:assembleRelease
[        ] > Task :package_info:verifyReleaseResources
[        ] > Task :package_info:assembleRelease
[        ] > Task :sign_in_with_apple:mergeReleaseJavaResource
[        ] > Task :sign_in_with_apple:syncReleaseLibJars
[        ] > Task :sign_in_with_apple:bundleReleaseAar
[        ] > Task :uni_links:copyReleaseJniLibsProjectAndLocalJars
[ +197 ms] > Task :sign_in_with_apple:mergeReleaseResources
[  +99 ms] > Task :shared_preferences:verifyReleaseResources
[        ] > Task :shared_preferences:assembleRelease
[        ] > Task :uni_links:extractReleaseAnnotations
[        ] > Task :uni_links:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :uni_links:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :uni_links:compileReleaseSources
[        ] > Task :url_launcher:copyReleaseJniLibsProjectAndLocalJars
[ +198 ms] > Task :uni_links:mergeReleaseResources
[        ] > Task :uni_links:mergeReleaseJavaResource
[        ] > Task :uni_links:syncReleaseLibJars
[        ] > Task :uni_links:bundleReleaseAar
[        ] > Task :url_launcher:extractReleaseAnnotations
[        ] > Task :url_launcher:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :url_launcher:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :url_launcher:mergeReleaseJavaResource
[        ] > Task :url_launcher:syncReleaseLibJars
[        ] > Task :url_launcher:bundleReleaseAar
[        ] > Task :sign_in_with_apple:verifyReleaseResources
[        ] > Task :sign_in_with_apple:assembleRelease
[ +299 ms] > Task :url_launcher:mergeReleaseResources
[        ] > Task :url_launcher:compileReleaseSources
[        ] > Task :uni_links:verifyReleaseResources
[        ] > Task :uni_links:assembleRelease
[        ] > Task :vibration:copyReleaseJniLibsProjectAndLocalJars
[        ] > Task :vibration:extractReleaseAnnotations
[        ] > Task :vibration:mergeReleaseGeneratedProguardFiles UP-TO-DATE
[        ] > Task :vibration:mergeReleaseConsumerProguardFiles UP-TO-DATE
[        ] > Task :vibration:compileReleaseSources
[ +197 ms] > Task :vibration:mergeReleaseResources
[        ] > Task :url_launcher:verifyReleaseResources
[        ] > Task :url_launcher:assembleRelease
[        ] > Task :vibration:mergeReleaseJavaResource
[        ] > Task :vibration:syncReleaseLibJars
[        ] > Task :vibration:bundleReleaseAar
[ +199 ms] > Task :vibration:verifyReleaseResources
[        ] > Task :vibration:assembleRelease
[        ] Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
[        ] Use '--warning-mode all' to show the individual deprecation warnings.
[        ] See https://docs.gradle.org/6.5.1/userguide/command_line_interface.html#sec:command_line_warnings
[        ] BUILD SUCCESSFUL in 1m 57s
[        ] 846 actionable tasks: 763 executed, 83 up-to-date
[ +368 ms] Running Gradle task 'assembleRelease'... (completed in 118.1s)
[  +35 ms] calculateSha: LocalDirectory: '/Users/per/dev/app/build/app/outputs/flutter-apk'/app.apk
[  +40 ms] calculateSha: reading file took 40us
[ +509 ms] calculateSha: computing sha took 509us
[   +5 ms] ✓ Built build/app/outputs/flutter-apk/app-release.apk (28.3MB).
[   +6 ms] executing: /Users/per/Library/Android/sdk/build-tools/30.0.1/aapt dump xmltree /Users/per/dev/app/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml
[  +17 ms] Exit code 0 from: /Users/per/Library/Android/sdk/build-tools/30.0.1/aapt dump xmltree /Users/per/dev/app/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml
[        ] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x22d
               A: android:versionName(0x0101021c)="0.0.87" (Raw: "0.0.87")
               A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1e
               A: android:compileSdkVersionCodename(0x01010573)="11" (Raw: "11")
               A: package="info.car.app" (Raw: "info.car.app")
               A: platformBuildVersionCode=(type 0x10)0x1e
               A: platformBuildVersionName=(type 0x10)0xb
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x18
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1e
               E: uses-permission (line=11)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: uses-permission (line=12)
                 A: android:name(0x01010003)="android.permission.WRITE_EXTERNAL_STORAGE" (Raw: "android.permission.WRITE_EXTERNAL_STORAGE")
               E: uses-permission (line=13)
                 A: android:name(0x01010003)="android.permission.READ_EXTERNAL_STORAGE" (Raw: "android.permission.READ_EXTERNAL_STORAGE")
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK")
               E: uses-permission (line=15)
                 A: android:name(0x01010003)="android.permission.VIBRATE" (Raw: "android.permission.VIBRATE")
               E: uses-permission (line=16)
                 A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE")
               E: uses-permission (line=17)
                 A: android:name(0x01010003)="android.permission.CAMERA" (Raw: "android.permission.CAMERA")
               E: uses-permission (line=18)
                 A: android:name(0x01010003)="com.google.android.c2dm.permission.RECEIVE" (Raw: "com.google.android.c2dm.permission.RECEIVE")
               E: uses-permission (line=19)
                 A: android:name(0x01010003)="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" (Raw: "com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE")
               E: application (line=21)
                 A: android:label(0x01010001)="Car.info" (Raw: "Car.info")
                 A: android:icon(0x01010002)=@0x7f0d0000
                 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication")
                 A: android:supportsRtl(0x010103af)=(type 0x12)0xffffffff
                 A: android:extractNativeLibs(0x010104ea)=(type 0x12)0x0
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
                 E: activity (line=28)
                   A: android:theme(0x01010000)=@0x7f0f00c9
                   A: android:name(0x01010003)="info.car.app.MainActivity" (Raw: "info.car.app.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=42)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0f00ca
                   E: meta-data (line=52)
                     A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable")
                     A: android:resource(0x01010025)=@0x7f070098
                   E: intent-filter (line=56)
                     E: action (line=57)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=59)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                   E: intent-filter (line=61)
                     E: action (line=62)
                       A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                     E: category (line=64)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT")
                     E: category (line=65)
                       A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw: "android.intent.category.BROWSABLE")
                     E: data (line=67)
                       A: android:scheme(0x01010027)="https" (Raw: "https")
                       A: android:host(0x01010028)="www.car.info" (Raw: "www.car.info")
                       A: android:pathPattern(0x0101002c)="/.*/license-plate/S/..*" (Raw: "/.*/license-plate/S/..*")
                 E: activity (line=73)
                   A: android:theme(0x01010000)=@0x7f0f01fa
                   A: android:label(0x01010001)=@0x7f0e0028
                   A: android:name(0x01010003)="com.facebook.FacebookActivity" (Raw: "com.facebook.FacebookActivity")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   A: android:configChanges(0x0101001f)=(type 0x11)0x5b0
                 E: activity (line=79)
                   A: android:name(0x01010003)="com.facebook.CustomTabActivity" (Raw: "com.facebook.CustomTabActivity")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   E: intent-filter (line=82)
                     E: action (line=83)
                       A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                     E: category (line=85)
                       A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT")
                     E: category (line=86)
                       A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw: "android.intent.category.BROWSABLE")
                     E: data (line=88)
                       A: android:scheme(0x01010027)=@0x7f0e0062
                 E: meta-data (line=93)
                   A: android:name(0x01010003)="com.facebook.sdk.ApplicationId" (Raw: "com.facebook.sdk.ApplicationId")
                   A: android:value(0x01010024)=@0x7f0e005e
                 E: meta-data (line=101)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
                 E: provider (line=105)
                   A: android:name(0x01010003)="com.sangcomz.fishbun.FishBunFileProvider" (Raw: "com.sangcomz.fishbun.FishBunFileProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="info.car.app.fishbunfileprovider" (Raw: "info.car.app.fishbunfileprovider")
                   A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff
                   E: meta-data (line=110)
                     A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS")
                     A: android:resource(0x01010025)=@0x7f110003
                 E: activity (line=115)
                   A: android:theme(0x01010000)=@0x7f0f00c8
                   A: android:label(0x01010001)=@0x7f0e0027
                   A: android:name(0x01010003)="com.sangcomz.fishbun.ui.album.AlbumActivity" (Raw: "com.sangcomz.fishbun.ui.album.AlbumActivity")
                 E: activity (line=119)
                   A: android:theme(0x01010000)=@0x7f0f00c8
                   A: android:name(0x01010003)="com.sangcomz.fishbun.ui.picker.PickerActivity" (Raw: "com.sangcomz.fishbun.ui.picker.PickerActivity")
                 E: activity (line=122)
                   A: android:theme(0x01010000)=@0x7f0f00c7
                   A: android:name(0x01010003)="com.sangcomz.fishbun.ui.detail.DetailActivity" (Raw: "com.sangcomz.fishbun.ui.detail.DetailActivity")
                 E: provider (line=126)
                   A: android:name(0x01010003)="io.flutter.plugins.imagepicker.ImagePickerFileProvider" (Raw: "io.flutter.plugins.imagepicker.ImagePickerFileProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="info.car.app.flutter.image_provider" (Raw: "info.car.app.flutter.image_provider")
                   A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff
                   E: meta-data (line=131)
                     A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS")
                     A: android:resource(0x01010025)=@0x7f110001
                 E: service (line=136)
                   A: android:name(0x01010003)="com.google.firebase.components.ComponentDiscoveryService" (Raw: "com.google.firebase.components.ComponentDiscoveryService")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff
                   E: meta-data (line=140)
                     A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.firebaseremoteconfig.FlutterFirebaseAppRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebase.firebaseremoteconfig.FlutterFirebaseAppRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=143)
                     A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.crashlytics.firebasecrashlytics.FlutterFirebaseAppRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebase.crashlytics.firebasecrashlytics.FlutterFirebaseAppRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=146)
                     A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebasedynamiclinks.FlutterFirebaseAppRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebasedynamiclinks.FlutterFirebaseAppRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=149)
                     A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebaseanalytics.FlutterFirebaseAppRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebaseanalytics.FlutterFirebaseAppRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=152)
                     A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseCoreRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseCoreRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=155)
                     A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebasemlvision.FlutterFirebaseAppRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebasemlvision.FlutterFirebaseAppRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=158)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.ml.vision.VisionRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.ml.vision.VisionRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=161)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.remoteconfig.RemoteConfigRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.remoteconfig.RemoteConfigRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=164)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=167)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.ml.common.CommonComponentRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.ml.common.CommonComponentRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=170)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=173)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.abt.component.AbtRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.abt.component.AbtRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=176)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.iid.Registrar" (Raw: "com.google.firebase.components:com.google.firebase.iid.Registrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                   E: meta-data (line=179)
                     A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar")
                     A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar")
                 E: provider (line=184)
                   A: android:name(0x01010003)="de.esys.esysfluttershare.EsysFlutterShareFileProvider" (Raw: "de.esys.esysfluttershare.EsysFlutterShareFileProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="info.car.app.fileprovider.github.com/orgs/esysberlin/esys-flutter-share" (Raw: "info.car.app.fileprovider.github.com/orgs/esysberlin/esys-flutter-share")
                   A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff
                   E: meta-data (line=189)
                     A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS")
                     A: android:resource(0x01010025)=@0x7f110000
                 E: activity (line=194)
                   A: android:theme(0x01010000)=@0x01030007
                   A: android:name(0x01010003)="io.flutter.plugins.urllauncher.WebViewActivity" (Raw: "io.flutter.plugins.urllauncher.WebViewActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: activity (line=198)
                   A: android:name(0x01010003)="com.facebook.CustomTabMainActivity" (Raw: "com.facebook.CustomTabMainActivity")
                 E: activity (line=199)
                   A: android:theme(0x01010000)=@0x01030010
                   A: android:name(0x01010003)="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" (Raw: "com.google.android.gms.auth.api.signin.internal.SignInHubActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff
                 E: service (line=208)
                   A: android:name(0x01010003)="com.google.android.gms.auth.api.signin.RevocationBoundService" (Raw: "com.google.android.gms.auth.api.signin.RevocationBoundService")
                   A: android:permission(0x01010006)="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" (Raw: "com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                 E: receiver (line=213)
                   A: android:name(0x01010003)="com.google.firebase.iid.FirebaseInstanceIdReceiver" (Raw: "com.google.firebase.iid.FirebaseInstanceIdReceiver")
                   A: android:permission(0x01010006)="com.google.android.c2dm.permission.SEND" (Raw: "com.google.android.c2dm.permission.SEND")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   E: intent-filter (line=217)
                     E: action (line=218)
                       A: android:name(0x01010003)="com.google.android.c2dm.intent.RECEIVE" (Raw: "com.google.android.c2dm.intent.RECEIVE")
                 E: provider (line=222)
                   A: android:name(0x01010003)="com.google.firebase.provider.FirebaseInitProvider" (Raw: "com.google.firebase.provider.FirebaseInitProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="info.car.app.firebaseinitprovider" (Raw: "info.car.app.firebaseinitprovider")
                   A: android:initOrder(0x0101001a)=(type 0x10)0x64
                 E: activity (line=228)
                   A: android:theme(0x01010000)=@0x01030010
                   A: android:name(0x01010003)="com.google.android.gms.common.api.GoogleApiActivity" (Raw: "com.google.android.gms.common.api.GoogleApiActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: receiver (line=233)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementReceiver" (Raw: "com.google.android.gms.measurement.AppMeasurementReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: service (line=239)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementService" (Raw: "com.google.android.gms.measurement.AppMeasurementService")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: service (line=243)
                   A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementJobService" (Raw: "com.google.android.gms.measurement.AppMeasurementJobService")
                   A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: meta-data (line=249)
                   A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version")
                   A: android:value(0x01010024)=@0x7f090008
                 E: provider (line=261)
                   A: android:name(0x01010003)="com.facebook.internal.FacebookInitProvider" (Raw: "com.facebook.internal.FacebookInitProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="info.car.app.FacebookInitProvider" (Raw: "info.car.app.FacebookInitProvider")
                 E: receiver (line=266)
                   A: android:name(0x01010003)="com.facebook.CurrentAccessTokenExpirationBroadcastReceiver" (Raw: "com.facebook.CurrentAccessTokenExpirationBroadcastReceiver")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   E: intent-filter (line=269)
                     E: action (line=270)
                       A: android:name(0x01010003)="com.facebook.sdk.ACTION_CURRENT_ACCESS_TOKEN_CHANGED" (Raw: "com.facebook.sdk.ACTION_CURRENT_ACCESS_TOKEN_CHANGED")
                 E: receiver (line=273)
                   A: android:name(0x01010003)="com.facebook.CampaignTrackingReceiver" (Raw: "com.facebook.CampaignTrackingReceiver")
                   A: android:permission(0x01010006)="android.permission.INSTALL_PACKAGES" (Raw: "android.permission.INSTALL_PACKAGES")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   E: intent-filter (line=277)
                     E: action (line=278)
                       A: android:name(0x01010003)="com.android.vending.INSTALL_REFERRER" (Raw: "com.android.vending.INSTALL_REFERRER")
                 E: provider (line=282)
                   A: android:name(0x01010003)="com.crashlytics.android.CrashlyticsInitProvider" (Raw: "com.crashlytics.android.CrashlyticsInitProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="info.car.app.crashlyticsinitprovider" (Raw: "info.car.app.crashlyticsinitprovider")
                   A: android:initOrder(0x0101001a)=(type 0x10)0x5a
[  +10 ms] Stopping app 'app.apk' on Nexus 5X.
[   +1 ms] executing: /Users/per/Library/Android/sdk/platform-tools/adb -s 010a2385e2d59663 shell am force-stop info.car.app
[ +116 ms] executing: /Users/per/Library/Android/sdk/platform-tools/adb -s 010a2385e2d59663 shell pm list packages info.car.app
[+1059 ms] Installing APK.
[   +2 ms] executing: /Users/per/Library/Android/sdk/platform-tools/adb version
[   +9 ms] Android Debug Bridge version 1.0.41
           Version 30.0.4-6686687
           Installed as /Users/per/Library/Android/sdk/platform-tools/adb
[   +1 ms] executing: /Users/per/Library/Android/sdk/platform-tools/adb start-server
[   +8 ms] Installing build/app/outputs/flutter-apk/app.apk...
[        ] executing: /Users/per/Library/Android/sdk/platform-tools/adb -s 010a2385e2d59663 install -t -r /Users/per/dev/app/build/app/outputs/flutter-apk/app.apk
[+13674 ms] Performing Streamed Install
            Success
[        ] Installing build/app/outputs/flutter-apk/app.apk... (completed in 13.7s)
[   +1 ms] executing: /Users/per/Library/Android/sdk/platform-tools/adb -s 010a2385e2d59663 shell echo -n e7c729cd4c66cb4d10221f65602f7077c8a61cc7 > /data/local/tmp/sky.info.car.app.sha1
[  +34 ms] Nexus 5X startApp
[   +1 ms] executing: /Users/per/Library/Android/sdk/platform-tools/adb -s 010a2385e2d59663 shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true --ez enable-dart-profiling true info.car.app/info.car.app.MainActivity
[ +134 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=info.car.app/.MainActivity (has extras) }
[   +2 ms] Application running.
[   +1 ms] Flutter run key commands.
[   +2 ms] h Repeat this help message.
[        ] c Clear the screen
[        ] q Quit (terminate the application on the device).

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 27, 2020
@PerLycke
Copy link
Author

Thanks for your response @TahaTesser. Above is what you asked for. We currently have 3 different users with this issue on an update we released the other day. Hopefully I can get some clarification about this issue and if there's something I can do on my end to fix it. Looking at it I can't come up with something myself. An app crashing on launch is bad so I hope this can get some attention.

@uzumaki258
Copy link

I have the same issue when upgrade to flutter 1.20.2

@TahaTesser TahaTesser added a: production Issues experienced in live production apps platform-android Android applications specifically c: fatal crash Crashes that terminate the process engine flutter/engine repository. See also e: labels. will need additional triage This issue or PR needs attention during weekly triage and removed in triage Presently being triaged by the triage team labels Aug 28, 2020
@TahaTesser
Copy link
Member

I’m unable to reproduce the issue to pinpoint the cause, but there are reports from several users. The issue needs further investigation.

@TahaTesser TahaTesser added the c: regression It was better in the past than it is now label Aug 28, 2020
@kf6gpe kf6gpe added the P1 label Aug 28, 2020
@zanderso
Copy link
Member

@chinmaygarde is this the same as #37566? Maybe not since it is getting reported on e.g. Nexus 5x?

@PerLycke You mentioned this is affecting 3 users. To help us get some idea of how widespread this issue is, can you share what proportion of your users that amounts to?

@PerLycke
Copy link
Author

@zanderso Looks like 3.5k updated, so it's 3 out of that amount. It's not widespread, at all, but it holds me off promoting a potentially crashing update

@xster
Copy link
Member

xster commented Aug 28, 2020

Is it possible to share your final APK output as well?

@PerLycke
Copy link
Author

@xster Of course. Downloaded from Google Play Console, so it's the exact same bundle the affected users installed: https://drive.google.com/file/d/1eP_2YuktP23E6DrDCaEer67kiMOHL9gS/view?usp=sharing

@xster
Copy link
Member

xster commented Aug 28, 2020

I'm having trouble matching some parts of this bug. Your original crash stack says it failed to load libflutter.so from the lib/x86 folder which is expected since we don't support x86(-32 bit) and your APK doesn't have an lib/x86 folder as expected.

But you're saying that crashlytics is reporting that the crashing devices are Nexus 5X, Android 8.1.0, and Galaxy S10, Android 10 which are arm64 devices?

It seems like when you tried locally on a Nexus 5X, it ran successfully as well? Is the crash reproducible locally in the end?

Can you give us more details from the crashlytics console?

@PerLycke
Copy link
Author

@xster I can not reproduce the bug on the physical 5x I have which I dug up after creating this issue (to get the log). Crashlytics is clearly reporting this bug on version code 557, which I shared:

Screenshot 2020-08-28 at 18 28 13

@PerLycke
Copy link
Author

By the way, looking more into Crashlytics, the log on Samsung S10 with Android 10, looks slightly different:

Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{info.car.app/info.car.app.MainActivity}: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/info.car.app-JpBPEvQJ7gtnGxcoOBcMQQ==/base.apk"],nativeLibraryDirectories=[/data/app/info.car.app-JpBPEvQJ7gtnGxcoOBcMQQ==/lib/arm64, /system/lib64]]] couldn't find "libflutter.so"
       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3555)
       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3707)
       at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)
       at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
       at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2220)
       at android.os.Handler.dispatchMessage(Handler.java:107)
       at android.os.Looper.loop(Looper.java:237)
       at android.app.ActivityThread.main(ActivityThread.java:8016)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1076)

Caused by java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/info.car.app-JpBPEvQJ7gtnGxcoOBcMQQ==/base.apk"],nativeLibraryDirectories=[/data/app/info.car.app-JpBPEvQJ7gtnGxcoOBcMQQ==/lib/arm64, /system/lib64]]] couldn't find "libflutter.so"
       at io.flutter.embedding.engine.loader.FlutterLoader.a(FlutterLoader.java:246)
       at io.flutter.embedding.engine.FlutterEngine.<init>(FlutterEngine.java:148)
       at io.flutter.embedding.engine.FlutterEngine.<init>(FlutterEngine.java:19)
       at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setupFlutterEngine(FlutterActivityAndFragmentDelegate.java:106)
       at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.a(FlutterActivityAndFragmentDelegate.java:7)
       at io.flutter.embedding.android.FlutterActivity.onCreate(FlutterActivity.java:20)
       at info.car.app.MainActivity.onCreate(MainActivity.java)
       at android.app.Activity.performCreate(Activity.java:7957)
       at android.app.Activity.performCreate(Activity.java:7946)
       at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1307)
       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3530)
       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3707)
       at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)
       at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
       at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2220)
       at android.os.Handler.dispatchMessage(Handler.java:107)
       at android.os.Looper.loop(Looper.java:237)
       at android.app.ActivityThread.main(ActivityThread.java:8016)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1076)

Caused by java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/info.car.app-JpBPEvQJ7gtnGxcoOBcMQQ==/base.apk"],nativeLibraryDirectories=[/data/app/info.car.app-JpBPEvQJ7gtnGxcoOBcMQQ==/lib/arm64, /system/lib64]]] couldn't find "libflutter.so"
       at java.util.concurrent.FutureTask.report(FutureTask.java:123)
       at java.util.concurrent.FutureTask.get(FutureTask.java:193)
       at io.flutter.embedding.engine.loader.FlutterLoader.a(FlutterLoader.java:23)
       at io.flutter.embedding.engine.FlutterEngine.<init>(FlutterEngine.java:148)
       at io.flutter.embedding.engine.FlutterEngine.<init>(FlutterEngine.java:19)
       at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setupFlutterEngine(FlutterActivityAndFragmentDelegate.java:106)
       at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.a(FlutterActivityAndFragmentDelegate.java:7)
       at io.flutter.embedding.android.FlutterActivity.onCreate(FlutterActivity.java:20)
       at info.car.app.MainActivity.onCreate(MainActivity.java)
       at android.app.Activity.performCreate(Activity.java:7957)
       at android.app.Activity.performCreate(Activity.java:7946)
       at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1307)
       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3530)
       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3707)
       at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)
       at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
       at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2220)
       at android.os.Handler.dispatchMessage(Handler.java:107)
       at android.os.Looper.loop(Looper.java:237)
       at android.app.ActivityThread.main(ActivityThread.java:8016)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1076)

Caused by java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/info.car.app-JpBPEvQJ7gtnGxcoOBcMQQ==/base.apk"],nativeLibraryDirectories=[/data/app/info.car.app-JpBPEvQJ7gtnGxcoOBcMQQ==/lib/arm64, /system/lib64]]] couldn't find "libflutter.so"
       at java.lang.Runtime.loadLibrary0(Runtime.java:1067)
       at java.lang.Runtime.loadLibrary0(Runtime.java:1007)
       at java.lang.System.loadLibrary(System.java:1667)
       at io.flutter.embedding.engine.loader.FlutterLoader$1.call(FlutterLoader.java:10)
       at io.flutter.embedding.engine.loader.FlutterLoader$1.call(FlutterLoader.java)
       at java.util.concurrent.FutureTask.run(FutureTask.java:266)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
       at java.lang.Thread.run(Thread.java:919)

@xster
Copy link
Member

xster commented Aug 28, 2020

umm it's unusual that the device is reporting itself as a "Nexus 5X" in your last screenshot #64697 (comment) while it's trying to load a native library from /lib/x86.

Is someone taking your Play Store APK and trying to adb install it onto a Nexus 5X emulator?

Regarding your last comment, I think @chinmaygarde thinks it's related to #59501.

@chinmaygarde
Copy link
Member

This is a duplicate of #59501. A summary of why that was closed: We observed a customer reporting a similar issue with failures to launch applications packaged as app bundles. The crash rate was similar to the rate reported in a previous comment in this thread. Attempts to reproduce that locally were unsuccessful. After verifying that Flutter tools were packaging the the app bundle as prescribed, we reached out to an internal team for aid (b/159618489). That team could not reproduce this either which is not entirely surprising given the low crash rate in the wild. We don't think this is an issue with Flutter as this App bundle issue has been reported in non-Flutter applications as well.

@uzumaki258
Copy link

I use build target 28 don't have a problem with UnsatisfiedLinkError.
My App has 1milion user. But when I change to build target 29 that required from Google Play Consol. Just roll out for 5% user then I get crash.
But make sense if It's App bundle issues.

@Ali1Ammar
Copy link

i get this issues on Nexus 5X API Level 23 from firebase crashlytics so i test my app on firebase test with Robo test, Nexus 5X, Virtual, API Level 23 and same issues
and i test empty counter app(default flutter app) and same issues

this from firebase test for empty counter app
this what i do
flutter create emptyapp
flutter build appbundle
and test this on firebase test lab with Robo test, Nexus 5X, Virtual, API Level 23

  • Nexus 5X, Virtual, API Level 26 work fine
  • i try with flutter build apk , same things 26 api works but 23 api not
     *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'generic/gce_x86_phone/gce_x86:6.0.1/MOB31Q.MZG52/3751182:userdebug/test-keys'
Revision: '0'
ABI: 'x86'
pid: 9719, tid: 9782, name: 1.ui  >>> com.example.emptyapp <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x180002
    eax 00000002  ebx af5daf38  ecx af5ff01c  edx 9d506d4b
    esi 00180000  edi 00018000
    xcs 00000073  xds 0000007b  xes 0000007b  xfs 00000007  xss 0000007b
    eip af58492d  ebp 9ca7f2a8  esp 9ca7f250  flags 00210206
backtrace:
    #00 pc 001c192d  /system/lib/libndk_translation.so (_ZN15ndk_translation19find_symbol_by_nameEPNS_6soinfoERNS_10SymbolNameE+237)
    #01 pc 001c2463  /system/lib/libndk_translation.so (_ZN15ndk_translation8do_dlsymEPvPKcS0_+419)
    #02 pc 001c386e  /system/lib/libndk_translation.so (_ZN15ndk_translation24ndk_translation_do_dlsymEPvPKcS2_PKvPS0_+46)
    #03 pc 001346ad  /system/lib/libndk_translation.so (_ZN15ndk_translation11GuestLoader6DlVSymEPvPKcS3_S1_+77)
    #04 pc 0000193b  /system/lib/libndk_translation_proxy_libdl.so
    #05 pc 00000691  [anon:ndk_x_0xb2ec0000]
    #06 pc 0006bd4a  /data/app/com.example.emptyapp-1/lib/arm/libflutter.so
    #07 pc fffffffe  <unknown>

this log above from counter app


Process: com.sjaj.iq, PID: 9606
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sjaj.iq/com.sjaj.iq.MainActivity}: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.sjaj.iq-1/base.apk", zip file "/data/app/com.sjaj.iq-1/split_config.af.apk", zip file "/data/app/com.sjaj.iq-1/split_config.am.apk", zip file "/data/app/com.sjaj.iq-1/split_config.ar.apk", zip file "/data/app/com.sjaj.iq-1/split_config.as.apk", zip file "/data/app/com.sjaj.iq-1/split_config.az.apk", zip file "/data/app/com.sjaj.iq-1/split_config.be.apk", zip file "/data/app/com.sjaj.iq-1/split_config.bg.apk", zip file "/data/app/com.sjaj.iq-1/split_config.bn.apk", zip file "/data/app/com.sjaj.iq-1/split_config.bs.apk", zip file "/data/app/com.sjaj.iq-1/split_config.ca.apk", zip file "/data/app/com.sjaj.iq-1/split_config.cs.apk", zip file "/data/app/com.sjaj.iq-1/split_config.da.apk", zip file "/data/app/com.sjaj.iq-1/split_config.de.apk", zip file "/data/app/com.sjaj.iq-1/split_config.el.apk", zip file "/data/app/com.sjaj.iq-1/split_config.en.apk", zip file "/data/app/com.sjaj.iq-1/split_config.es.apk", zip file "/data/app/com.sjaj.iq-1/split_config.et.apk", zip file "/data/app/com.sjaj.iq-1/split_config.eu.apk", zip file "/data/app/com.sjaj.iq-1/split_config.fa.apk", zip file "/data/app/com.sjaj.iq-1/split_config.fi.apk", zip file "/data/app/com.sjaj.iq-1/split_config.fr.apk", zip file "/data/app/com.sjaj.iq-1/split_config.gl.apk", zip file "/data/app/com.sjaj.iq-1/split_config.gu.apk", zip file "/data/app/com.sjaj.iq-1/split_config.hdpi.apk", zip file "/data/app/com.sjaj.iq-1/split_config.hi.apk", zip file "/data/app/com.sjaj.iq-1/split_config.hr.apk", zip file "/data/app/com.sjaj.iq-1/split_config.hu.apk", zip file "/data/app/com.sjaj.iq-1/split_config.hy.apk", zip file "/data/app/com.sjaj.iq-1/split_config.in.apk", zip file "/data/app/com.sjaj.iq-1/split_config.is.apk", zip file "/data/app/com.sjaj.iq-1/split_config.it.apk", zip file "/data/app/com.sjaj.iq-1/split_config.iw.apk", zip file "/data/app/com.sjaj.iq-1/split_config.ja.apk", zip file "/data/app/com.sjaj.iq-1/split_config.ka.apk", zip file "/data/app/com.sjaj.iq-1/split_config.kk.apk", zip file "/data/app/com.sjaj.iq-1/split_config.km.apk", zip file "/data/app/com.sjaj.iq-1/split_config.kn.apk", zip file "/data/app/com.sjaj.iq-1/split_config.ko.apk", zip file "/data/app/com.sjaj.iq-1/split_config.ky.apk", zip file "/data/app/com.sjaj.iq-1/split_config.ldpi.apk", zip file "/data/app/com.sjaj.iq-1/split_config.lo.apk", zip file "/data/app/com.sjaj.iq-1/split_config.lt.apk", zip file "/data/app/com.sjaj.iq-1/split_config.lv.apk", zip file "/data/app/com.sjaj.iq-1/split_config.mdpi.apk", zip file "/data/app/com.sjaj.iq-1/split_config.mk.apk", zip file "/data/app/com.sjaj.iq-1/split_config.ml.apk", zip file "/data/app/com.sjaj.iq-1/split_config.mn.apk", zip file "/data/app/com.sjaj.iq-1/split_config.mr.apk", zip file "/data/app/com.sjaj.iq-1/split_config.ms.apk", zip file "/data/app/com.sjaj.iq-1/split_config.my.apk", zip file "/data/app/com.sjaj.iq-1/split_config.nb.apk", zip file "/data/app/com.sjaj.iq-1/split_config.ne.apk", zip file "/data/app/com.sjaj.iq-1/split_config.nl.apk", zip file "/data/app/com.sjaj.iq-1/split_config.or.apk", zip file "/data/app/com.sjaj.iq-1/split_config.pa.apk", zip file "/data/app/com.sjaj.iq-1/split_config.pl.apk", zip file "/data/app/com.sjaj.iq-1/split_config.pt.apk", zip file "/data/app/com.sjaj.iq-1/split_config.ro.apk", zip file "/data/app/com.sjaj.iq-1/split_config.ru.apk", zip file "/data/app/com.sjaj.iq-1/split_config.si.apk", zip file "/data/app/com.sjaj.iq-1/split_config.sk.apk", zip file "/data/app/com.sjaj.iq-1/split_config.sl.apk", zip file "/data/app/com.sjaj.iq-1/split_config.sq.apk", zip file "/data/app/com.sjaj.iq-1/split_config.sr.apk", zip file "/data/app/com.sjaj.iq-1/split_config.sv.apk", zip file "/data/app/com.sjaj.iq-1/split_config.sw.apk", zip file

this log above from my app on firebase test



Unable to start activity ComponentInfo{com.sjaj.iq/com.sjaj.iq.MainActivity}: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.sjaj.iq-1/base.apk"],nativeLibraryDirectories=[/data/app/com.sjaj.iq-1/lib/x86, /data/app/com.sjaj.iq-1/base.apk!/lib/x86, /vendor/lib, /system/lib]]] couldn't find "libflutter.so"

this from my app on firebase Crashlytics

@cubuspl42
Copy link

cubuspl42 commented Sep 2, 2020

@chinmaygarde I believe that there are actually two separate issues. These related to arm* and these related to x86 and Nexus 5X specifically. The former can mean actual real users being served with incorrect .apk (with missing libraries) from Google Play. The latter seems to be Google Play incorrectly attempting to run .aab apps not supporting x86 on Firebase Test Lab Nexus 5X virtual x86 devices.

It's the only sensible explanation I could come up with. Nexus 5X doesn't seem to be popular in the wild, the only Nexuses 5X I see in Analytics are (I'm 99.9% sure) the ones from Google Play Firebase Test Lab. There are hundreds of them. Those run on 6.0.1, though, and succeed to run the app, but get stuck on the login screen. I guess that they're physical? In the Crashlytics I can see (virtual, I assume) x86 Nexuses 5X with Android 8.1.0, failing to find flutter.so. In the last 90 days I have 6 crash instances.

@kw2019ltd
Copy link

same

Caused by java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/kw.ltd.barcodeapp-tjJ90wNVR4smicOUZ2Fzkw==/base.apk"],nativeLibraryDirectories=[/data/app/kw.ltd.barcodeapp-tjJ90wNVR4smicOUZ2Fzkw==/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libflutter.so"
at io.flutter.embedding.engine.loader.FlutterLoader.ensureInitializationComplete(FlutterLoader.java:258)
at io.flutter.embedding.engine.FlutterEngine.(FlutterEngine.java:284)
at io.flutter.embedding.engine.FlutterEngine.(FlutterEngine.java:190)
at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setupFlutterEngine(FlutterActivityAndFragmentDelegate.java:233)
at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach(FlutterActivityAndFragmentDelegate.java:153)
at io.flutter.embedding.android.FlutterActivity.onCreate(FlutterActivity.java:411)
at android.app.Activity.performCreate(Activity.java:7009)
at android.app.Activity.performCreate(Activity.java:7000)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1214)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2731)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856)
at android.app.ActivityThread.-wrap11()
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6494)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)

@skquo
Copy link

skquo commented Nov 20, 2020

PlayStore report
Crash
Google AMD Stoney Ridge Chromebook
Android 9 (SDK 28)
java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3031)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3166)
at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1883)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:193)
at android.app.ActivityThread.main (ActivityThread.java:6971)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:865)
Caused by: java.lang.RuntimeException:
at io.flutter.embedding.engine.loader.FlutterLoader.ensureInitializationComplete (FlutterLoader.java:284)
at io.flutter.embedding.engine.FlutterEngine. (FlutterEngine.java:160)
at io.flutter.embedding.engine.FlutterEngine. (FlutterEngine.java:16)
at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setupFlutterEngine (FlutterActivityAndFragmentDelegate.java:110)
at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach (FlutterActivityAndFragmentDelegate.java:7)
at io.flutter.embedding.android.FlutterActivity.onCreate (FlutterActivity.java:22)
at android.app.Activity.performCreate (Activity.java:7245)
at android.app.Activity.performCreate (Activity.java:7236)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1287)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3011)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3166)
at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1883)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:193)
at android.app.ActivityThread.main (ActivityThread.java:6971)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:865)
Caused by: java.util.concurrent.ExecutionException:
at java.util.concurrent.FutureTask.report (FutureTask.java:123)
at java.util.concurrent.FutureTask.get (FutureTask.java:193)
at io.flutter.embedding.engine.loader.FlutterLoader.ensureInitializationComplete (FlutterLoader.java:23)
at io.flutter.embedding.engine.FlutterEngine. (FlutterEngine.java:160)
at io.flutter.embedding.engine.FlutterEngine. (FlutterEngine.java:16)
at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setupFlutterEngine (FlutterActivityAndFragmentDelegate.java:110)
at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach (FlutterActivityAndFragmentDelegate.java:7)
at io.flutter.embedding.android.FlutterActivity.onCreate (FlutterActivity.java:22)
at android.app.Activity.performCreate (Activity.java:7245)
at android.app.Activity.performCreate (Activity.java:7236)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1287)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3011)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3166)
at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1883)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:193)
at android.app.ActivityThread.main (ActivityThread.java:6971)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:865)
Caused by: java.lang.UnsatisfiedLinkError:
at java.lang.Runtime.loadLibrary0 (Runtime.java:1012)
at java.lang.System.loadLibrary (System.java:1669)
at io.flutter.embedding.engine.loader.FlutterLoader$1.call (FlutterLoader.java:20)
at io.flutter.embedding.engine.loader.FlutterLoader$1.call (FlutterLoader.java)
at java.util.concurrent.FutureTask.run (FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run (Thread.java:764)

@julienduchow
Copy link

java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3031)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3166)
at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1883)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:193)
at android.app.ActivityThread.main (ActivityThread.java:6971)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:865)
Caused by: java.lang.RuntimeException:
at io.flutter.embedding.engine.loader.FlutterLoader.ensureInitializationComplete (FlutterLoader.java:284)
at io.flutter.embedding.engine.FlutterEngine. (FlutterEngine.java:160)
at io.flutter.embedding.engine.FlutterEngine. (FlutterEngine.java:16)
at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setupFlutterEngine (FlutterActivityAndFragmentDelegate.java:110)
at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach (FlutterActivityAndFragmentDelegate.java:7)
at io.flutter.embedding.android.FlutterActivity.onCreate (FlutterActivity.java:22)
at android.app.Activity.performCreate (Activity.java:7245)
at android.app.Activity.performCreate (Activity.java:7236)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1287)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3011)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3166)
at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1883)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:193)
at android.app.ActivityThread.main (ActivityThread.java:6971)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:865)
Caused by: java.util.concurrent.ExecutionException:
at java.util.concurrent.FutureTask.report (FutureTask.java:123)
at java.util.concurrent.FutureTask.get (FutureTask.java:193)
at io.flutter.embedding.engine.loader.FlutterLoader.ensureInitializationComplete (FlutterLoader.java:23)
at io.flutter.embedding.engine.FlutterEngine. (FlutterEngine.java:160)
at io.flutter.embedding.engine.FlutterEngine. (FlutterEngine.java:16)
at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.setupFlutterEngine (FlutterActivityAndFragmentDelegate.java:110)
at io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach (FlutterActivityAndFragmentDelegate.java:7)
at io.flutter.embedding.android.FlutterActivity.onCreate (FlutterActivity.java:22)
at android.app.Activity.performCreate (Activity.java:7245)
at android.app.Activity.performCreate (Activity.java:7236)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1287)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3011)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3166)
at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1883)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:193)
at android.app.ActivityThread.main (ActivityThread.java:6971)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:865)
Caused by: java.lang.UnsatisfiedLinkError:
at java.lang.Runtime.loadLibrary0 (Runtime.java:1012)
at java.lang.System.loadLibrary (System.java:1669)
at io.flutter.embedding.engine.loader.FlutterLoader$1.call (FlutterLoader.java:20)
at io.flutter.embedding.engine.loader.FlutterLoader$1.call (FlutterLoader.java)
at java.util.concurrent.FutureTask.run (FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run (Thread.java:764)

@skquo Got same reports with same stacktrace. Did you found the reason or a solution?

@github-actions
Copy link

github-actions bot commented Aug 7, 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 7, 2021
@flutter-triage-bot flutter-triage-bot bot added P0 Critical issues such as a build break or regression and removed P1 labels Jun 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: production Issues experienced in live production apps c: fatal crash Crashes that terminate the process c: regression It was better in the past than it is now engine flutter/engine repository. See also e: labels. P0 Critical issues such as a build break or regression platform-android Android applications specifically will need additional triage This issue or PR needs attention during weekly triage
Projects
None yet
Development

No branches or pull requests