commit | 082db87423ec1667adc0b1fa6077a23033962996 | [log] [tgz] |
---|---|---|
author | juwei <juwei@codeaurora.org> | Wed Dec 21 14:00:49 2016 +0800 |
committer | juwei <juwei@codeaurora.org> | Wed Dec 21 14:00:49 2016 +0800 |
tree | fcc3657e68a38f310e0df42d277ca7910694fd1e | |
parent | 1fd9901abce1ff4eb09b5aaa3be22e1a0d846ff7 [diff] |
SnapdragonCamera: Fix ANR caused by deadlock Main thread first hold lock, then join another thread which also need the same lock, hence these two thread all block. The lock which main thread hold is not necessary, delete it. Change-Id: I9119275e34b48bf0d0caed6a55d330374b986b81 CRs-Fixed: 1103243