History log of /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/DumpCommand.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dd6abfe5903838f6005d951609b24509daa93e0f 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/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/DumpCommand.java
4a82ca385244ade0d9a5654d7eb3b7797846a6db 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/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/DumpCommand.java
23296fc6448cd265fbb45c1fd9041976ae0da274 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/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/DumpCommand.java
89f6117cb1fbeab3770106cf54e05af1f597be81 02-Jan-2013 Svetoslav Ganov <svetoslavganov@google.com> Refactoring of UiAutomator to use the new UI test APIs.

Change-Id: If3445b0b4fd3aad66a5cd661e81f3639bff90dba
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/DumpCommand.java
784337a4ccd52aeafa062f38a2605f547fca6472 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/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/DumpCommand.java
2da677e322f0d46b8ea4f882d780f5ee4e97647a 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/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/DumpCommand.java