Skip to content

Commit dbba223

Browse files
committed
Comments
1 parent ca2ebe6 commit dbba223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/session/SessionManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public void updatePerfSession(PerfSession perfSession) {
102102

103103
this.perfSession = perfSession;
104104

105-
// Start of stop the gauge data collection ASAP.
105+
// Start or stop the gauge data collection ASAP.
106106
startOrStopCollectingGauges();
107107

108108
// Log gauge metadata.
@@ -128,7 +128,7 @@ public void updatePerfSession(PerfSession perfSession) {
128128
* PerfSession} was already initialized a moment ago by getInstance(). Unlike updatePerfSession,
129129
* this does not reset the perfSession.
130130
*/
131-
@Deprecated // TODO(b/394127311): Delete this.
131+
@Deprecated // TODO(b/394127311): Delete this. AQS early initialization updates the session ASAP.
132132
public void initializeGaugeCollection() {
133133
startOrStopCollectingGauges();
134134
}

0 commit comments

Comments
 (0)