[6.0.0][全量日志] 全量日志添加状态记录,日志中心由【导出全量日志】改为【上传全量日志】

This commit is contained in:
renwj
2023-08-28 19:47:08 +08:00
parent 7a7593933b
commit b1e6d79b9f
6 changed files with 98 additions and 31 deletions

View File

@@ -13,6 +13,8 @@ interface IMoGoLogRecordProvider {
fun export(): File?
fun upload()
fun testJavaCrash(runOnNewThread: Boolean)
fun testNativeCrash(runOnNewThread: Boolean)