refactor: ios perfd

This commit is contained in:
debugtalk
2022-12-15 23:15:58 +08:00
parent 66f1e581c7
commit 358b7dd685
7 changed files with 77 additions and 42 deletions

View File

@@ -930,6 +930,9 @@ type Device interface {
UUID() string // ios udid or android serial
NewDriver(capabilities Capabilities) (driverExt *DriverExt, err error)
StartPerf() error
StopPerf() string
StartPcap() error
StopPcap() string
}