Closed
Bug 1483221
Opened 7 years ago
Closed 7 years ago
Expose interface to making root requirement optional in mozdevice
Categories
(Testing :: Mozbase, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1485852
People
(Reporter: wlach, Assigned: wlach)
Details
Attachments
(1 file)
|
4.69 KB,
patch
|
Details | Diff | Splinter Review |
Bug 1482898 made it possible to relax the root requirements when initializing an adb object, but I neglected to actually expose the interface at a higher level.
| Assignee | ||
Comment 1•7 years ago
|
||
I am going to actually test this before asking for review/landing this time.
| Assignee | ||
Comment 2•7 years ago
|
||
Taking a closer look, I am not sure this is actually necessary to fix mozregression, we can just twiddle a private member from there (https://github.com/mozilla/mozregression/pull/496). Maybe that's enough of a stopgap for now. At least we can verify the fix before churning mozilla central any more.
| Assignee | ||
Comment 3•7 years ago
|
||
:bc implemented an improved version of this in bug 1485852
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•