commit | bd462745f5c881b8ab904d0ba6d820b54e5f9047 | [log] [tgz] |
---|---|---|
author | Jacky Kao <jackykao@google.com> | Thu Mar 25 08:49:53 2021 +0800 |
committer | Jacky Kao <jackykao@google.com> | Thu Apr 01 11:13:47 2021 +0800 |
tree | ba12c45a9da660d174009011876f3dcb9cab32e0 | |
parent | 624a0f2d0e34233db003f884cf1c73fa32201bf8 [diff] |
Limitation the text location length of the A11y node This issue caused by the input location length is too large to make the OOM crash when constructing the rectangle array. Due to the constructed rectangle array needs to send back to services through the binder transaction, so limiting the text location length to avoid the binder transaction failure or the OOM crash. Bug: 159355942 Test: a11y CTS & unit tests Change-Id: I3b48b8999967347475b830d94d641b45259152ae