mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-01 08:45:16 +08:00
fix: data format and style problems
This commit is contained in:
@@ -179,8 +179,7 @@ data class AppErrorsInfoBean(
|
||||
Generated by AppErrorsTracking
|
||||
Project Url: https://github.com/KitsunePie/AppErrorsTracking
|
||||
===============
|
||||
$environmentInfo
|
||||
""".trimIndent()
|
||||
""".trimIndent() + "\n$environmentInfo"
|
||||
|
||||
/**
|
||||
* 获取异常堆栈文件模板
|
||||
@@ -192,7 +191,7 @@ data class AppErrorsInfoBean(
|
||||
Generated by AppErrorsTracking
|
||||
Project Url: https://github.com/KitsunePie/AppErrorsTracking
|
||||
================================================================
|
||||
""".trimIndent()
|
||||
""".trimIndent() + "\n$environmentInfo"
|
||||
|
||||
/**
|
||||
* 获取运行环境信息
|
||||
@@ -215,6 +214,5 @@ data class AppErrorsInfoBean(
|
||||
[Error Type]: ${if (isNativeCrash) "Native" else "JVM"}
|
||||
[Crash Time]: $utcTime
|
||||
[Stack Trace]:
|
||||
$stackTrace
|
||||
""".trimIndent()
|
||||
""".trimIndent() + "\n$stackTrace"
|
||||
}
|
Reference in New Issue
Block a user