mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Logcat works now, but still kind of wondering how the messages should arrive.
This commit is contained in:
parent
40b493649b
commit
8da5b61289
7 changed files with 240 additions and 107 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue