Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/httprunner/httprunner
/ adbDriver
Struct
adbDriver
hrp/pkg/uixt/android_adb_driver.go:17–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
adbDriver
struct
{
18
Driver
19
20
adbClient *gadb.Device
21
logcat *AdbLogcat
22
}
23
24
func
NewAdbDriver() *adbDriver {
25
log.Info().Msg(
"init adb driver"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected