Merge "OMS: dump: silently ignore -a" am: 51f47d9bc1
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2214727 Change-Id: I78f5a9e931239543e996c422ee1ee9b6c26656ba Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1009,7 +1009,9 @@ public final class OverlayManagerService extends SystemService {
|
|||||||
}
|
}
|
||||||
opti++;
|
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("dump [-h] [--verbose] [--user USER_ID] [[FIELD] PACKAGE]");
|
||||||
pw.println(" Print debugging information about the overlay manager.");
|
pw.println(" Print debugging information about the overlay manager.");
|
||||||
pw.println(" With optional parameter PACKAGE, limit output to the specified");
|
pw.println(" With optional parameter PACKAGE, limit output to the specified");
|
||||||
|
|||||||
Reference in New Issue
Block a user