commit | 30ac645210ecf96ae28fc5cb3b663aeb83dbdec1 | [log] [tgz] |
---|---|---|
author | Svetoslav Ganov <svetoslavganov@google.com> | Fri Jun 01 09:10:25 2012 -0700 |
committer | Svetoslav Ganov <svetoslavganov@google.com> | Fri Jun 01 09:10:30 2012 -0700 |
tree | 006ba52e0e84b7d98e0380b7db12b559fa26d494 | |
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