Merge "Remove conflicting parameter "a" from WMService dump"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6c4073e4e1
@@ -6166,7 +6166,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
dumpWindowsLocked(pw, true, null);
|
||||
}
|
||||
return;
|
||||
} else if ("all".equals(cmd) || "a".equals(cmd)) {
|
||||
} else if ("all".equals(cmd)) {
|
||||
synchronized (mGlobalLock) {
|
||||
dumpWindowsLocked(pw, true, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user