summaryrefslogtreecommitdiffstats
path: root/python-packages
Commit message (Expand)AuthorAgeFilesLines
* Merge "gdbrunner: take a run-as/su command instead of a user."Treehugger Robot2017-05-311-18/+12
|\
| * gdbrunner: take a run-as/su command instead of a user.Josh Gao2017-05-241-18/+12
* | Add Soong rule for python adb library.GuangHui Liu2017-05-221-0/+28
|/
* Add support for push --sync.Dan Albert2017-05-191-2/+17
* Add python fastboot packageDaniel Rosenberg2016-08-164-0/+286
* gdbrunner: avoid using `[` on older devices.Josh Gao2016-05-041-4/+11
* Fix adb.py.Josh Gao2016-03-291-3/+4
* gdbrunner: decapitalize usage for --adb.Josh Gao2016-03-281-1/+1
* adb.py: require adb version >= 35 to use shell protocol.Josh Gao2016-03-281-5/+16
* gdbrunner: expose adb.split_lines, use it.Josh Gao2016-03-282-6/+6
* gdbrunner: don't use getppid to name the log file.Josh Gao2016-03-281-7/+6
* gdbrunner: close the exec script before passing it to gdb.Josh Gao2016-03-281-10/+18
* Replace splitlines() with something more tolerant.Dan Albert2016-02-241-4/+19
* Add a fix for old, broken devices.Dan Albert2016-02-241-2/+3
* Fix the pylint issues that have built up...Dan Albert2016-02-241-24/+32
* Add NOTICE files for our projects.Dan Albert2016-01-081-0/+13
* Move adb tests to system/core/adb.Josh Gao2015-12-091-948/+0
* win32: for Unicode cmdline args, switch from cmd.exe to powershell.exeSpencer Low2015-11-211-70/+46
* Merge "adb: update tests for push/pull directory change."Josh Gao2015-11-111-7/+3
|\
| * adb: update tests for push/pull directory change.Josh Gao2015-11-071-7/+3
* | adb unittest: make test_unicode_paths stricterSpencer Low2015-11-101-8/+12
|/
* Merge "adb: add tests for pushing/pulling empty dirs."Josh Gao2015-11-071-0/+40
|\
| * adb: add tests for pushing/pulling empty dirs.Josh Gao2015-11-061-0/+40
* | adb: fix device module for non-shell_v2 usage.David Pursell2015-11-051-2/+2
* | unittest for sending data thru adb forward/reverse; --no-rebind unittestSpencer Low2015-11-042-0/+100
|/
* adb: add more push/pull tests.Josh Gao2015-11-021-44/+162
* adb: add test for forward/reverse commands.Yabin Cui2015-11-022-9/+56
* Add a gdb_flags argument to gdbrunner.start_gdb.Josh Gao2015-10-281-2/+3
* Allow gdbrunner.start_gdbserver to not upload gdbserver.Josh Gao2015-10-281-2/+3
* Add get_pids helper to gdbrunner.Josh Gao2015-10-281-0/+5
* Don't throw when we fail to find a device.Josh Gao2015-10-281-8/+12
* Allow selection of adb command.Josh Gao2015-10-282-46/+55
* Merge "adb: update adb PTY tests."David Pursell2015-10-271-20/+49
|\
| * adb: update adb PTY tests.David Pursell2015-10-261-20/+49
* | Add a test for "adb pull" error reporting.Elliott Hughes2015-10-231-0/+31
|/
* Merge "adb/test_device.py: fix finding md5 command on pre-L platforms"Josh Gao2015-10-221-1/+1
|\
| * adb/test_device.py: fix finding md5 command on pre-L platformsSpencer Low2015-10-111-1/+1
* | gdb: allow gdbclient.py to find local files.David Pursell2015-10-211-15/+56
* | device.py: fix _subprocess_Popen cleanup.David Pursell2015-10-201-2/+8
* | Merge "adb: add test for non-interactive stdin."David Pursell2015-10-151-2/+23
|\ \
| * | adb: add test for non-interactive stdin.David Pursell2015-10-091-2/+23
| |/
* | adb unittest: fix Windows UnicodeSpencer Low2015-10-131-25/+67
* | adb: fix docstring for shell functions.David Pursell2015-10-121-2/+2
|/
* adb: make shell protocol work again.David Pursell2015-09-302-1/+13
* Add gdbrunner package for shared functionality.Josh Gao2015-09-301-0/+244
* Add get_props to adb.py's AndroidDevice.Josh Gao2015-09-301-0/+16
* Add remount to adb.py's AndroidDevice.Josh Gao2015-09-301-0/+3
* Add shell_popen method to adb.py.Josh Gao2015-09-301-0/+43
* Add helper functions for `adb -e/-d` to adb.py.Josh Gao2015-09-301-0/+40
* adb: fix install escaping test.David Pursell2015-09-221-13/+14