feat: add PullFiles for ADBDriver

This commit is contained in:
lilong.129
2025-03-27 19:48:04 +08:00
parent f73d91da9c
commit 7876b747ba
6 changed files with 65 additions and 1 deletions
+5
View File
@@ -298,6 +298,11 @@ func (hd *HDCDriver) ClearImages() error {
return nil
}
func (hd *HDCDriver) PullFiles(localDir string, remoteDirs ...string) error {
log.Warn().Msg("PullFiles not implemented in HDCDriver")
return nil
}
func (hd *HDCDriver) ClearFiles(paths ...string) error {
log.Warn().Msg("ClearFiles not implemented in HDCDriver")
return nil