Skip to content

Commit 50d8764

Browse files
author
David Motsonashvili
committed
Prevent whole session events from logging to logcat
1 parent 519aa16 commit 50d8764

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/EventGDTLogger.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ internal class EventGDTLogger(private val transportFactoryProvider: Provider<Tra
5656

5757
private fun encode(value: SessionEvent): ByteArray {
5858
val jsonEvent = SessionEvents.SESSION_EVENT_ENCODER.encode(value)
59-
Log.d(TAG, "Session Event: $jsonEvent")
59+
Log.d(TAG, "Session Event Type: ${value.eventType.name}")
6060
return jsonEvent.toByteArray()
6161
}
6262

0 commit comments

Comments
 (0)