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 2ca6ba1 commit b6dcff2Copy full SHA for b6dcff2
firebase-perf/src/main/java/com/google/firebase/perf/session/PerfSession.java
@@ -133,7 +133,6 @@ public static com.google.firebase.perf.v1.PerfSession[] buildAndSort(
133
134
// TODO(b/394127311): Added as part of legacy sessions. Remove this in a future release.
135
if (!foundVerboseSession) {
136
- perfSessions[0] = perfSessionAtIndexZero;
137
if (isLegacy(perfSessionAtIndexZero.getSessionId()) && sessions.size() > 1) {
138
// Swaps the first session ID that's a legacy session ID with the second in the list.
139
perfSessions[0] = perfSessions[1];
0 commit comments