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
FirebasePerformance Log show that our slowFrame&frozenFrame data for each page is added on top of the data for all previous pages,maybe need to call FrameMetricsAggregator.reset method at activity stop lifecycle to solve this problems
Every time the FrameMetricsAggregator.remove method is called, it returns the same mMetrics instance that was not cleared at the stop time, resulting in all pages using the same data