commit | a6f532ac9c1465d2a80768d01b5ad3d0331446ec | [log] [tgz] |
---|---|---|
author | junjiez <junjiez@codeaurora.org> | Tue Aug 30 16:56:00 2016 +0800 |
committer | junjiez <junjiez@codeaurora.org> | Tue Aug 30 16:56:00 2016 +0800 |
tree | 03a110e657344998303cb7bbef3c061178d2ab58 | |
parent | 9159ebde9c1bc74e531bd0cc5e7e9379d1d235e6 [diff] |
SnapdragonCamera:Fix OutOfBoundsException in monkey test when findIndexOfValue() failed to get the index of the value, it will return -1,but -1 can't be the index of the arry,it will cause exception.So if can't find the index of the value,return the default support value instead. Change-Id: I2cd44a20146b35492b5c697c2c4ba5a6cd0cd095 CRs-Fixed: 1060916