fix: This may fix the oom errors.
This commit is contained in:
@ -26,7 +26,7 @@ actual class DateUtils {
|
||||
throw Exception("Unrecognized format for $dateString")
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
Napier.e(e.stackTraceToString(), tag = "DateUtils.parseDate")
|
||||
Napier.e("parseDate failed", e, tag = "DateUtils.parseDate")
|
||||
"1991-03-18T03:00:00"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user