Skip to content

Commit ff75fd9

Browse files
committed
Update comments
1 parent 4096b0a commit ff75fd9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/FirebasePerfEarly.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ public FirebasePerfEarly(
5454

5555
// In the case of cold start, we create a session and start collecting gauges as early as
5656
// possible.
57-
// There is code in SessionManager that prevents us from resetting the session twice in case
58-
// of app cold start.
59-
AndroidLogger.getInstance().debug("Initializing Gauge Collection");
57+
// The session is mapped to an AQS once AQS is initialized.
6058
SessionManager.getInstance().initializeGaugeCollection();
6159
}
6260
}

0 commit comments

Comments
 (0)