Merge "DO NOT MERGE Use correct lock when killing processes" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b4190776a7
@@ -26873,7 +26873,7 @@ public class ActivityManagerService extends IActivityManager.Stub
|
||||
|
||||
@Override
|
||||
public void notifyDefaultDisplaySizeChanged() {
|
||||
synchronized (this) {
|
||||
synchronized (ActivityManagerService.this) {
|
||||
if (mSystemServiceManager.isBootCompleted() && mHomeProcess != null) {
|
||||
|
||||
// TODO: Ugly hack to unblock the release
|
||||
|
||||
Reference in New Issue
Block a user