How to find source of crashes of type java.lang.RuntimeException: Parcel android.os.Parcel@####: Unmarshalling unknown type code XXXX at offset YYY
问题 Our crash reporting system is logging crashes of this type: Caused by java.lang.RuntimeException: Parcel android.os.Parcel@8bf0d1f: Unmarshalling unknown type code 6881391 at offset 356 at android.os.Parcel.readValue(Parcel.java:2779) at android.os.Parcel.readSparseArrayInternal(Parcel.java:3148) at android.os.Parcel.readSparseArray(Parcel.java:2362) at android.os.Parcel.readValue(Parcel.java:2757) at android.os.Parcel.readArrayMapInternal(Parcel.java:3067) at android.os.BaseBundle.unparcel