Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
Description
androidx.metrics
module used: 1.0.0-alpha01androidx.metrics
version used: 1.0.0-alpha01Devices/Android versions reproduced on: any
If is called on
equals
FrameDataApi24
orFrameDataApi31
and theother
object is not the same class, it will crash withClassCastException
, because it automatically casts and doesn't check if it's the instance.