You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm this is a suspected bug or issue that will affect other users
I have reproduced the issue using the example project or provided the necessary information to reproduce the issue.
I have read the documentation thoroughly and it does not help solve my issue.
I have checked that no similar issues (open or closed) already exist.
Current behavior:
I have got this crash report on Firebase:
Fatal Exception: java.lang.NullPointerException: println needs a message
at android.util.Log.println_native(Log.java)
at android.util.Log.e(Log.java:334)
at org.apache.cordova.firebase.FirebasePlugin$2.run(FirebasePlugin.java:687)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
at java.lang.Thread.run(Thread.java:1012)
Expected behavior:
It shouldn't crash.
How to fix:
It seems there is already an opened Pull Request that should fix this issue on line 687 by calling handleExceptionWithContext.
The text was updated successfully, but these errors were encountered:
Bug report
CHECKLIST
I have read the issue reporting guidelines
I confirm this is a suspected bug or issue that will affect other users
Current behavior:
I have got this crash report on Firebase:
Expected behavior:
It shouldn't crash.
How to fix:
It seems there is already an opened Pull Request that should fix this issue on line 687 by calling
handleExceptionWithContext
.The text was updated successfully, but these errors were encountered: