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 376039b commit 64f9757Copy full SHA for 64f9757
firebase-perf/src/main/java/com/google/firebase/perf/session/gauges/GaugeManager.java
@@ -100,7 +100,7 @@ public void initializeGaugeMetadataManager(Context appContext) {
100
101
@Override
102
public void onUpdateAppState(ApplicationProcessState applicationProcessState) {
103
- // Update the app state and return.
+ // If it isn't a verbose session (or unset) update the app state and return.
104
if (session == null || !session.isVerbose()) {
105
this.applicationProcessState = applicationProcessState;
106
return;
0 commit comments