append logcatch file name for badcase scene
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user