commit | 105908d04c05cd9521a8557aedd5a67ada8c1611 | [log] [tgz] |
---|---|---|
author | Fan Zhang <zhfan@google.com> | Mon Jun 18 09:42:38 2018 -0700 |
committer | Fan Zhang <zhfan@google.com> | Mon Jun 18 10:09:23 2018 -0700 |
tree | 851dafbef9eeff44860bf97e94a8327aee0894d1 | |
parent | bb2c6c9f3e102fac96dfffff311a2cae12642fbd [diff] |
Fix StringIndexOutOfBoundsException in AccessibilityUtils The string splitter is a sigleton but the access is not thread-safe. So now it's changed to be a local instance to avoid threading problems. Also removed a few unused test classes as clean up. Change-Id: Ia2b3f3058fcbb0b28afff4e3d1b29184072bf45e Fixes: 110255579 Test: robotests