mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Make it possible to connect to ADB running on other computers.
This commit is contained in:
@@ -8,7 +8,10 @@ var promiseutil = require('../../../util/promiseutil')
|
||||
module.exports = syrup.serial()
|
||||
.define(function(options) {
|
||||
var log = logger.createLogger('device:support:adb')
|
||||
var adb = adbkit.createClient()
|
||||
var adb = adbkit.createClient({
|
||||
host: options.adbHost
|
||||
, port: options.adbPort
|
||||
})
|
||||
adb.Keycode = adbkit.Keycode
|
||||
|
||||
function ensureBootComplete() {
|
||||
|
||||
Reference in New Issue
Block a user