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.

Android analytics: Error in firebase.logEvent: Error: java.lang.NullPointerException: null reference

See original GitHub issue

JS: Error in firebase.logEvent: Error: java.lang.NullPointerException: null reference JS: com.google.android.gms.common.internal.zzab.zzy(Unknown Source) JS: com.google.android.gms.measurement.internal.zzx.zzdo(Unknown Source) JS: com.google.firebase.analytics.FirebaseAnalytics.getInstance(Unknown Source) JS: com.tns.Runtime.callJSMethodNative(Native Method) JS: com.tns.Runtime.dispatchCallJSMethodNative(Runtime.java:862)

There are no null’s being passed in so I’m assuming this is coming from the plugin… will look.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:21 (20 by maintainers)

github_iconTop GitHub Comments

2reactions
EddyVerbruggencommented, Sep 9, 2016

It must be the single quotes!

1reaction
EddyVerbruggencommented, Sep 9, 2016

Thanks for looking into it. You may run into a similar issue with other methods as well so I will investigate this further shortly!

Read more comments on GitHub >

github_iconTop Results From Across the Web

NullPointerException when calling Firebase setUserProperty
If you try to instantiate that Activity by normal means ( Analytics analytics = new Analytics(); ) the onCreate() method WILL NOT be...
Read more >
Firebase Analytics don't seem to be sending any data
Hi all, I've set up the firebase analytics plugin just like instructed in ... LuaLoader Corona : ERROR: Runtime error Corona : java.lang....
Read more >
Analytics error codes - Firebase - Google
Error Code Cause Value 4 Event parameter value is too long Name of invalid parameter 5 Event has more than 25 parameters None 7 User property...
Read more >
Firebase analytics events not logged - Google Groups
Task exception on worker thread: java. · If there is an error with the event logging, the SDK should throw an error to...
Read more >
Android – Cannot see events in firebase analytics debug view
I searched a lot and just found this link regarding the exception above that says it must be an error from another application....
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