Merge "Update help message and remove deprecated and unused filters." into udc-dev

This commit is contained in:
Nicolas Geoffray
2023-03-17 15:16:47 +00:00
committed by Android (Google) Code Review

View File

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