jimboatarm / workload-automation

A framework for automating workload execution and measurement collection on ARM devices.
Apache License 2.0
2 stars 1 forks source link

Improvement: move broadcast to wa device #169

Closed mcgeagh closed 8 years ago

mcgeagh commented 8 years ago

a lot of workloads perform this: self.device.execute('am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///sdcard')

seems worth abstracting that into the self.device class of wa, perhaps called self.device.broadcast()

johnrchrdsn commented 8 years ago

This change is now on the upstream. See b510b310527e11fe951a3842e470d8391ff8a759. Closing