Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67bdddd6 authored by Juan Sebastian Martinez's avatar Juan Sebastian Martinez
Browse files

Adding formatting to the string representation of MSDLEvents

Test: presubmit
Flag: NONE usage of the library is flagged elsewhere
Bug: 344654090

Change-Id: I1b06285b716182784e8049317a610ca1c80b55e4
parent a0ce4dc8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,4 +37,6 @@ data class MSDLEvent(val tokenName: String, val properties: String?, val timeSta
        properties?.toString(),
        MSDLHistoryLogger.DATE_FORMAT.format(System.currentTimeMillis()),
    )

    override fun toString(): String = "$timeStamp | token: $tokenName | properties: $properties"
}