commit | ba52a30506e83ebb9ec5d55ccb2090ce9461b6ee | [log] [tgz] |
---|---|---|
author | junjiez <junjiez@codeaurora.org> | Tue Aug 30 14:42:47 2016 +0800 |
committer | junjiez <junjiez@codeaurora.org> | Tue Aug 30 14:42:47 2016 +0800 |
tree | edd58edcdf7785178bd210637b4f9f1a7974f8de | |
parent | 9159ebde9c1bc74e531bd0cc5e7e9379d1d235e6 [diff] |
SnapdragonCamera:Fix NullPointerException in monkey test When R.layout.ts_makeup_item_view is pressed onMakeupLevel will be called,but at this time the OpenCameraThread maybe has not opened the camera, so the NullPointerException occurred,add a judgement to avoid camera to be null. Change-Id: Ia9a9e579a4e400e05deeeb2c36539a0ff95d3918 CRs-Fixed: 1060870