Today I sent the first bigger batch of push notifications to my users. In the following minutes a number of crash reports started showing up. I'm not sure what's the right place for these, so I'll post them here.
1 (by far the most frequent)already submitted here:
https://groups.google.com/forum/#!topic/firebase-talk/Vpopd91i9Yg2Android: 4.4.2
Manufacturer: samsung
Model: GT-I9301I
java.lang.NullPointerException
at android.os.Bundle.<init>(Bundle.java:124)
at android.content.Intent.getExtras(Intent.java:5450)
at com.google.firebase.messaging.FirebaseMessagingService.b(Unknown Source)
at com.google.firebase.iid.e.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
3
Android: 4.4.4
Manufacturer: samsung
Model: GT-I9305
java.lang.IllegalArgumentException
at android.os.Parcel.nativeAppendFrom(Native Method)
at android.os.Parcel.appendFrom(Parcel.java:431)
at android.os.Bundle.<init>(Bundle.java:124)
at android.content.Intent.getExtras(Intent.java:5578)
at com.google.firebase.messaging.FirebaseMessagingService.b(Unknown Source)
at com.google.firebase.iid.e.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
4
Android: 4.4.2
Manufacturer: HTC
Model: HTC One mini 2
Android: 4.4.2
Manufacturer: samsung
Model: GT-I9301I
java.lang.OutOfMemoryError: int[] of length 1572703656 exceeds the VM limit(Heap Size=12524KB, Allocated=6275KB)
at android.util.ArrayMap.allocArrays(ArrayMap.java:196)
at android.util.ArrayMap.ensureCapacity(ArrayMap.java:307)
at android.os.Bundle.unparcel(Bundle.java:247)
at android.os.Bundle.getString(Bundle.java:1118)
at com.google.firebase.messaging.FirebaseMessagingService.b(Unknown Source)
at com.google.firebase.messaging.FirebaseMessagingService.b(Unknown Source)
at com.google.firebase.iid.e.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:864)
5Android: 4.2.2
Manufacturer: FP1
Model: FP1
java.lang.RuntimeException: Parcel android.os.Parcel@423db2f0: Unmarshalling unknown type code 28 at offset 4
at android.os.Parcel.readValue(Parcel.java:2032)
at android.os.Parcel.readMapInternal(Parcel.java:2225)
at android.os.Bundle.unparcel(Bundle.java:223)
at android.os.Bundle.getString(Bundle.java:1063)
at com.google.firebase.messaging.FirebaseMessagingService.b(Unknown Source)
at com.google.firebase.messaging.FirebaseMessagingService.b(Unknown Source)
at com.google.firebase.iid.e.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:838)