am 515c7c94: am cd343325: am e821fc43: am 87c9fb76: am e9456781: Merge "Loosen the constraint for releasing a shared file." into lmp-dev
* commit '515c7c9416e33f17c9a937931d43ebfb391dcd44': Loosen the constraint for releasing a shared file.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user