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

Commit 3d6e9fd3 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6185034 from cc8271ea to qt-qpr3-release

Change-Id: I8032b9ad2fb4b46a05efe0f47a5d796984918bcb
parents 95c78710 cc8271ea
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -82,11 +82,11 @@ bool TimeCheck::TimeCheckThread::threadLoop()
        if (waitTimeNs > 0) {
            status = mCond.waitRelative(mMutex, waitTimeNs);
        }
    }
        if (status != NO_ERROR) {
            LOG_EVENT_STRING(LOGTAG_AUDIO_BINDER_TIMEOUT, tag);
            LOG_ALWAYS_FATAL("TimeCheck timeout for %s", tag);
        }
    }
    return true;
}