Android analytics: Error in firebase.logEvent: Error: java.lang.NullPointerException: null reference
See original GitHub issueJS: 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:
- Created 7 years ago
- Comments:21 (20 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It must be the single quotes!
Thanks for looking into it. You may run into a similar issue with other methods as well so I will investigate this further shortly!