Skip to content

Commit e4b7114

Browse files
committed
Update prefix
1 parent 5676892 commit e4b7114

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
@@ -30,7 +30,7 @@
3030
/** Details of a session including a unique Id and related information. */
3131
public class PerfSession implements Parcelable {
3232

33-
private static final String SESSION_ID_PREFIX = "FPRS";
33+
private static final String SESSION_ID_PREFIX = "FPR";
3434
private final String sessionId;
3535
private final Timer creationTime;
3636

0 commit comments

Comments
 (0)