Skip to content

Commit 18462c9

Browse files
author
David Motsonashvili
committed
Added SessionLifecycleClient
1 parent 98442cd commit 18462c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-sessions/src/main/kotlin/com/google/firebase/sessions/SessionLifecycleClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ internal class SessionLifecycleClient(private val backgroundDispatcher: Coroutin
6868
}
6969

7070
private fun handleSessionUpdate(sessionId: String) {
71-
Log.d(TAG, "Session update received: $sessionId")
71+
Log.d(TAG, "Session update received.")
7272

7373
CoroutineScope(backgroundDispatcher).launch {
7474
FirebaseSessionsDependencies.getRegisteredSubscribers().values.forEach { subscriber ->

0 commit comments

Comments
 (0)