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 5676892 commit e4b7114Copy full SHA for e4b7114
firebase-perf/src/main/java/com/google/firebase/perf/session/PerfSession.java
@@ -30,7 +30,7 @@
30
/** Details of a session including a unique Id and related information. */
31
public class PerfSession implements Parcelable {
32
33
- private static final String SESSION_ID_PREFIX = "FPRS";
+ private static final String SESSION_ID_PREFIX = "FPR";
34
private final String sessionId;
35
private final Timer creationTime;
36
0 commit comments