[android-developers] Re: Why does my monkey terminated ??

2009-02-08 Thread Dianne Hackborn
Um, don't close the shell you are running the monkey on. The monkey command prints its result data there so it would be pretty pointless to run it and close its shell, anyway. On Sun, Feb 8, 2009 at 7:43 PM, Ashrotronics 030440...@163.com wrote: Dear all: As you know,i started the monkey

[android-developers] Re: Why does my monkey terminated ??

2009-02-08 Thread Ashrotronics
So,according what u said,if i modify the monkey source code to be no outputs,and recompile it in android source code ,then the generated new monkey tool can continue running after i close the shell,am i right ?? On Feb 9, 12:15 pm, Dianne Hackborn hack...@android.com wrote: Um, don't close the

[android-developers] Re: Why does my monkey terminated ??

2009-02-08 Thread Dianne Hackborn
If you launch it as a background process it may, it depends on what the shell is set up to do when it gets closed. On Sun, Feb 8, 2009 at 9:11 PM, Ashrotronics 030440...@163.com wrote: So,according what u said,if i modify the monkey source code to be no outputs,and recompile it in android

[android-developers] Re: Why does my monkey terminated ??

2009-02-08 Thread Ashrotronics
I'll try myself, and Thanks for your advice ! On Feb 9, 1:45 pm, Dianne Hackborn hack...@android.com wrote: If you launch it as a background process it may, it depends on what the shell is set up to do when it gets closed. On Sun, Feb 8, 2009 at 9:11 PM, Ashrotronics 030440...@163.com