mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Logcat works now, but still kind of wondering how the messages should arrive.
This commit is contained in:
@@ -91,6 +91,9 @@ module.exports = function(options) {
|
||||
.on(wire.TransactionDoneMessage, function(channel, message, data) {
|
||||
appDealer.send([channel, data])
|
||||
})
|
||||
.on(wire.DeviceLogcatEntryMessage, function(channel, message, data) {
|
||||
appDealer.send([channel, data])
|
||||
})
|
||||
.handler())
|
||||
|
||||
lifecycle.observe(function() {
|
||||
|
||||
Reference in New Issue
Block a user