Versions in this module Expand all Collapse all v1 v1.0.0 Sep 11, 2020 Changes in this version + const ABS_MT_POSITION_X + const ABS_MT_POSITION_Y + const ABS_MT_PRESSURE + const ABS_MT_TOUCH_MAJOR + const ABS_MT_TRACKING_ID + const EV_ABS + const EV_SYN + const ErrDeviceNotRooted + const ErrInvalidDeviceList + const ErrInvalidStatus + const ErrNoDeviceList + const ErrRootFailed + const ErrScreenState + const ErrServiceTimeout + const SYN_REPORT + var ADB file.Path + var AnsiRegex = regexp.MustCompile("\u001b\\[\\d+m") + func ForwardAndConnect(ctx context.Context, d Device, las string) (io.ReadCloser, error) + func Monitor(ctx context.Context, r *bind.Registry, interval time.Duration) error + func RegisterDeviceInfoProvider(f DeviceInfoProvider) + func SetupAngle(ctx context.Context, d Device, p *android.InstalledPackage) (app.Cleanup, error) + func SetupPrereleaseDriver(ctx context.Context, d Device, p *android.InstalledPackage) (app.Cleanup, error) + type Device interface + Command func(name string, args ...string) shell.Cmd + Forward func(ctx context.Context, local, device Port) error + GraphicsDriver func(ctx context.Context) (Driver, error) + IsDebuggableBuild func(ctx context.Context) (bool, error) + PrepareGpuProfiling func(ctx context.Context, installedPackage *android.InstalledPackage) (bool, string, app.Cleanup, error) + RemoveForward func(ctx context.Context, local Port) error + Root func(ctx context.Context) error + type DeviceInfoProvider func(ctx context.Context, d Device) error + type DeviceList []Device + func Devices(ctx context.Context) (DeviceList, error) + func (l DeviceList) FindBySerial(serial string) Device + type Driver struct + Package string + Path string + type NamedAbstractSocket string + type NamedFileSystemSocket string + type Port interface + type TCPPort int + func LocalFreeTCPPort() (TCPPort, error) Incompatible versions in this module v2.0.0+incompatible Jul 8, 2021