Skip to content

Commit

Permalink
Update Log usage in PlaygroundSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
samer-stripe committed May 15, 2024
1 parent 59d7977 commit ee3eb19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ internal class PlaygroundSettings private constructor(
val unserializedSettings = try {
Json.decodeFromString(SerializableSettings.serializer(), jsonString)
} catch (exception: SerializationException) {
Log.e("PlaygroundParsingError", exception.message ?: exception::class.java.name)
Log.e("PlaygroundParsingError", "Error parsing settings from string", exception)

return createFromDefaults()
}
Expand Down

0 comments on commit ee3eb19

Please sign in to comment.