OSDN Git Service

monkey: trap SIGHUP in shell before launching
authorDima Zavin <dima@android.com>
Thu, 9 Dec 2010 22:22:07 +0000 (14:22 -0800)
committerDima Zavin <dima@android.com>
Thu, 9 Dec 2010 22:22:21 +0000 (14:22 -0800)
Change-Id: Ia79361858baa72970ba15d2d1ce0290d0bd38967
Signed-off-by: Dima Zavin <dima@android.com>
cmds/monkey/monkey

index 45f43a4..bbe27f6 100755 (executable)
@@ -3,5 +3,6 @@
 #
 base=/system
 export CLASSPATH=$base/framework/monkey.jar
+trap "" HUP
 exec app_process $base/bin com.android.commands.monkey.Monkey $*