Skip to content

Commit ebb5325

Browse files
committed
style
1 parent 78d4524 commit ebb5325

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/session/FirebasePerformanceSessionSubscriber.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class FirebasePerformanceSessionSubscriber(override val isDataCollectionEnabled:
3131
DebugEnforcementCheck.checkSession(currentPerfSession, "onSessionChanged")
3232

3333
// 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.
34+
// Since these were verbose gauge collection at app startup, it logs them to the updated session
35+
// ID.
3536
if (currentPerfSession.isLegacy() && currentPerfSession.isVerbose) {
3637
GaugeManager.getInstance()
3738
.logGaugeMetadata(sessionDetails.sessionId, ApplicationProcessState.FOREGROUND)

0 commit comments

Comments
 (0)