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 2026636 commit 3986c22Copy full SHA for 3986c22
firebase-perf/src/main/java/com/google/firebase/perf/session/gauges/GaugeManager.java
@@ -63,8 +63,8 @@ public class GaugeManager {
63
@Nullable private ScheduledFuture<?> gaugeManagerDataCollectionJob = null;
64
@Nullable private PerfSession session = null;
65
66
- // The default value for application process state is Foreground. This will be updated based on
67
- // app state changes.
+ // The default value for application process state is Foreground. This is used to start collecting
+ // gauge metrics by default.
68
private ApplicationProcessState applicationProcessState = ApplicationProcessState.FOREGROUND;
69
70
// TODO(b/258263016): Migrate to go/firebase-android-executors
0 commit comments