diff options
author | Svetoslav Ganov <svetoslavganov@google.com> | 2012-06-01 09:10:25 -0700 |
---|---|---|
committer | Svetoslav Ganov <svetoslavganov@google.com> | 2012-06-01 09:10:30 -0700 |
commit | 30ac645210ecf96ae28fc5cb3b663aeb83dbdec1 (patch) | |
tree | 006ba52e0e84b7d98e0380b7db12b559fa26d494 /tools/aidl/generate_java_rpc.cpp | |
parent | 5ab6e12b450d13c8eb501001c7a8669826b86ea4 (diff) |
AccessibilityInteractionController crash with IndexOutOfBoundException.
1. The findAccessibilityNodeInfosByTextUiThread was reusing an ArrayList
instance also used by the logic to initialize an AccessibilityNodeInfo.
Hence, if the find method got some view and creates the infos for them
the method creating the info was reusing the same array list and was
nuking its contents.
bug:6556585
Change-Id: I1d013bf7b1f715f8b4c4ba60c677233bec40647c
Diffstat (limited to 'tools/aidl/generate_java_rpc.cpp')
0 files changed, 0 insertions, 0 deletions