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 4096b0a commit ff75fd9Copy full SHA for ff75fd9
firebase-perf/src/main/java/com/google/firebase/perf/FirebasePerfEarly.java
@@ -54,9 +54,7 @@ public FirebasePerfEarly(
54
55
// In the case of cold start, we create a session and start collecting gauges as early as
56
// 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");
+ // The session is mapped to an AQS once AQS is initialized.
60
SessionManager.getInstance().initializeGaugeCollection();
61
}
62
0 commit comments