From 6b66a4a8a342b8156f73d83771caa1db2f866529 Mon Sep 17 00:00:00 2001 From: John Reck Date: Thu, 23 Jul 2015 17:36:13 -0700 Subject: use findProcess instead of getProcess Bug: 22701182 Change-Id: I2ec56c55c49401f2f213bbd318e867fd73b37672 --- cmds/am/src/com/android/commands/am/Am.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds/am') diff --git a/cmds/am/src/com/android/commands/am/Am.java b/cmds/am/src/com/android/commands/am/Am.java index d952dfc..96c0dbd 100644 --- a/cmds/am/src/com/android/commands/am/Am.java +++ b/cmds/am/src/com/android/commands/am/Am.java @@ -295,7 +295,7 @@ public class Am extends BaseCommand { "\n" + "am get-inactive: returns the inactive state of an app.\n" + "\n" + - " am send-trim-memory: Send a memory trim event to a .\n" + + "am send-trim-memory: Send a memory trim event to a .\n" + "\n" + " specifications include these flags and arguments:\n" + " [-a ] [-d ] [-t ]\n" + -- cgit v1.1