Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslabari committed Mar 12, 2024
1 parent 09e60ac commit f2cb2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ package io.embrace.android.embracesdk.capture.envelope.log
import io.embrace.android.embracesdk.internal.payload.LogPayload

internal interface LogPayloadSource {

fun getLogPayload(): LogPayload
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import io.embrace.android.embracesdk.internal.payload.toNewPayload
internal class LogPayloadSourceImpl(
private val logSink: LogSink
) : LogPayloadSource {

override fun getLogPayload(): LogPayload {
return LogPayload(
logs = logSink.completedLogs().map(EmbraceLogRecordData::toNewPayload)
Expand Down

0 comments on commit f2cb2a4

Please sign in to comment.