summaryrefslogtreecommitdiffstats
path: root/build/android/provision_devices.py
Commit message (Expand)AuthorAgeFilesLines
* Make battery level an option for android provision devices.machenbach2014-12-031-1/+4
* Do not restart the device if the data was not wiped.navabi2014-11-201-2/+3
* [Android] Fix new pylint errors in build/android/.jbudorick2014-11-191-3/+3
* Log exception info when failing to provision a deviceperezju2014-11-051-2/+2
* Move setting date after reboot.navabi2014-10-231-2/+2
* Use -s to pass string date to 'adb shell date' command to set date in provision.navabi2014-10-231-1/+3
* Revert of Use -s to pass string date to 'adb shell date' command to set date ...mattm2014-10-211-2/+1
* Use -s to pass string date to 'adb shell date' command to set date in provision.navabi2014-10-211-1/+2
* [Android] Reland of 'Add zip pushing and refine push mode selection.'jbudorick2014-10-131-1/+1
* Revert of [Android] Add zip pushing and refine push mode selection.jbudorick2014-10-101-1/+1
* [Android] Add zip pushing and refine push mode selection.jbudorick2014-10-101-1/+1
* [Android] Fix provisioning for perf bots on L and/or user builds.jbudorick@chromium.org2014-08-211-3/+8
* [Android] Parallelize provision_devices.py.jbudorick@chromium.org2014-08-211-144/+97
* [Android] Fix KillHostHeartbeat for numerical user IDs.jbudorick@chromium.org2014-08-191-1/+1
* [Android] Fix the location prompt flake in provision_devices.jbudorick@chromium.org2014-08-181-13/+27
* [Android] Print timestamp + threadid with provision_devices output.jbudorick@chromium.org2014-08-161-1/+5
* [Android] Fix misc minor provisioning issues.jbudorick@chromium.org2014-08-151-1/+1
* If device does not come back after provisioning, add to bad devices.navabi@google.com2014-08-071-41/+75
* Don't wipe data when provisioning non-rooted devices.tonyg@chromium.org2014-07-231-10/+19
* Fix provision_devices on the L-release preview.tonyg@chromium.org2014-07-101-2/+5
* [Android] Ignore exceptions when provision attempts to write local props.jbudorick@chromium.org2014-07-081-7/+10
* [Android] Switch to DeviceUtils versions of file functions.jbudorick@chromium.org2014-07-031-5/+4
* Set lockscreen settings in the locksettings db.navabi@google.com2014-07-021-0/+1
* [Android] Switch KillAll, StartActivity, and BroadcastIntent to DeviceUtils.jbudorick@chromium.org2014-06-251-6/+14
* Enable checkjni for non-perf bots.navabi@google.com2014-06-231-3/+7
* Add option to provision_devices script to disable location.navabi@chromium.org2014-06-201-2/+8
* [Android] Switch to DeviceUtils version of RunShellCommand.jbudorick@chromium.org2014-06-161-12/+13
* Wait for perfbot devices to charge between runs.tonyg@chromium.org2014-06-141-2/+23
* Refactor wipe option to wipe on default and have option to skip wipe.navabi@google.com2014-06-131-22/+18
* [Android] Switch to DeviceUtils versions of Reboot and Install.jbudorick@chromium.org2014-06-121-4/+3
* Reboot device after configuring in provision script.navabi@google.com2014-06-101-2/+10
* Automatically wipe data from devices.navabi@chromium.org2014-05-281-9/+10
* [Android] Support generic parallel execution across devices.jbudorick@chromium.org2014-05-221-1/+9
* [Android] Build android tools as PIE and add a wrapper for ICSprimiano@chromium.org2014-05-141-4/+2
* Always wipe device data, but dont reboot.navabi@google.com2014-05-091-7/+18
* Add print of all system properties after provisioning.navabi@google.com2014-04-281-0/+3
* [Telemetry] Enable adb root on devices.tonyg@chromium.org2014-04-261-0/+1
* Fix provision_devices after the DeviceUtils patch.jbudorick@chromium.org2014-04-151-1/+3
* [Android] Clean up a few uses of the not-yet-existent DeviceUtils interface.jbudorick@chromium.org2014-04-121-1/+1
* [Android] Change object types from AndroidCommands to DeviceUtils in build/an...jbudorick@chromium.org2014-04-101-24/+27
* If install of test apk fails because of storage, wipe device data.navabi@google.com2014-03-241-0/+36
* Update android device provisioning script to set some reliability settings.tonyg@chromium.org2014-02-261-0/+28
* [android] FlagChanger should only require root to set flags for Chrome.craigdh@chromium.org2013-10-091-1/+1
* [android] Relands: Adds constants.GetBuildDirectory() and converts test scrip...craigdh@chromium.org2013-09-101-0/+1
* Deploy adb reconnect on disconnect daemon on WebKit (ContentShell) Android bot.navabi@google.com2013-07-121-5/+9
* Android: renames pylib.constants.CHROME_DIR to DIR_SOURCE_ROOT.bulach@chromium.org2013-06-051-2/+2
* Add provision_devices step to all Android testers.sivachandra@chromium.org2013-04-061-33/+33
* Provision Android devices after the 'device_status_check' step.sivachandra@chromium.org2013-03-291-0/+94