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

Commit 6b33264e authored by Mårten Kongstad's avatar Mårten Kongstad Committed by Automerger Merge Worker
Browse files

Merge "OMS: dump: silently ignore -a" am: 51f47d9b am: 8dc97ba4 am: be5174e5

parents 91c344c0 be5174e5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1009,7 +1009,9 @@ public final class OverlayManagerService extends SystemService {
                }
                opti++;

                if ("-h".equals(opt)) {
                if ("-a".equals(opt)) {
                    // dumpsys will pass in -a; silently ignore it
                } else if ("-h".equals(opt)) {
                    pw.println("dump [-h] [--verbose] [--user USER_ID] [[FIELD] PACKAGE]");
                    pw.println("  Print debugging information about the overlay manager.");
                    pw.println("  With optional parameter PACKAGE, limit output to the specified");