mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-07 06:32:43 +08:00
fix: remove useless code
This commit is contained in:
@@ -713,7 +713,6 @@ func (ad *ADBDriver) StopCaptureLog() (result interface{}, err error) {
|
||||
actionLogDirPath := config.GetConfig().ActionLogDirPath()
|
||||
files := []string{}
|
||||
actionLogRegStr := `.*data_\d+\.txt`
|
||||
// ad.Device.RunShellCommand("pull", config.DeviceActionLogFilePath, actionLogDirPath)
|
||||
myexec.RunCommand("adb", "-s", ad.Device.Serial(), "pull", config.DeviceActionLogFilePath, actionLogDirPath)
|
||||
err = filepath.Walk(actionLogDirPath, func(path string, info fs.FileInfo, err error) error {
|
||||
// 只是需要日志文件
|
||||
|
||||
Reference in New Issue
Block a user