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

Commit f9785964 authored by Juan Sebastian Martinez's avatar Juan Sebastian Martinez Committed by Android (Google) Code Review
Browse files

Merge "Adding formatting to the string representation of MSDLEvents" into main

parents 800d39ee 67bdddd6
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"
}