History log of /frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/Launcher.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a5c65de4744dca37b46de0acf8be11a9c24cc91b 19-Jun-2012 Guang Zhu <guangzhu@google.com> consolidate uidump and uidebug command into uiautomator

uidump becomes 'uiautomator dump', it creates an XML dump of
current UI tree

uidebug becomes 'uiautomator events', it prints out accessibility
events received from accessibility service

Change-Id: I57bbb8cbac6965cc230b4c5c1df32e4dc6ab9dde
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/Launcher.java
2491b47c6e86523a7b373cc4d5aeaa5fc7be609d 19-Jun-2012 Guang Zhu <guangzhu@google.com> implement a sub command mechanism for uiautomator

Currently uiautomator is a simple test runner. To consolidate
multiple functions into it, the command is refactored with a sub
command mechanism that allows more extensions.

Existing UiAutomator class is changed into a sub command
implementation RunTestCommand. A new Launcher class is added
as a generic launcher for various subcommands and help info. The
uiautomator shell script also have some changes to special-case
the 'runtest' subcommand, mainly for things that cannot be
achieved in Java code (setting signal trap and classpath)

Change-Id: Ib3e3b4a5c101fedf396e8094d5734803affa03fa
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/Launcher.java