You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E Internal error - Function call: __md_main
Type not supported: class [Landroid.os.Parcelable;
E Internal error - Function call: __md_main
Type not supported: class [Landroid.os.Parcelable;
E Internal error - Function call: __fm_sendFirebaseEvent
Type not supported: class [Landroid.os.Parcelable;
It seems like Parcelable[] isn't supported when logging the ITEMS parameter. We're following the documentation, but we're not sure what's going wrong here. Could you clarify how to correctly log a VIEW_ITEM_LIST event with multiple items using Firebase Analytics in Java?
Thanks in advance for your help!
Best regards
The text was updated successfully, but these errors were encountered:
Hi Firebase team,
We're trying to log the Event.VIEW_ITEM_LIST using the example Java code provided in the Firebase documentation. Here’s the code we're using:
E Internal error - Function call: __md_main
Type not supported: class [Landroid.os.Parcelable;
E Internal error - Function call: __md_main
Type not supported: class [Landroid.os.Parcelable;
E Internal error - Function call: __fm_sendFirebaseEvent
Type not supported: class [Landroid.os.Parcelable;
It seems like
Parcelable[]
isn't supported when logging theITEMS
parameter. We're following the documentation, but we're not sure what's going wrong here. Could you clarify how to correctly log aVIEW_ITEM_LIST
event with multiple items using Firebase Analytics in Java?Thanks in advance for your help!
Best regards
The text was updated successfully, but these errors were encountered: