Skip to content

Commit 9a91b1b

Browse files
committed
Switch the proto value to the AQS session
1 parent aa0da1f commit 9a91b1b

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/PerfSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public boolean isSessionRunningTooLong() {
132132
/** Creates and returns the proto object for PerfSession object. */
133133
public com.google.firebase.perf.v1.PerfSession build() {
134134
com.google.firebase.perf.v1.PerfSession.Builder sessionMetric =
135-
com.google.firebase.perf.v1.PerfSession.newBuilder().setSessionId(internalSessionId);
135+
com.google.firebase.perf.v1.PerfSession.newBuilder().setSessionId(sessionId());
136136

137137
// If gauge collection is enabled, enable gauge collection verbosity.
138138
if (isGaugeAndEventCollectionEnabled) {

0 commit comments

Comments
 (0)