I have been trying to log custom events to firebase analytics in my android app, as soon as the no of parameters in the custom events exceeds 26 (not 25) the event is not being logged by the firebase SDK. The error printed in the logs is:
Task exception on worker thread: java.lang.NullPointerException: Attempt to invoke interface method 'int java.lang.Comparable.compareTo(java.lang.Object)' on a null object reference: com.google.android.gms.internal.zzchl.zzb(Unknown Source)
If there is an error with the event logging, the SDK should throw an error to the application, so that the developer can fix the error. But in this case, no error or exception is being raised by the firebase SDK.
The version of the firebase core dependency in the gradle file is 11.0.4.
Can anyone from firebase analytics team or anyone else who has faced this issue help me with the issue.