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

Commit 51b8bb2a authored by stanley-ct.chen's avatar stanley-ct.chen Committed by Automerger Merge Worker
Browse files

Fix google vts dead lock am: 33a593ab am: 18738f2a am: f7bd18c7 am: 34f7b35c am: 107b2fb8

parents 0fd13e48 107b2fb8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -203,7 +203,6 @@ bool DvrCallback::readRecordFMQ() {
void DvrCallback::stopRecordThread() {
    mKeepReadingRecordFMQ = false;
    mRecordThreadRunning = false;
    android::Mutex::Autolock autoLock(mRecordThreadLock);
}

AssertionResult DvrTests::openDvrInDemux(DvrType type, uint32_t bufferSize) {