Skip to content

Commit 64f9757

Browse files
committed
nit
1 parent 376039b commit 64f9757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/session/gauges/GaugeManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public void initializeGaugeMetadataManager(Context appContext) {
100100

101101
@Override
102102
public void onUpdateAppState(ApplicationProcessState applicationProcessState) {
103-
// Update the app state and return.
103+
// If it isn't a verbose session (or unset) update the app state and return.
104104
if (session == null || !session.isVerbose()) {
105105
this.applicationProcessState = applicationProcessState;
106106
return;

0 commit comments

Comments
 (0)