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

Commit 1dd82882 authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am e821fc43: am 87c9fb76: am e9456781: Merge "Loosen the constraint for...

am e821fc43: am 87c9fb76: am e9456781: Merge "Loosen the constraint for releasing a shared file." into lmp-dev

* commit 'e821fc4335549c8618ee17d1e60de0e58f6f9ff9':
  Loosen the constraint for releasing a shared file.
parents bf0275d2 277a8686
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) {