History log of /frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/DumpCommand.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dec12c69b4e09679f691050d8fdcab0a5e474258 15-Jun-2013 Guang Zhu <guangzhu@google.com> change verbose mode default to true and change param accordingly

vebose mode maps to uncompressed hierarchy on device. since we
are using uncompressed hierarchy by default for device test,
we should use verbose mode by default here.

otherwise when user uses viewer tool, it will show compressed
hierarchy by default, which causes test cases to be written
against wrong assumptions

since we are changing the heuristics here, we are also changing
'--verbose' to '--compressed' accordingly

Change-Id: I6fd55fd57a65d6eb0755ee34cbc1c34731788afb
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/DumpCommand.java
f0743b0acc99079bd2ef2f808d9cd71fe7bc50bd 13-Feb-2013 Adam Momtaz <amomtaz@google.com> DO NOT MERGE - Allow for toggling of layout hierarchy compression

When the compression feature is set, the accessibility
layout hierarchy will only show important nodes and will
remove unnecessary surrounding layouts making the hierarchy
more human readable and efficient to search.

The compressed hierarchy will be the default. Previous tests
which depended on the more verbose hierarchy, will either
need to update their selectors, or disable this feature
from the UiDevice.

However, the uiautomatorviewer will always show the hierarchy
in its compressed form to encourage the user of the more
compact and efficient selectors.

Change-Id: I1d5d909ce7d4f60108dc491348fcf8da8549806c
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/DumpCommand.java
47d54d40309083809bf04ba07a5b7191fbca9351 01-Feb-2013 Guang Zhu <guangzhu@google.com> instrumentation based UI Automator static library

* further refactoring to split dependencies on public APIs
* instrumentation base UI Automator test case base class still
called UiAutomatorTestCase, for ease of transition
* not all test runner features are ported over yet

Bug: 8112323

Change-Id: Ibb4fc2c2164b59fb00b0b46c77118db788b10537
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/DumpCommand.java
104ac2482e8b44fb5e5fb817b5724331e4ec7fbe 02-Jan-2013 Svetoslav Ganov <svetoslavganov@google.com> Refactoring of UiAutomator to use the new UI test APIs.

Change-Id: If3445b0b4fd3aad66a5cd661e81f3639bff90dba
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/DumpCommand.java
e3ee63d53a69f5f0efe12a993f5599ce255d8d12 25-Sep-2012 Guang Zhu <guangzhu@google.com> explicitly log an errorr in case of null root node

if root node return from test automation bridget is null,
explicitly log an error message

Change-Id: I805e1d907a408619e906fd21cedc3f83223f06f9
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/DumpCommand.java
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/DumpCommand.java