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

Commit 12c255e2 authored by Fabien Sanglard's avatar Fabien Sanglard
Browse files

Document am --suspend parameter

Bug: 265460189
Test: NA
Change-Id: I30e83c2067306cf655bd1f9a463d540baf015f09
parent 9ed11624
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>");