Closed
Bug 792072
Opened 12 years ago
Closed 8 years ago
mozdevice's installApp method should provide a consistent interface between dmADB and dmSUT
Categories
(Testing :: Mozbase, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: wlach, Assigned: wlach)
References
Details
At present, the ADB version takes a local file (on the host computer) as an argument, while the SUT version takes a file on the device as an argument.
Really, it's the former interface that we want, since the apk we want to install is pretty much always on the host computer, and copying it to the device is just an extra step.
To improve error handling, we'll make this method throw a descriptive exception (a DMError) if any part of the process involved (multi-step with SUT) fails.
Assignee | ||
Comment 1•12 years ago
|
||
I have started working on this, should have something soon.
Assignee | ||
Comment 2•8 years ago
|
||
We no longer have devicemanagerSUT
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•