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 80b3366 commit eda1859Copy full SHA for eda1859
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/FirebaseSessions.kt
@@ -63,8 +63,7 @@ internal constructor(
63
val sessionDetails = sessionGenerator.generateNewSession()
64
65
if (!sessionGenerator.collectEvents) {
66
- // TODO(mrober): Make log levels/messages consistent with iOS
67
- Log.d(TAG, "Session Start event sampled.")
+ Log.d(TAG, "Sessions SDK has sampled this session")
68
return
69
}
70
0 commit comments