[6.4.0][全量日志] 上传入口添加时间段选择

This commit is contained in:
renwj
2024-04-12 16:23:16 +08:00
parent 119f28d6ce
commit bcf36bb8ed
3 changed files with 91 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ interface IMoGoLogRecordProvider {
fun export(): File?
fun upload()
fun upload(startTime: Long, endTime: Long)
fun testJavaCrash(runOnNewThread: Boolean)