Skip to content

Commit

Permalink
Format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro-godon committed Mar 18, 2024
1 parent bb4ad6b commit 15fbf5a
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,21 @@ internal class EmbraceLogMessageServiceTest {
}

private fun simpleLog(message: String, severity: EventType, properties: Map<String, Any>?) {
logMessageService.log(message, severity, LogExceptionType.NONE, properties, null, null, Embrace.AppFramework.NATIVE, null, null, null, null)
logMessageService.log(
message,
severity,
LogExceptionType.NONE,
properties,
null,
null,
Embrace.AppFramework.NATIVE,
null,
null,
null,
null
)
}

private fun buildCustomRemoteConfig(components: Set<String>?, fullSessionEvents: Set<String>? = null) =
RemoteConfig(
sessionConfig = SessionRemoteConfig(
Expand Down

0 comments on commit 15fbf5a

Please sign in to comment.