aboutsummaryrefslogtreecommitdiff
path: root/cherry/adb.go
diff options
context:
space:
mode:
Diffstat (limited to 'cherry/adb.go')
-rw-r--r--cherry/adb.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherry/adb.go b/cherry/adb.go
index 290e24d..2ec2496 100644
--- a/cherry/adb.go
+++ b/cherry/adb.go
@@ -292,7 +292,7 @@ func StartADBDeviceListPoller (rtdbServer *rtdb.Server, interval time.Duration)
ADBSerialNumber: newInfo.serialNumber,
Name: modelName,
TargetAddress: "127.0.0.1",
- TargetPort: 50016,
+ TargetPort: 51116,
CommandLine: "--deqp-watchdog=enable --deqp-crashhandler=enable",
}
opSet.Call(typeDeviceConfig, deviceId, "Init", newConfig)