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

Commit bb447e9a 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:...

Merge "OMS: dump: silently ignore -a" am: 51f47d9b am: 8dc97ba4 am: be5174e5 am: 6b33264e am: 0ba21f9c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2214727



Change-Id: I7ffd7de1ae0e2bcf21a4c99729630b601dcd167f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 169de3b9 0ba21f9c
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");