commit | 6abacf68ab4e8d7646afcb225f787ad3c243f20e | [log] [tgz] |
---|---|---|
author | Jay Wang <jaywang@codeaurora.org> | Mon Jan 18 14:16:36 2016 -0800 |
committer | Camera Software Integration <camswint@localhost> | Wed Jan 20 23:33:27 2016 -0700 |
tree | 89d7d0a8a63dce5b4856726087803fd38dd4263b | |
parent | d1849430a108413ed1aacbe2fc1cccb5653b8575 [diff] |
SnapdragonCamera: Fix NULL pointer exception There is a corner case that onShutterButtonClick() is called before camera device is configured. The change will make sure the camera device exists before continuing the operation. Change-Id: I2212572ea5c6073c3f62bdd38e83716b2427c87d CRs-Fixed: 962579