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

Commit d26344f1 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 10174557 from 119e0c21 to udc-release

Change-Id: I4f98c9667f94e3a3b6f0b7bea143a868305bf417
parents 90e813ba 119e0c21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1017,7 +1017,7 @@ void CCodecBufferChannel::initializeFrameTrackingFor(ANativeWindow * window) {
    int hasPresentFenceTimes = 0;
    window->query(window, NATIVE_WINDOW_FRAME_TIMESTAMPS_SUPPORTS_PRESENT, &hasPresentFenceTimes);
    mHasPresentFenceTimes = hasPresentFenceTimes == 1;
    if (mHasPresentFenceTimes) {
    if (!mHasPresentFenceTimes) {
        ALOGI("Using latch times for frame rendered signals - present fences not supported");
    }
}