Skip to content

Commit d355af2

Browse files
committed
remove cold start gauge name
1 parent 4ea928d commit d355af2

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/session/SessionManager.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ public class SessionManager {
3939

4040
@SuppressLint("StaticFieldLeak")
4141
private static final SessionManager instance = new SessionManager();
42-
43-
private static final String COLD_START_GAUGE_NAME = "coldstart";
44-
42+
4543
private final GaugeManager gaugeManager;
4644
private final AppStateMonitor appStateMonitor;
4745
private final Set<WeakReference<SessionAwareObject>> clients = new HashSet<>();

0 commit comments

Comments
 (0)