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

Commit 0a321db3 authored by John Reck's avatar John Reck
Browse files

Remove logspam

This log seems to fire regularly when drawing to things like
a SurfaceTexture. Certainly doesn't seem like an error,
and it doesn't seem useful, either. So remove it.

Test: make && adb logcat
Change-Id: I92c8b9f298775db9a6d0fc8eea0b0e3d06975ad2
parent 86e34535
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -255,7 +255,6 @@ void ProducerFrameEventHistory::updateAcquireFence(
        uint64_t frameNumber, std::shared_ptr<FenceTime>&& acquire) {
    FrameEvents* frame = getFrame(frameNumber, &mAcquireOffset);
    if (frame == nullptr) {
        ALOGE("updateAcquireFence: Did not find frame.");
        return;
    }