[3.3.0][日志] 在调试面板添加导出全量日志入口
This commit is contained in:
@@ -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?
|
||||
}
|
||||
Reference in New Issue
Block a user