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 78d4524 commit ebb5325Copy full SHA for ebb5325
firebase-perf/src/main/java/com/google/firebase/perf/session/FirebasePerformanceSessionSubscriber.kt
@@ -31,7 +31,8 @@ class FirebasePerformanceSessionSubscriber(override val isDataCollectionEnabled:
31
DebugEnforcementCheck.checkSession(currentPerfSession, "onSessionChanged")
32
33
// A [PerfSession] was created before a session was started.
34
- // Since these were verbose gauge collection at app startup, it logs them to the updated session ID.
+ // Since these were verbose gauge collection at app startup, it logs them to the updated session
35
+ // ID.
36
if (currentPerfSession.isLegacy() && currentPerfSession.isVerbose) {
37
GaugeManager.getInstance()
38
.logGaugeMetadata(sessionDetails.sessionId, ApplicationProcessState.FOREGROUND)
0 commit comments