We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cd156 commit b27349dCopy full SHA for b27349d
firebase-perf/src/main/java/com/google/firebase/perf/application/FrameMetricsRecorder.java
@@ -95,10 +95,6 @@ public Optional<PerfFrameMetrics> stop() {
95
fragmentSnapshotMap.clear();
96
}
97
Optional<PerfFrameMetrics> data = this.snapshot();
98
- /**
99
- * {@link FrameMetricsAggregator#remove(Activity)} will throw exceptions for hardware
100
- * acceleration disabled activities.
101
- */
102
try {
103
frameMetricsAggregator.remove(activity);
104
} catch (IllegalArgumentException err) {
0 commit comments