Replies: 1 comment
-
Please anybody any idea what to do... At other issues also the problem remains unsolved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Getting multiple crashes in my new app update. The crash is not happing in the development environment but only getting on the play store published app. In Firebase Crashalytics catching these crashes.
Most of them are on Android 10 few on Andoird 9
Text Log from Firebase Crashlytics Server:
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void f.a.b.a.j.a(java.lang.String, java.lang.Object)' on a null object reference
at io.flutter.plugins.firebase.storage.FirebaseStoragePlugin.b(FirebaseStoragePlugin.java:8)
at io.flutter.plugins.firebase.storage.FirebaseStoragePlugin.access$000(FirebaseStoragePlugin.java)
at io.flutter.plugins.firebase.storage.FirebaseStoragePlugin$15.a(FirebaseStoragePlugin.java:7)
at io.flutter.plugins.firebase.storage.FirebaseStoragePlugin$15.a(FirebaseStoragePlugin.java:2)
at com.google.firebase.storage.StorageTask$$Lambda$7.a(StorageTask.java:4)
at com.google.firebase.storage.TaskListenerImpl.lambda$onInternalStateChanged$2(TaskListenerImpl.java:2)
at com.google.firebase.storage.TaskListenerImpl$$Lambda$3.run(TaskListenerImpl.java:6)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:237)
at android.app.ActivityThread.main(ActivityThread.java:8107)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)
Beta Was this translation helpful? Give feedback.
All reactions