Loading core/java/android/hardware/camera2/utils/CameraBinderDecorator.java +2 −2 Original line number Diff line number Diff line Loading @@ -138,8 +138,8 @@ public class CameraBinderDecorator { * errors, then add them to the top switch statement */ if (errorFlag < 0) { throw new UnsupportedOperationException(String.format("Unknown error %d", errorFlag)); throw new CameraRuntimeException(CAMERA_ERROR, String.format("Unknown camera device error %d", errorFlag)); } } Loading Loading
core/java/android/hardware/camera2/utils/CameraBinderDecorator.java +2 −2 Original line number Diff line number Diff line Loading @@ -138,8 +138,8 @@ public class CameraBinderDecorator { * errors, then add them to the top switch statement */ if (errorFlag < 0) { throw new UnsupportedOperationException(String.format("Unknown error %d", errorFlag)); throw new CameraRuntimeException(CAMERA_ERROR, String.format("Unknown camera device error %d", errorFlag)); } } Loading