App is getting crash each time TransactionStreamHandler.java #7385
Unanswered
gitwithsonu
asked this question in
Feature request
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
cloud_firestore
/home/--------/streamhandler/TransactionStreamHandler.java uses unchecked or unsafe operations.
App is getting crash each time.. even there is not any error on flutter doctor or in flutter -v
play store saying ---> at com.google.firebase.firestore.s0.l.run(Unknown Source:4)
Process: com.flipquiz.flipquiz, PID: 3886
java.lang.ExceptionInInitializerError
at e.c.M1.o.forTarget(Unknown Source:0)
at e.c.M1.p.a(:1)
at e.c.J0.b(:2)
at com.google.firebase.firestore.r0.V.e(:2)
at com.google.firebase.firestore.r0.r.call(Unknown Source:2)
at b.b.a.a.h.E.run(Unknown Source:4)
at com.google.firebase.firestore.s0.H.a(:1)
at com.google.firebase.firestore.s0.l.run(Unknown Source:4)
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)
Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: e.c.J1.values []
at java.lang.Enum.enumValues(Enum.java:270)
at java.lang.Enum.access$000(Enum.java:61)
at java.lang.Enum$1.create(Enum.java:277)
at java.lang.Enum$1.create(Enum.java:275)
at libcore.util.BasicLruCache.get(BasicLruCache.java:63)
at java.lang.Enum.getSharedConstants(Enum.java:289)
at java.lang.Class.getEnumConstantsShared(Class.java:2428)
at java.util.EnumSet.getUniverse(EnumSet.java:407)
at java.util.EnumSet.noneOf(EnumSet.java:109)
at java.util.EnumSet.of(EnumSet.java:235)
at e.c.M1.o.(Unknown Source:102)
Beta Was this translation helpful? Give feedback.
All reactions