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

Commit f5dbf6a6 authored by Wu-cheng Li's avatar Wu-cheng Li
Browse files

Remove excessive logging.

bug:2346606
parent 6c8d2760
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ void JNICameraContext::copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int
                }

                if(mCallbackBuffers.isEmpty()) {
                    LOGW("Out of buffers, clearing callback!");
                    LOGV("Out of buffers, clearing callback!");
                    mCamera->setPreviewCallbackFlags(FRAME_CALLBACK_FLAG_NOOP);
                    mManualCameraCallbackSet = false;