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

* commit '87c9fb7613a4ee7d815a2bcc36554fd35357075e':
  Loosen the constraint for releasing a shared file.
This commit is contained in:
Svetoslav
2014-09-22 22:02:32 +00:00
committed by Android Git Automerger

View File

@@ -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) {