Skip to content

Commit b27349d

Browse files
committed
fix conflict
1 parent 17cd156 commit b27349d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/application/FrameMetricsRecorder.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ public Optional<PerfFrameMetrics> stop() {
9595
fragmentSnapshotMap.clear();
9696
}
9797
Optional<PerfFrameMetrics> data = this.snapshot();
98-
/**
99-
* {@link FrameMetricsAggregator#remove(Activity)} will throw exceptions for hardware
100-
* acceleration disabled activities.
101-
*/
10298
try {
10399
frameMetricsAggregator.remove(activity);
104100
} catch (IllegalArgumentException err) {

0 commit comments

Comments
 (0)