OSDN Git Service

'Fix' ANR in holiday build happening frequently from lockscreen.
authorSascha Haeberling <haeberling@google.com>
Mon, 29 Dec 2014 21:54:28 +0000 (13:54 -0800)
committerSascha Haeberling <haeberling@google.com>
Mon, 29 Dec 2014 21:58:13 +0000 (13:58 -0800)
commit7b81135c88f01cb2ac7a958dcb66c0d2d2bde7c4
tree46236301da62984b4ba54e4cbe112ca39def76ad
parentf3573e6e39161d3e136d309a502f4078f96ea1b4
'Fix' ANR in holiday build happening frequently from lockscreen.

  Bug: 18854352

Note: This is more of a hack around the already pretty hacky camera
open-close lock. Proper fix is to refactor the code to not require this
lock anymore. But to get the holiday droidfood going further, this is
a quick for now.

Change-Id: Iad974e91aae6ede3897ce3bb7d69f8764d9fd08a
src/com/android/camera/CaptureModule.java