mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-01 16:55:18 +08:00
Merge code
This commit is contained in:
@@ -56,7 +56,7 @@ data class AppErrorsInfoBean(
|
||||
* 获取异常本地化时间
|
||||
* @return [String]
|
||||
*/
|
||||
val time get() = SimpleDateFormat.getDateTimeInstance().format(Date(timestamp))
|
||||
val time get() = SimpleDateFormat.getDateTimeInstance().format(Date(timestamp)) ?: ""
|
||||
|
||||
/**
|
||||
* 获取异常堆栈模板
|
||||
|
Reference in New Issue
Block a user