Closed
Bug 742484
Opened 13 years ago
Closed 12 years ago
Marionette should be able to parse the qemu hardware event log
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jgriffin, Unassigned)
Details
The b2g emulator writes certain hardware events to a logfile (see https://github.com/cgjones/android-external-qemu/issues/1). Marionette should be able to parse these in such a way that the events logged to the file can be easily detected by tests.
In order to use this functionality, it's currently necessary to:
cd glue/gonk/external/qemu
git checkout master
make gonk
Reporter | ||
Comment 1•12 years ago
|
||
Seems like we decided not to implement this kind of approach, and to stick with the emulator console's abilities instead.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•