commit | a1e793841f7d7c04fa37e914e9095397efa6b6fa | [log] [tgz] |
---|---|---|
author | Kishore Kumar Nandigam <kishore.nandigam@oppo.com> | Wed Feb 19 10:58:53 2025 +0530 |
committer | Jis G Jacob <studiokeys@blissroms.org> | Tue Mar 04 06:05:03 2025 -0500 |
tree | d390383ee1ec4f988261844e534710ca1377f256 | |
parent | d54ca953764c5ffb77479d547d4c8ece4d6dd842 [diff] |
Optimize code for performance Problem statement: Very unlikely to encounter ArrayIndexOutOfBoundsException on SparseIntArray.get() Solution: Optimize the redundant invocation and reduce ambiguity in recalculating the default value. Bug id: 395793343 Google: 3498538 Change-Id: I56595090d2ab39bb723f63f7b708335f5e434d74 Signed-off-by: Jis G Jacob <studiokeys@blissroms.org>