Merge "Update help message and remove deprecated and unused filters." into udc-dev am: 6dd7b3f4a8

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

Change-Id: I3d44ca11424cd5078a5360a1e4436a469be5e4b7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Nicolas Geoffray
2023-03-17 15:38:23 +00:00
committed by Automerger Merge Worker

View File

@@ -4400,15 +4400,9 @@ class PackageManagerShellCommand extends ShellCommand {
pw.println(" -f: force compilation even if not needed"); pw.println(" -f: force compilation even if not needed");
pw.println(" -m: select compilation mode"); pw.println(" -m: select compilation mode");
pw.println(" MODE is one of the dex2oat compiler filters:"); pw.println(" MODE is one of the dex2oat compiler filters:");
pw.println(" assume-verified");
pw.println(" extract");
pw.println(" verify"); pw.println(" verify");
pw.println(" quicken");
pw.println(" space-profile");
pw.println(" space");
pw.println(" speed-profile"); pw.println(" speed-profile");
pw.println(" speed"); pw.println(" speed");
pw.println(" everything");
pw.println(" -r: select compilation reason"); pw.println(" -r: select compilation reason");
pw.println(" REASON is one of:"); pw.println(" REASON is one of:");
for (int i = 0; i < PackageManagerServiceCompilerMapping.REASON_STRINGS.length; i++) { for (int i = 0; i < PackageManagerServiceCompilerMapping.REASON_STRINGS.length; i++) {