mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Added Remote Debug UI.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
module.exports = function RemoteDebugCtrl($scope) {
|
||||
|
||||
|
||||
$scope.remoteDebugCommand = function () {
|
||||
var server = '127.0.0.1:5555'
|
||||
return 'adb connect ' + server
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user