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

This commit is contained in:
renwj
2023-08-22 15:54:36 +08:00
committed by zhongchao
parent e93eec8f9b
commit 04bdd9c3de
5 changed files with 275 additions and 20 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()
}