Dave Hunt
1b21a53daf
Bug 1101655 - [mozdevice] Support the ADB server running on an alternate host/port. r=wlachance
2014-11-25 10:19:00 +01:00
Dave Hunt
29fe8bc8e8
Bug 1066077 - [mozdevice] Raise an exception when there is no device attached. r=wlachance
2014-11-20 04:08:00 +01:00
Dave Hunt
4d40d47232
Bug 1094164 - [mozdevice] Raise exception if we fail to forward socket connections. r=wlachance
2014-11-12 10:41:41 +00:00
William Lachance
4c804223f2
Bug 1093175 - Make ADBDevice examples in docs run as written;r=bc DONTBUILD
2014-11-03 12:09:02 -05:00
Geoff Brown
491f156d9a
Bug 1084473 - Avoid intermittent DMError in getTopActivity on some Android 4.4 devices; r=jmaher
2014-10-24 09:37:32 -06:00
Dave Hunt
deb69dce2f
Bug 1086531 - [mozdevice] Bump version to 0.43. r=wlachance
2014-10-21 06:38:00 -04:00
Dave Hunt
9940acb270
Bug 1085318
- [mozdevice] Change the log level within DeviceManagerADB.getInfo to DEBUG. r=wlachance
2014-10-20 05:05:00 +02:00
Dave Hunt
45023e2ed9
Bug 1084519 - Return full uptime string if unable to parse. r=gbrown
2014-10-20 04:44:00 +02:00
Carsten "Tomcat" Book
e156f56b85
Merge m-c to mozilla-inbound
2014-10-16 16:10:53 +02:00
Dave Hunt
fb7b2630ab
Bug 1083218 - [mozdevice] Bump version to 0.42. r=wlachance
2014-10-15 08:37:00 -04:00
William Lachance
0c8848123d
Bug 1080761 - "mach robocop <test>
fails on Nexus 4" . r=armenzg
2014-10-09 13:51:00 +02:00
Dave Hunt
80ab08fc64
Bug 1078274 - [mozdevice] Add memtotal to getInfo with implementation in DeviceManagerADB. r=wlach
2014-10-14 13:43:22 -04:00
Ryan VanderMeulen
b39ba536c9
Backed out changeset 16706b686cec (bug 1078274) for B2G cpptest permafail.
...
CLOSED TREE
2014-10-14 12:36:15 -04:00
Dave Hunt
1c5ac85828
Bug 1078274 - [mozdevice] Add memtotal to getInfo with implementation in DeviceManagerADB. r=wlach
2014-10-13 03:10:00 -04:00
Dave Hunt
9ade482ae1
Bug 1081167 - [mozdevice] Fix uptime info and command line info for ADB connected devices. r=wlach
2014-10-10 09:22:00 +02:00
Jonathan Griffin
227929fb1e
Bug 1078385 - Bump mozdevice to 0.41, r=jgraham
2014-10-06 10:31:31 -07:00
Armen Zambrano Gasparnian
82c26a152e
Bug 1053453 - Raise exception when DeviceManagerADB pushes a file & fails. r=wlach
2014-09-10 09:36:41 -04:00
James Graham
2c422dd261
Bug 1048942 - Add support for getting the device ip address to mozdevice.adb, r=bclary
...
--HG--
extra : rebase_source : 7916268670f353b80270da7eb5b46ef421f04b00
2014-09-02 18:22:35 +01:00
James Graham
6ee820190a
Bug 1048883 - Add extra methods for remounting, pulling files and forwarding ports, r=bclary
...
--HG--
extra : rebase_source : 79bd474fffde3c74a5d5bab1ccd48d0082c1699c
2014-09-02 18:22:34 +01:00
James Graham
d9fa3817fa
Bug 1048881 - Make ADBDevice.test_root into a computed property, r=bclary
...
--HG--
extra : rebase_source : 7ea68855aa40dfa519dbf668d091827de31fb829
2014-09-02 18:22:34 +01:00
James Graham
06d9f05b0e
Bug 1050896 - Improve specification of device serial in mozdevice.adb, r=bclary
...
--HG--
extra : rebase_source : 991b9e2d3007e0f3b8552da607edcc6e2e674fb8
2014-09-02 18:22:34 +01:00
James Graham
0b9d7ce874
Bug 1048889 - Make mozdevice.adb work with structured logging, r=bclary
...
--HG--
extra : rebase_source : c52f8181d1debebb9c4ca467b690ba33dbcd052a
2014-09-02 18:22:33 +01:00
Andrew Halberstadt
49c24cd123
Bug 1055014 - Fix mistake in mozdevice.pushDir that is causing an exception while trying to use zip/unzip, r=wlach
2014-08-21 15:53:34 -04:00
William Lachance
1c360804cf
Bug 1055188 - Bump mozdevice to 0.40;r=bc DONTBUILD NPOTB
2014-08-18 16:00:07 -04:00
Ahmed Kachkach
1b49fb456b
Bug 1039833 - Add structured logging command line arguments for mochitest/mach. r=chmanchester, r=ahal
2014-08-13 12:03:00 -04:00
James Graham
8b7f07d43a
Bug 1050408 - Remove uses of logging.warn from DeviceManager, r=wlach
2014-08-12 14:37:22 +01:00
William Lachance
5fd6700e38
Bug 1046380 - Print device root to standard output in dm client;r=armenzg NPOTB DONTBUILD
2014-08-06 19:27:53 -04:00
Armen Zambrano Gasparnian
9e51ca16d9
Bug 1048957 - Release mozdevice 0.39. r=wlach. DONTBUILD
2014-08-05 12:28:13 -04:00
Armen Zambrano Gasparnian
1cd86432c2
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.
2014-08-05 11:58:30 -04:00
Armen Zambrano Gasparnian
32cfea205c
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.
2014-08-05 11:56:33 -04:00
William Lachance
d77e2c9fa4
Bug 1046380 - Add a command to dmcli to get the device root. r=armenzg
2014-07-30 16:57:29 -04:00
Armen Zambrano Gasparnian
ac7e5409d1
Bug 1042743 - Lock mozlog's version for mozdevice. r=wlach
2014-07-28 10:59:51 -04:00
William Lachance
5fc7b01c42
Bug 1037651 - Release mozdevice 0.38. r=ahal
2014-07-23 10:32:33 -04:00
William Lachance
4c98a5d0db
Bug 1041533
- Update mozdevice to not reset global log level. r=armenzg
2014-07-23 10:31:43 -04:00
Armen Zambrano Gasparnian
6dfd9b3bbd
Bug 1026710
- Add unittest of DeviceManagerADB. DONTBUILD. r=wlach
2014-07-23 09:55:05 -04:00
Armen Zambrano Gasparnian
c13ca99b13
Bug 1026710
- Change DeviceManager to mozdevice when logging. DONTBUILD. r=wlach
2014-07-22 09:17:16 -04:00
William Lachance
89fa11285d
Bug 1026710
- Fix errors in output handling in devicemanagerADB. r=armenzg
2014-07-18 14:19:33 -04:00
Wes Kocher
a7993dd36c
Merge m-c to fx-team
2014-07-15 17:50:18 -07:00
William Lachance
0922fc3efb
Bug 1037642 - Fix assumption that we will be able to send all data in devicemanagerSUT in one shot. r=mcote
2014-07-15 14:09:04 -04:00
Armen Zambrano Gasparnian
d268839202
Bug 1026710
- Make DeviceManagerADB use mozprocess to allow logging. r=wlach
...
Up until now, mozdevice has been using subprocess. The switch gives us the
ability to log adb commands and its output. This will be mainly used
for the Firefox OS cert suite.
2014-07-15 08:59:48 -04:00
Bob Clary
daf23b9853
Bug 1035254 - [mozdevice] - Add ADBAndroid.get_battery_percentage(), r=wlach, DONTBUILD.
2014-07-10 06:46:23 -07:00
William Lachance
8a2cbb2a0d
Bug 1037707 - Allow setting dmcli's verbose mode via environment variable. r=mcote
2014-07-14 16:01:11 -04:00
William Lachance
ba2b4b855e
Bug 1036530 - Instantiate / initialize device root only when needed in mozdevice. r=bc
2014-07-11 15:29:30 -04:00
Chris Manchester
1c97de1410
Bug 1035006 - Fix pyflakes warnings in mozbase.;r=wlach
2014-07-07 14:51:34 -04:00
Bob Clary
18eb5ebd1e
Bug 1034406 - [mozdevice] Do not allow ADBCommand to be instantiated, r=wlach, DONTBUILD.
2014-07-07 08:19:35 -07:00
Geoff Brown
b4e0468ee6
Bug 1027802 - Try to get ANR report and stack trace when Fennec hangs; r=jmaher
2014-07-03 22:11:41 -06:00
Bob Clary
30a84d98fd
Bug 1012711 - Add adb.py to devicemanager package, -correcting bugnumber- r=wlach. DONTBUILD a=sheriffduty
2014-06-26 16:20:12 +02:00
Carsten "Tomcat" Book
952ae2f289
Backed out changeset 1fd65e3c2f4a (bug 1012712)
2014-06-26 16:18:34 +02:00
Bob Clary
2d0815dc05
Bug 1012712 - Add adb.py to devicemanager package, r=wlach. DONTBUILD
2014-06-25 21:08:41 -07:00
Ted Mielczarek
cef4a41919
Bug 1023670 - Fix DeviceManager.mkDirs with a Windows path. r=wlach
2014-06-16 11:52:52 -04:00