Merge "Document am --suspend parameter"

This commit is contained in:
Fabien Sanglard
2023-01-26 21:08:11 +00:00
committed by Android (Google) Code Review

View File

@@ -3830,9 +3830,11 @@ final class ActivityManagerShellCommand extends ShellCommand {
pw.println(" Print this help text.");
pw.println(" start-activity [-D] [-N] [-W] [-P <FILE>] [--start-profiler <FILE>]");
pw.println(" [--sampling INTERVAL] [--streaming] [-R COUNT] [-S]");
pw.println(" [--track-allocation] [--user <USER_ID> | current] <INTENT>");
pw.println(" [--track-allocation] [--user <USER_ID> | current] [--suspend]");
pw.println(" <INTENT>");
pw.println(" Start an Activity. Options are:");
pw.println(" -D: enable debugging");
pw.println(" --suspend: debugged app suspend threads at startup (only with -D)");
pw.println(" -N: enable native debugging");
pw.println(" -W: wait for launch to complete");
pw.println(" --start-profiler <FILE>: start profiler and send results to <FILE>");