Merge \"Add usage line for dump-profiles\" into nyc-dev

am: a85c1e8e69

Change-Id: I62cf1d3c0ea6295500fbb730dfa75e7046c8c06d
This commit is contained in:
David Sehr
2016-06-07 23:10:07 +00:00
committed by android-build-merger

View File

@@ -1448,6 +1448,9 @@ class PackageManagerShellCommand extends ShellCommand {
pw.println(" -s: short summary"); pw.println(" -s: short summary");
pw.println(" -d: only list dangerous permissions"); pw.println(" -d: only list dangerous permissions");
pw.println(" -u: list only the permissions users will see"); pw.println(" -u: list only the permissions users will see");
pw.println(" dump-profiles TARGET-PACKAGE");
pw.println(" Dumps method/class profile files to");
pw.println(" /data/misc/profman/TARGET-PACKAGE.txt");
pw.println(" resolve-activity [--brief] [--components] [--user USER_ID] INTENT"); pw.println(" resolve-activity [--brief] [--components] [--user USER_ID] INTENT");
pw.println(" Prints the activity that resolves to the given Intent."); pw.println(" Prints the activity that resolves to the given Intent.");
pw.println(" query-activities [--brief] [--components] [--user USER_ID] INTENT"); pw.println(" query-activities [--brief] [--components] [--user USER_ID] INTENT");