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 98442cd commit 18462c9Copy full SHA for 18462c9
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/SessionLifecycleClient.kt
@@ -68,7 +68,7 @@ internal class SessionLifecycleClient(private val backgroundDispatcher: Coroutin
68
}
69
70
private fun handleSessionUpdate(sessionId: String) {
71
- Log.d(TAG, "Session update received: $sessionId")
+ Log.d(TAG, "Session update received.")
72
73
CoroutineScope(backgroundDispatcher).launch {
74
FirebaseSessionsDependencies.getRegisteredSubscribers().values.forEach { subscriber ->
0 commit comments