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

Commit a3df39cd authored by Svetoslav's avatar Svetoslav Committed by Android (Google) Code Review
Browse files

Merge "Loosen the constraint for releasing a shared file." into lmp-dev

parents ab4fbefe cf3a86b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ public final class MutexFileProvider {
    public void releaseFile() {
        synchronized (mLock) {
            if (mOwnerThread != Thread.currentThread()) {
                throw new IllegalStateException("Not acquired");
                return;
            }

            if (DEBUG) {