NullPointerException in FirebaseMessagingService
See original GitHub issueI got this crash today. First day in production. The crash report is from Crashalytics.
Fatal Exception: java.lang.NullPointerException
at com.google.firebase.messaging.FirebaseMessagingService.zzT(Unknown Source)
at com.google.firebase.messaging.FirebaseMessagingService.zzn(Unknown Source)
at com.google.firebase.messaging.FirebaseMessagingService.zzm(Unknown Source)
at com.google.firebase.iid.zzb$2.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:856)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:58 (17 by maintainers)
Top Results From Across the Web
NullPointerException on FirebaseMessagingService.zzo ...
This problem is discussed as an issue for the Quick Start project. Comments there from the Firebase support team indicate the problem is...
Read more >NullPointerException in FirebaseMessagingService - - Bountysource
I got this crash today. First day in production. The crash report is from Crashalytics. Fatal Exception: java.lang.NullPointerException at ...
Read more >FirebaseMessagingService - Google
Stay organized with collections Save and categorize content based on your preferences. Dismiss Got it. public class FirebaseMessagingService extends Service ...
Read more >NullPointerException in com.pushwoosh ...
I have an exception in the pushwoosh android SDK 5.5.2: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean...
Read more >[Solved] Android app crash when one signal notification sent
It crashes because of the. java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String
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
Another similar crash:
Device: Batmobile XT320 Android v4.3.1 Rooted Firebase 9.4.0
I also got this crash report from Crashlytics:
Fatal Exception: java.lang.NullPointerException at com.google.firebase.messaging.FirebaseMessagingService.zzT(Unknown Source) at com.google.firebase.messaging.FirebaseMessagingService.zzn(Unknown Source) at com.google.firebase.messaging.FirebaseMessagingService.zzm(Unknown Source) at com.google.firebase.iid.zzb$2.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569) at java.lang.Thread.run(Thread.java:856)
Device: GI-I9500_TMMARS OS: 4.1.1 ROOTED: Yes
I’m not checking for Google Play Services.