[6.3.0][APM升级] 增加崩溃防护;增加主动上传Vlog接口
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package com.mogo.test.crashreport;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2020/9/9
|
||||
*
|
||||
* 描述
|
||||
*/
|
||||
public interface ITestCrashReportProvider extends IProvider {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
package com.mogo.test.crashreport
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider
|
||||
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2020/9/9
|
||||
*
|
||||
* 描述
|
||||
*/
|
||||
interface ITestCrashReportProvider : IProvider {
|
||||
/**
|
||||
* 上传通过[com.mogo.eagle.core.utilcode.util.VLogUtils] 类记录的日志
|
||||
* @param startTime 开始时间
|
||||
* @param endTime 结束时间
|
||||
*/
|
||||
fun uploadVlog(startTime: Long, endTime: Long): Boolean
|
||||
}
|
||||
Reference in New Issue
Block a user