OSDN Git Service

Catch potential RTE from Camera.
authorSascha Haeberling <haeberling@google.com>
Fri, 18 Apr 2014 15:13:55 +0000 (08:13 -0700)
committerSascha Haeberling <haeberling@google.com>
Sat, 19 Apr 2014 06:29:57 +0000 (23:29 -0700)
commit3fff70c316ff1f3d6ec1cd93e1f34769ebc4f781
tree512040c438f03b5b35390432579713dbcbe9854d
parentbc34225d59a7d33fd0c1e0247af84ae11e4ee640
Catch potential RTE from Camera.

I got this one on a Nexus S running CM. So maybe not a real problem in
the wild. But given the amount of errors we see in the wild about camera
not connection, we should revisit and see if any of these errors are
catchable, like this one.

Change-Id: I02421bb6a1b5256bf23c2b5fe81f11a78d02cd57
src/com/android/camera/app/AndroidCameraManagerImpl.java