Document am --suspend parameter
Bug: 265460189 Test: NA Change-Id: I30e83c2067306cf655bd1f9a463d540baf015f09
This commit is contained in:
@@ -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>");
|
||||
|
||||
Reference in New Issue
Block a user