Andrew Halberstadt
2e643d9603
Bug 1014760 - Version bump mozbase modules that depend on mozlog 3.0, r=me
2015-07-17 10:06:59 -04:00
Andrew Halberstadt
8cffe8fa6b
Bug 1014760 - Move mozlog.structured to mozlog; Move mozlog to mozlog.unstructured, r=jgraham
...
Mozlog currently has two implementations. The top level package is based on the logging module and is
deprecated. The newer structured logging implementation lives in mozlog.structured. This patch swaps the
two, so the top level mozlog module contains the recommended implementation, while mozlog.unstructured
contains the old one.
2015-07-16 10:38:40 -04:00
Geoff Brown
2d1b56f32d
Bug 1175540 - Reduce timeouts for many adb devicemanager calls; r=mcote
2015-06-21 13:58:34 -06:00
Julien Pagès
260b4397de
Bug 1173682 - [mozbase] tests do not remove created directories; r=ahal
2015-06-20 19:23:25 +02:00
Geoff Brown
467e0589ca
Bug 1173120 - Add timeout parameter to devicemanagerADB._runCmd; r=armenzg
2015-06-11 09:22:48 -06:00
Geoff Brown
9dda4c8387
Bug 1172174 - Improve adb timeout handling for Android; r=armenzg
2015-06-10 09:17:44 -06:00
Jonathan Griffin
ce89c11d65
Bug 1162115 - Bump mozdevice to 0.45, r=wlach
2015-05-07 08:42:51 -07:00
Geoff Brown
409361504c
Bug 1161198 - Update mozdevice test for getLogcat; r=bc
2015-05-04 16:48:51 -06:00
Geoff Brown
60abee3b37
Bug 1160351 - Bustage fix for 57c6c589cfa1 on a CLOSED TREE
2015-05-04 11:22:56 -06:00
Geoff Brown
46f38a1a8f
Bug 1160351 - Improve newline handling in getLogcat; r=bc
2015-05-04 10:32:44 -06:00
Dave Hunt
f0b5804a1d
Bug 1156812 - [mozdevice] Support specifying alternate log buffers when retrieving or clearing the logcat. r=bclary
2015-04-23 16:42:11 -07:00
Wes Kocher
f54e89bb60
Backed out changeset 619f030b0d23 (bug 1156812) for android m7 orange
2015-04-23 16:26:38 -07:00
Dave Hunt
39cb9a807e
Bug 1156812 - [mozdevice] Support specifying alternate log buffers when retrieving or clearing the logcat. r=bclary
2015-04-22 11:02:00 -04:00
Julien Pages
46445d0cad
Bug 1147614 - [mozdevice] The property ADBDevice.test_root does not appear in documentation. r=bclary
2015-03-31 03:17:00 -07:00
Dave Hunt
e670fee3f5
Bug 1140406 - [mozdevice] Allow connecting to a remote ADB server in adb.py. r=bclary
2015-03-25 12:25:44 +00:00
James Willcox
4a67c86671
Bug 1119962 - Work around 'adb shell' bustedness in newer Android tools r=gbrown
2015-03-09 08:47:03 -05:00
Geoff Brown
3e990e689d
Bug 1134245 - Improve formatting of devicemanager getInfo() data; r=bc
2015-02-27 13:15:00 -07:00
Geoff Brown
df465ed230
Bug 1137289 - Guard against dumpsys failure in DroidADB; r=jmaher
2015-02-26 14:56:48 -07:00
William Lachance
34a33d730b
Bug 1135255 - Fix mozdevice tempfile handling on Windows. r=gbrown
2015-02-23 10:56:50 -05:00
Geoff Brown
aabe69887e
Bug 1127928 - Increase pushDir timeout for xpcshell tests directory to 600 seconds; r=wlach
2015-01-30 15:23:41 -07:00
Geoff Brown
4f24554baf
Bug 1127457 - Fix check for zip in devicemanagerADB.py; r=armenzg
2015-01-30 15:23:40 -07:00
Armen Zambrano Gasparnian
60f4900de3
Bug 1040079 - Change logging level for chmod operations for mozdevice. DONTBUILD. r=wlach
2015-01-27 15:20:09 -05:00
Julien Pagès
c120f78b00
Bug 1119838 - Raise exception early when there is no adb command available; r=bclary
2015-01-19 11:15:53 -05:00
Geoff Brown
b07b46770a
Bug 1099475 - Backout 4386c2d95db3 for bug 1119962; r=backout
2015-01-12 14:33:45 -07:00
Bob Clary
40e5bcfa85
Bug 1110817 - [mozdevice] - adb_android.is_device_ready - UnboundLocalError: local variable 'data' referenced before assignment, r=wlach.
2014-12-14 18:18:39 -08:00
Bob Clary
9b44eec0dc
Bug 1099475 - devicemanagerADB.py - Do not quote uri in launchProcess since it is passed in an argument array in _checkCmd, r=wlach
2014-12-14 18:18:38 -08:00
Dave Hunt
f5c7721c0e
Bug 1105764 - [mozdevice] Bump version to 0.44. r=mdas
2014-11-27 15:32:41 +00:00
Dave Hunt
33116990d9
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
690b78a0c8
Bug 1066077 - [mozdevice] Raise an exception when there is no device attached. r=wlachance
2014-11-20 04:08:00 +01:00
Dave Hunt
f1481c5bc6
Bug 1094164 - [mozdevice] Raise exception if we fail to forward socket connections. r=wlachance
2014-11-12 10:41:41 +00:00
William Lachance
cca6c709cc
Bug 1093175 - Make ADBDevice examples in docs run as written;r=bc DONTBUILD
2014-11-03 12:09:02 -05:00
Geoff Brown
e83fbd7671
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
dd534796e8
Bug 1086531 - [mozdevice] Bump version to 0.43. r=wlachance
2014-10-21 06:38:00 -04:00
Dave Hunt
470932d8fc
Bug 1085318 - [mozdevice] Change the log level within DeviceManagerADB.getInfo to DEBUG. r=wlachance
2014-10-20 05:05:00 +02:00
Dave Hunt
498ac3ed15
Bug 1084519 - Return full uptime string if unable to parse. r=gbrown
2014-10-20 04:44:00 +02:00
Carsten "Tomcat" Book
e6a9ddaca8
Merge m-c to mozilla-inbound
2014-10-16 16:10:53 +02:00
Dave Hunt
25f3dedc80
Bug 1083218 - [mozdevice] Bump version to 0.42. r=wlachance
2014-10-15 08:37:00 -04:00
William Lachance
704a49b9f3
Bug 1080761 - "mach robocop <test>
fails on Nexus 4" . r=armenzg
2014-10-09 13:51:00 +02:00
Dave Hunt
1d80622176
Bug 1078274 - [mozdevice] Add memtotal to getInfo with implementation in DeviceManagerADB. r=wlach
2014-10-14 13:43:22 -04:00
Ryan VanderMeulen
a7bf27744e
Backed out changeset 16706b686cec (bug 1078274) for B2G cpptest permafail.
...
CLOSED TREE
2014-10-14 12:36:15 -04:00
Dave Hunt
e14e645bb8
Bug 1078274 - [mozdevice] Add memtotal to getInfo with implementation in DeviceManagerADB. r=wlach
2014-10-13 03:10:00 -04:00
Dave Hunt
0ee58dbbe1
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
2544d57ff7
Bug 1078385 - Bump mozdevice to 0.41, r=jgraham
2014-10-06 10:31:31 -07:00
Armen Zambrano Gasparnian
00fb4d5bf2
Bug 1053453 - Raise exception when DeviceManagerADB pushes a file & fails. r=wlach
2014-09-10 09:36:41 -04:00
James Graham
e2c2e85fb4
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
6fded48ce8
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
4dbe9bb476
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
e15982c8d0
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
5a5509274b
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
fb1bf07833
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