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

Commit 2cb3e29e authored by Joe Malin's avatar Joe Malin Committed by Android (Google) Code Review
Browse files

Merge "Doc Change:ActivityManager usage doc:running test package"

parents b6e19a23 f9b5eed8
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.ParcelFileDescriptor;
import android.os.RemoteException;
// import android.os.RemoteException; // apparently not used
import android.os.ServiceManager;
import android.util.AndroidException;
import android.view.IWindowManager;
@@ -620,6 +620,11 @@ public class Am {
                "        -p <FILE>: write profiling data to <FILE>\n" +
                "        -w: wait for instrumentation to finish before returning\n" +
                "\n" +
                "    run a test package against an application: am instrument [flags] <TEST_PACKAGE>/<RUNNER_CLASS>\n" +
                "        -e <testrunner_flag> <testrunner_value> [,<testrunner_value>]\n" +
                "        -w wait for the test to finish (required)\n" +
                "        -r use with -e perf true to generate raw output for performance measurements\n" +
                "\n" +
                "    start profiling: am profile <PROCESS> start <FILE>\n" +
                "    stop profiling: am profile <PROCESS> stop\n" +
                "    dump heap: am dumpheap [flags] <PROCESS> <FILE>\n" +