File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-perf/src/main/java/com/google/firebase/perf/session Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments