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 4ea928d commit d355af2Copy full SHA for d355af2
firebase-perf/src/main/java/com/google/firebase/perf/session/SessionManager.java
@@ -39,9 +39,7 @@ public class SessionManager {
39
40
@SuppressLint("StaticFieldLeak")
41
private static final SessionManager instance = new SessionManager();
42
-
43
- private static final String COLD_START_GAUGE_NAME = "coldstart";
44
+
45
private final GaugeManager gaugeManager;
46
private final AppStateMonitor appStateMonitor;
47
private final Set<WeakReference<SessionAwareObject>> clients = new HashSet<>();
0 commit comments