Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c4073e4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 9a4cf62c 5433bcac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
                }