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