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

Commit 7bf01fea authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

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

* commit '8ef42a40fed1234220386a2b76e9dacf814e948d':
  QS: Handle all camera api exceptions during init.
parents 25307213 183d10b1
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;
        }