· 6 years ago · Nov 28, 2019, 03:06 AM
1Launching lib/main.dart on Redmi 4 in debug mode...
2Initializing gradle... 1.1s
3Resolving dependencies... 28.5s
4Note: /home/chethan/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.12.10/android/src/main/java/io/flutter/plugins/firebase/cloudfirestore/CloudFirestorePlugin.java uses or overrides a deprecated API.
5Note: Recompile with -Xlint:deprecation for details.
6Note: /home/chethan/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.12.10/android/src/main/java/io/flutter/plugins/firebase/cloudfirestore/CloudFirestorePlugin.java uses unchecked or unsafe operations.
7Note: Recompile with -Xlint:unchecked for details.
8Running Gradle task 'assembleDebug'...
9
10Running Gradle task 'assembleDebug'... Done 123.2s (!)
11Built build/app/outputs/apk/debug/app-debug.apk.
12Installing build/app/outputs/apk/app.apk... 77.5s
13Flutter is taking longer than expected to report its views. Still trying...
14I/FA (27766): Tag Manager is not found and thus will not be used
15E/flutter (27766): [ERROR:flutter/shell/common/shell.cc(178)] Dart Error: error: import of dart:mirrors is not supported in the current Dart runtime
16E/flutter (27766): [ERROR:flutter/shell/common/engine.cc(188)] Could not prepare to run the isolate.
17E/flutter (27766): [ERROR:flutter/shell/common/engine.cc(127)] Engine not prepare and launch isolate.
18E/flutter (27766): [ERROR:flutter/shell/common/shell.cc(407)] Could not launch engine with configuration.
19Syncing files to device Redmi 4...
20E/StorageCipher18Impl(27766): unwrap key failed
21E/StorageCipher18Impl(27766): java.security.InvalidKeyException: Failed to unwrap key
22E/StorageCipher18Impl(27766): at android.security.keystore.AndroidKeyStoreCipherSpiBase.engineUnwrap(AndroidKeyStoreCipherSpiBase.java:682)
23E/StorageCipher18Impl(27766): at javax.crypto.Cipher.unwrap(Cipher.java:2435)
24E/StorageCipher18Impl(27766): at com.it_nomads.fluttersecurestorage.ciphers.RSACipher18Implementation.unwrap(RSACipher18Implementation.java:49)
25E/StorageCipher18Impl(27766): at com.it_nomads.fluttersecurestorage.ciphers.StorageCipher18Implementation.<init>(StorageCipher18Implementation.java:44)
26E/StorageCipher18Impl(27766): at com.it_nomads.fluttersecurestorage.FlutterSecureStoragePlugin.<init>(FlutterSecureStoragePlugin.java:46)
27E/StorageCipher18Impl(27766): at com.it_nomads.fluttersecurestorage.FlutterSecureStoragePlugin.registerWith(FlutterSecureStoragePlugin.java:33)
28E/StorageCipher18Impl(27766): at io.flutter.plugins.GeneratedPluginRegistrant.registerWith(GeneratedPluginRegistrant.java:35)
29E/StorageCipher18Impl(27766): at com.example.gpertui.MainActivity.onCreate(MainActivity.java:11)
30E/StorageCipher18Impl(27766): at android.app.Activity.performCreate(Activity.java:6857)
31E/StorageCipher18Impl(27766): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
32E/StorageCipher18Impl(27766): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2676)
33E/StorageCipher18Impl(27766): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2784)
34E/StorageCipher18Impl(27766): at android.app.ActivityThread.-wrap12(ActivityThread.java)
35E/StorageCipher18Impl(27766): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1523)
36E/StorageCipher18Impl(27766): at android.os.Handler.dispatchMessage(Handler.java:102)
37E/StorageCipher18Impl(27766): at android.os.Looper.loop(Looper.java:163)
38E/StorageCipher18Impl(27766): at android.app.ActivityThread.main(ActivityThread.java:6238)
39E/StorageCipher18Impl(27766): at java.lang.reflect.Method.invoke(Native Method)
40E/StorageCipher18Impl(27766): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
41E/StorageCipher18Impl(27766): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
42E/StorageCipher18Impl(27766): Caused by: javax.crypto.IllegalBlockSizeException
43E/StorageCipher18Impl(27766): at android.security.keystore.AndroidKeyStoreCipherSpiBase.engineDoFinal(AndroidKeyStoreCipherSpiBase.java:519)
44E/StorageCipher18Impl(27766): at android.security.keystore.AndroidKeyStoreCipherSpiBase.engineUnwrap(AndroidKeyStoreCipherSpiBase.java:680)
45E/StorageCipher18Impl(27766): ... 19 more
46E/StorageCipher18Impl(27766): Caused by: android.security.KeyStoreException: Unknown error
47E/StorageCipher18Impl(27766): at android.security.KeyStore.getKeyStoreException(KeyStore.java:676)
48E/StorageCipher18Impl(27766): at android.security.keystore.KeyStoreCryptoOperationChunkedStreamer.doFinal(KeyStoreCryptoOperationChunkedStreamer.java:224)
49E/StorageCipher18Impl(27766): at android.security.keystore.AndroidKeyStoreCipherSpiBase.engineDoFinal(AndroidKeyStoreCipherSpiBase.java:506)
50E/StorageCipher18Impl(27766): ... 20 more
51I/OpenGLRenderer(27766): Initialized EGL, version 1.4
52D/OpenGLRenderer(27766): Swap behavior 1
53E/FirebaseInstanceId(27766): Failed to resolve target intent service, skipping classname enforcement
54E/FirebaseInstanceId(27766): Error while delivering the message: ServiceIntent not found.
55Syncing files to device Redmi 4... 17,300ms (!)
56
57? To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".
58An Observatory debugger and profiler on Redmi 4 is available at: http://127.0.0.1:46711/g8EJB5Cyyf8=/
59For a more detailed help message, press "h". To detach, press "d"; to quit, press "q".
60E/System (27766): Uncaught exception thrown by finalizer
61E/System (27766): java.lang.IllegalStateException: Binder has been finalized!
62E/System (27766): at android.os.BinderProxy.transactNative(Native Method)
63E/System (27766): at android.os.BinderProxy.transact(Binder.java:622)
64E/System (27766): at android.security.IKeystoreService$Stub$Proxy.abort(IKeystoreService.java:1349)
65E/System (27766): at android.security.KeyStore.abort(KeyStore.java:519)
66E/System (27766): at android.security.keystore.AndroidKeyStoreCipherSpiBase.finalize(AndroidKeyStoreCipherSpiBase.java:744)
67E/System (27766): at android.security.keystore.AndroidKeyStoreRSACipherSpi$PKCS1Padding.finalize(AndroidKeyStoreRSACipherSpi.java)
68E/System (27766): at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:224)
69E/System (27766): at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:211)
70E/System (27766): at java.lang.Thread.run(Thread.java:760)
71E/System (27766): Uncaught exception thrown by finalizer
72E/System (27766): java.lang.IllegalStateException: Binder has been finalized!
73E/System (27766): at android.os.BinderProxy.transactNative(Native Method)
74E/System (27766): at android.os.BinderProxy.transact(Binder.java:622)
75E/System (27766): at android.security.IKeystoreService$Stub$Proxy.abort(IKeystoreService.java:1349)
76E/System (27766): at android.security.KeyStore.abort(KeyStore.java:519)
77E/System (27766): at android.security.keystore.AndroidKeyStoreCipherSpiBase.finalize(AndroidKeyStoreCipherSpiBase.java:744)
78E/System (27766): at android.security.keystore.AndroidKeyStoreRSACipherSpi$PKCS1Padding.finalize(AndroidKeyStoreRSACipherSpi.java)
79E/System (27766): at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:224)
80E/System (27766): at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:211)
81E/System (27766): at java.lang.Thread.run(Thread.java:760)