Skip to content

Commit 3986c22

Browse files
committed
update comment
1 parent 2026636 commit 3986c22

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/gauges/GaugeManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public class GaugeManager {
6363
@Nullable private ScheduledFuture<?> gaugeManagerDataCollectionJob = null;
6464
@Nullable private PerfSession session = null;
6565

66-
// The default value for application process state is Foreground. This will be updated based on
67-
// app state changes.
66+
// The default value for application process state is Foreground. This is used to start collecting
67+
// gauge metrics by default.
6868
private ApplicationProcessState applicationProcessState = ApplicationProcessState.FOREGROUND;
6969

7070
// TODO(b/258263016): Migrate to go/firebase-android-executors

0 commit comments

Comments
 (0)