-
Notifications
You must be signed in to change notification settings - Fork 614
Uncaught exception in Firebase Database runloop (19.2.0) #958
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
Comments
Hi @chitra-bahadur thank you for taking the time to submit this issue. The error logs somehow related to issue#890. To check whether this is a function implementation issue, could you try to remove all third-party APIs and follow this Quickstart guide and see if you'll still encounter the issue? Thanks |
Hi,
It was causing issue because of RazorPay Java SDK. We checked if its
dependent on any firebase api but couldn't find. We removed "minifyenabled
= true" and "shrinikingResourecse = true" from build.gradle . it was
working fine.
Thanks
Chitra Bahadur
…On Thu, Nov 7, 2019 at 5:28 PM Arel Guatno ***@***.***> wrote:
Hi @chitra-bahadur <https://github.com/chitra-bahadur> thank you for
taking the time to submit this issue. The error logs somehow related to
issue#890 <#890>.
To check whether this is a function implementation issue, could you try to
remove all third-party APIs and follow this Quickstart guide
<https://github.com/firebase/quickstart-android> and see if you'll still
encounter the issue?
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#958?email_source=notifications&email_token=ACOE6RJ67LZP7OHBWXA2IT3QSP7FPA5CNFSM4JISP2AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDMFXBI#issuecomment-551050117>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOE6RPGHW72OZDQL4FPCDTQSP7FPANCNFSM4JISP2AA>
.
|
It sounds like you already figured out the issue, could you confirm if there's anything else we can help you with? |
Hi,
In android app we have to remove "minifyEnabled, shrinkingResources" due to
which app size is increasing. We think this issues is related with
Proguards. Crashes are pointing to JSONMapper class. It would be great we
can get help to resolve this issue.
Thanks
…On Thu, Nov 7, 2019 at 10:00 PM Arel Guatno ***@***.***> wrote:
It sounds like you already figured out the issue, could you confirm if
there's anything else we can help you with?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#958?email_source=notifications&email_token=ACOE6RP42V6EKKUD62UI233QSQ7BJA5CNFSM4JISP2AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDM7Y4Q#issuecomment-551156850>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOE6RKJGPMMU5VJ67MIDODQSQ7BJANCNFSM4JISP2AA>
.
|
Hi @chitra-bahadur Unfortunately, I wasn't able to reproduce the error, could you please |
Hi as I said before error is because of 3rd party sdk. So we make changes
in build.gradle as mentioned in previous mail it works but app size
increased. You can reproduce the error using razor pay java sdk in
production apk
…On Mon, 11 Nov, 2019, 7:27 pm Arel Guatno, ***@***.***> wrote:
Hi @chitra-bahadur <https://github.com/chitra-bahadur> Unfortunately, I
wasn't able to reproduce the error, could you please
A minimal reproduction
<https://stackoverflow.com/help/minimal-reproducible-exampl> of the issue
(please make it minimal and remove any third party libraries), and then we
can look at it further. Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#958?email_source=notifications&email_token=ACOE6RJFZ3N7TLG7JTU2UCTQTFQGDA5CNFSM4JISP2AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDW446A#issuecomment-552455800>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOE6RJYC23SP4JPNQD6BQ3QTFQGDANCNFSM4JISP2AA>
.
|
Unfortunately, we won't be able to debug build issues that occur due to bundling with other (non-Firebase) SDKs. If there is a dependency conflict that we can solve by updating one of our dependencies, please let us know and we can do so. I will close this issue for now but we can follow up if there is a conflicting dependency. |
getting following error
java.lang.RuntimeException: Uncaught exception in Firebase Database runloop (19.2.0). If you are not already on the latest version of the Firebase SDKs, try updating your dependencies. Should this problem persist, please file a report at https://github.com/firebase/firebase-android-sdk
at com.google.firebase.database.android.AndroidPlatform$1$1.run(SourceFile:1)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7356)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
Caused by: java.lang.NoSuchMethodError: No virtual method object()Lsh0; in class Lsh0; or its super classes (declaration of 'sh0' appears in base.apk!classes2.dex)
at com.google.firebase.database.util.JsonMapper.serializeJsonValue(SourceFile:13)
at com.google.firebase.database.util.JsonMapper.serializeJsonValue(SourceFile:9)
at com.google.firebase.database.util.JsonMapper.serializeJson(SourceFile:1)
at com.google.firebase.database.connection.WebsocketConnection.send(SourceFile:2)
at com.google.firebase.database.connection.Connection.sendData(SourceFile:5)
at com.google.firebase.database.connection.Connection.sendRequest(SourceFile:4)
at com.google.firebase.database.connection.PersistentConnectionImpl.sendSensitive(SourceFile:6)
at com.google.firebase.database.connection.PersistentConnectionImpl.sendAction(SourceFile:1)
at com.google.firebase.database.connection.PersistentConnectionImpl.sendStats(SourceFile:4)
at com.google.firebase.database.connection.PersistentConnectionImpl.sendConnectStats(SourceFile:6)
at com.google.firebase.database.connection.PersistentConnectionImpl.onReady(SourceFile:5)
at com.google.firebase.database.connection.Connection.onConnectionReady(SourceFile:3)
at com.google.firebase.database.connection.Connection.onHandshake(SourceFile:7)
at com.google.firebase.database.connection.Connection.onControlMessage(SourceFile:11)
at com.google.firebase.database.connection.Connection.onMessage(SourceFile:7)
at com.google.firebase.database.connection.WebsocketConnection.appendFrame(SourceFile:8)
at com.google.firebase.database.connection.WebsocketConnection.handleIncomingFrame(SourceFile:6)
at com.google.firebase.database.connection.WebsocketConnection.access$500(SourceFile:1)
at com.google.firebase.database.connection.WebsocketConnection$WSClientTubesock$2.run(SourceFile:1)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
The text was updated successfully, but these errors were encountered: