DO NOT MERGE Use correct lock when killing processes

Test: Switch display cutout
Bug: 113093654
Change-Id: I2ca076a214da86656b6c71ebe1f63eb92e340ac0
This commit is contained in:
Jorim Jaggi
2018-08-23 12:39:05 +02:00
parent fcb7982a49
commit 1fd30aa558

View File

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