Closed
Bug 1048957
Opened 11 years ago
Closed 11 years ago
Release mozdevice 0.39
Categories
(Testing :: Mozbase, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla34
People
(Reporter: armenzg, Assigned: armenzg)
References
Details
Attachments
(1 file)
656 bytes,
patch
|
wlach
:
review+
|
Details | Diff | Splinter Review |
* Bug 1021756 - Allow to run adbd as root. r=wlach
This allows a device that starts adbd as non-root to restart adbd
every time that is needed to ensure the ability of running
privileged tasks on the device.
* Bug 1021756 - Add function to request information about a process. r=wlach
The function processInfo returns a tuple with the pid, path and owner of
the process. This is useful if we want to determine if a process is owned
by root or not.
* Bug 1046380 - Add a command to dmcli to get the device root. r=armenzg
* Bug 1042743 - Lock mozlog's version for mozdevice. r=wlach
Attachment #8467848 -
Flags: review?(wlachance)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → armenzg
Comment 1•11 years ago
|
||
Comment on attachment 8467848 [details] [diff] [review]
bump.diff
Review of attachment 8467848 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8467848 -
Flags: review?(wlachance) → review+
Assignee | ||
Comment 2•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/121a553a319d
Released:
https://pypi.python.org/pypi/mozdevice/0.39
Note sent to tools.
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•