[3.3.0][日志] 在调试面板添加导出全量日志入口

This commit is contained in:
renwj
2023-07-04 12:03:26 +08:00
parent 840a7a7a58
commit aa1e40a8ca
7 changed files with 113 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
package com.mogo.eagle.core.function.api.devatools.logcat
import android.content.Context
import java.io.File
interface IMoGoLogRecordProvider {
@@ -11,4 +12,6 @@ interface IMoGoLogRecordProvider {
fun stop()
fun upload(startTime: Long, endTime: Long)
fun export(): File?
}