commit | 9d44da19ece7973ba493b5ea18704d18173faca2 | [log] [tgz] |
---|---|---|
author | Vijayashree Channiah Sondekoppa <vchann@codeaurora.org> | Fri Aug 30 11:52:03 2013 +0530 |
committer | Whitehawkx <xxwhitehawk@gmail.com> | Tue Oct 01 07:08:20 2013 -0700 |
tree | 4637529f0fe3fbb29fdf9fb0deb94bf50ed02ad8 | |
parent | 9325ced0a33adddf043001dc58bab6a2a9df66c7 [diff] |
Camera App: return after synchronized block For some boundary condition when surface allocated is null, due to return within synchronization block it is giving ANR. This change will ensure that return take place outside synchronization block. It will also ensure to notify an object if already in wait state before invoking wait on it. CRs-Fixed: 529666 Change-Id: I8532aa410840785923388a879701be9e98b0154f