mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Logcat works now, but still kind of wondering how the messages should arrive.
This commit is contained in:
@@ -187,6 +187,16 @@ module.exports = function ControlServiceFactory(
|
||||
devicePort: forward.devicePort
|
||||
})
|
||||
}
|
||||
|
||||
this.startLogcat = function(filters) {
|
||||
return sendTwoWay('logcat.start', {
|
||||
filters: filters
|
||||
})
|
||||
}
|
||||
|
||||
this.stopLogcat = function() {
|
||||
return sendTwoWay('logcat.stop')
|
||||
}
|
||||
}
|
||||
|
||||
controlService.create = function(target, channel) {
|
||||
|
||||
Reference in New Issue
Block a user