Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 183d10b1 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am a20b6388: Merge "QS: Handle all camera api exceptions during init." into lmp-dev

* commit 'a20b63882407656b01062088861071e4a9ebe380':
  QS: Handle all camera api exceptions during init.
parents b0665072 09890b3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ public class FlashlightController {
    public void initialize() {
        try {
            mCameraId = getCameraId();
        } catch (CameraAccessException e) {
        } catch (Throwable e) {
            Log.e(TAG, "Couldn't initialize.", e);
            return;
        }