append logcatch file name for badcase scene

This commit is contained in:
zhongchao
2022-03-17 21:17:15 +08:00
parent 9d4c66e705
commit 646d4d4e2b
5 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
package com.mogo.eagle.core.function.call.devatools
import android.content.Context
import android.view.ContextMenu
import android.view.View
import com.mogo.eagle.core.data.constants.MogoServicePaths
import com.mogo.eagle.core.data.deva.chain.ChainLogParam
@@ -30,8 +29,8 @@ object CallerDevaToolsManager {
* 开始抓取全量日志
* duration 分钟数
*/
fun startCatchLog(duration: Int) {
devaToolsProviderApi?.startLogCatch(duration)
fun startCatchLog(duration: Int, logPrefixName: String? = null) {
devaToolsProviderApi?.startLogCatch(duration, logPrefixName)
}
/**