Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a543c29 authored by Fabien Sanglard's avatar Fabien Sanglard Committed by Android (Google) Code Review
Browse files

Merge "Document am --suspend parameter"

parents 22900bf1 12c255e2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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>");