question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fatal Exception: java.lang.RuntimeException: Uncaught exception in Firebase Database runloop (20.0.4).

See original GitHub issue

Environment

  • Android Studio version: 2020.3.1 patch4
  • Firebase Component: Database
  • Component version: 20.0.4

Describe the problem

The works fine on debug mode but when I generate the signed app for the play store, it crashes with a blow error

Relevant Code:

Fatal Exception: java.lang.RuntimeException: Uncaught exception in Firebase Database runloop (20.0.4). 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(AndroidPlatform.java:96)
       at android.os.Handler.handleCallback(Handler.java:795)
       at android.os.Handler.dispatchMessage(Handler.java:99)
       at android.os.Looper.loop(Looper.java:166)
       at android.app.ActivityThread.main(ActivityThread.java:6861)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:450)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
argzdevcommented, Apr 25, 2022

Hi @Mercandj, amazing investigation! I was able to reproduce the same behavior that you’re experiencing with your repro. I’ll notify an engineer to see what we can do here. Thanks!

1reaction
argzdevcommented, Apr 29, 2022

Awesome, thanks again @Mercandj.

Just a follow up @RufenKhokhar, could you provide extra details based on my previous comment?

Could you provide more information like the following:

  1. Any code snippet where this issue is experienced?
  2. Steps to reproduce this issue
  3. Is this issue consistently reproducible?
  4. Are there any specific Android brands or version?

Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Uncaught exception in Firebase Database runloop (20.0.0)
On production, getting lot of java.lang.RuntimeException crashes logged on crashlytics / console. Crash: Non-fatal Exception: java.lang.
Read more >
Uncaught exception in Firebase Database runloop (20.0.6)
I get the following error stack trace when trying to navigate to a screen that uses Firebase Realtime Database for the second time...
Read more >
Firebase 9.0.2 Uncaught exception fatal exception
Fatal Exception : java.lang.RuntimeException: Uncaught exception in Firebase runloop (3.0.0). Please report to sup...@firebase.com.
Read more >
DatabaseException | Firebase - Google
Dismiss Got it. class DatabaseException : RuntimeException ... From java.lang.Throwable ... Java is a registered trademark of Oracle and/or its affiliates.
Read more >
App Stops working while using Firebase
E/RunLoop: Uncaught exception in Firebase Database runloop (3.0.0). Please report to firebase-database-client@google.com java.lang.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found