commit | 1d4f892dc3f1f870c681a0385812dd3fee566beb | [log] [tgz] |
---|---|---|
author | weijiew <weijiew@codeaurora.org> | Tue Oct 25 16:29:07 2016 +0800 |
committer | weijiew <weijiew@codeaurora.org> | Thu Oct 27 14:21:04 2016 +0800 |
tree | eba9484919c7384071b2b80b6db249be1357a2b8 | |
parent | 7cf90b62542c602a0244b534f8d28721d6ca5ec1 [diff] |
SnapdragonCamera: Attempt to get length of null array Array was initialized in try block. while exception happens, initialization was skipped and cause NullPointException,so initialized array with new Object[0] in catch block. Change-Id: Ib9b41dc836e2a70fc82ff949f5ea1c8c9e3f1694 CRs-Fixed: 1081886