| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I691ded197cfb47acfa1da12f48f6d7e50254bbc9
|
|
|
|
| |
Change-Id: I0e44f6d2c51c99cb0409087a77e2916b630051da
|
|
|
|
| |
Change-Id: Icbe5bcb066021d578faae43aa49b58ab1595870b
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Eclipse passes the -u option to MonkeyRunner by default. Since we don't
do anything with that option, we can just ignore it.
Bug: 4109883
Change-Id: If3624c13583f639e745742f100a0e31e1ab694ad
|
|/
|
|
|
|
|
|
| |
Fixed the monkeyrunner startup script to include the proper SWT
directory when monkeyrunner is started after a manual build (i.e. not
from the prebuilt SDK)
Change-Id: Ide8fa6949bba6f2e024ac69f8dd235795dab2a6a
|
|
|
|
| |
Change-Id: I072425caf7da7c1c01bf757243005ba0ebd97014
|
|
|
|
|
|
|
|
|
|
| |
Refactored the MonkeyRunner code to separate core logic
from the jython wrapper. The core logic is now usable
directly from Java w/o the pollution from jython.
The existing MonkeyRunner classes are now just a thin
and dumb wrapper atop the core.
Change-Id: I6ef18ea92e0e9284c1fde949b4efb0e2e7170e57
|
|
|
|
| |
Change-Id: I75fca4620dc70ffa71d2255aff989e655be8bc16
|
|
|
|
| |
Change-Id: I4fce0fb00eac1ed59d0b8a3bd4ac8d168b36b4e0
|
|
|
|
| |
Change-Id: I88dfc808f34a862941640ad8c9ddd49051e85f72
|
|\
| |
| |
| | |
MonkeyRunner - Add the ability to pass Boolean types for Intent extras (extras={'a':True, 'b':False}) - Fix an improper flag being passed to am start - Pass the key and value to am start instead of just the value."
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Add the ability to pass Boolean types for Intent extras (extras={'a':True, 'b':False})
- Fix an improper flag being passed to am start
- Pass the key and value to am start instead of just the value.
Change-Id: Ifd0c69ccb4c2755a49efca2d3f8b3befa212a69f
|
| |
| |
| |
| | |
Change-Id: Ia80bd2c25b5898a6ad99b9404b89c1b41c8290ba
|
|/
|
|
| |
Change-Id: I995ac65f1e376b01312d66f82441043971acd16c
|
|
|
|
|
|
|
|
| |
- Rather than ignoring the flag, actually make use of it.
- Change the default logging level to SEVERE
- Change the "command slow" exception print from ddmlib to INFO
Change-Id: Iade4700b32ed7b4a55bcd3336c74b2127693bebe
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
MonkeyRecorder (and MonkeyPlayback) are a set of tools for using MonkeyRunner to record and playback actions. The current implementation is not very sophisticated, but it works.
Please don't review yet. Needs a lot of style cleanup.
Change-Id: Id300a27294b5dc13a842fade900e8b9916b8a17b
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: I0f632f799ac7f554bb524099208385973423a0d0
|
|/
|
|
|
|
| |
This includes fixes for running out of the SDK.
Change-Id: Ib14959929bec2b8d5514adbe405207be4ad41264
|
|
|
|
| |
Change-Id: Iebe42de2c5c8eb275f6dc4756f6209726f973860
|
|
|
|
|
|
|
| |
This allows the use of pydoc to generate MonkeyRunner
API documentation.
Change-Id: I0af981f2023abf2cbf92cb1d7c9132936414c559
|
|\ |
|
| |
| |
| |
| |
| |
| | |
This allows things like pydoc to work.
Change-Id: I16206a17099f7a3785ebcb303bd760b65db36b68
|
|/
|
|
|
|
|
| |
Have waitForConnection actually wait until the device is ONLINE before returning
it. Also give the on device monkey some more time to startup.
Change-Id: I86193a8532a84d64dddd9a60012af4f3ef507841
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Id84e1aec8965ac0efc58c25234855960e826fb3b
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: Id2682f2922a5ca509211a0c18c9c1366f0b020dc
|
| |/
|/|
| |
| |
| |
| | |
MonkeyRunner.
Change-Id: Iaf8cb5273d025983e62cca6ab092dca9e97c331a
|
| |
| |
| |
| | |
Change-Id: Iea2fb85b246685b1c2e27866bb1c1df80fa55abe
|
|/
|
|
|
|
|
|
| |
Any strings that contain a newline are now broken up when put into the HDF.
This allows the formatters to do special per-paragraph formatting (very useful
for the HTML output).
Change-Id: If2e1dd1a6c752afe900745347ff6c9a9e4bb406d
|
|
Change-Id: Ie08e493e700e3e4c85270629f68547a08b7457d4
|