[6.0.0][全量日志] 全量日志添加上传逻辑

This commit is contained in:
renwj
2023-08-22 15:54:36 +08:00
parent bc0da716b6
commit fe0fab118e
6 changed files with 276 additions and 21 deletions

View File

@@ -11,7 +11,11 @@ interface IMoGoLogRecordProvider {
fun stop()
fun upload(startTime: Long, endTime: Long)
fun export(): File?
fun testJavaCrash(runOnNewThread: Boolean)
fun testNativeCrash(runOnNewThread: Boolean)
fun testAnrCrash()
}