Skip to content
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

Fatal Exception: java.lang.NullPointerException #915

Open
3 of 5 tasks
TheNotorius0 opened this issue Nov 30, 2024 · 0 comments
Open
3 of 5 tasks

Fatal Exception: java.lang.NullPointerException #915

TheNotorius0 opened this issue Nov 30, 2024 · 0 comments

Comments

@TheNotorius0
Copy link

TheNotorius0 commented Nov 30, 2024

Bug report

CHECKLIST

  • I have reproduced the issue using the example project or provided the necessary information to reproduce the 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant