Merge "Acquire service lock in AppTaskImpl.moveToFront()"
This commit is contained in:
committed by
Android (Google) Code Review
commit
690c13b562
@@ -97,7 +97,7 @@ class AppTaskImpl extends IAppTask.Stub {
|
||||
final int callingUid = Binder.getCallingUid();
|
||||
final long origId = Binder.clearCallingIdentity();
|
||||
try {
|
||||
synchronized (this) {
|
||||
synchronized (mService.mGlobalLock) {
|
||||
mService.mStackSupervisor.startActivityFromRecents(callingPid, callingUid, mTaskId,
|
||||
null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user