Merge "Remove conflicting parameter "a" from WMService dump"

This commit is contained in:
TreeHugger Robot
2019-01-07 20:46:58 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}