[android-developers] Re: The emulator died when I execute ping in adb shell repeatly

2011-07-28 Thread nanhu
It seams hang at bufferReader.readLine() when read from InputStream On 7月28日, 上午9时19分, nanhu tianlifeixue...@gmail.com wrote: only when the ping execution failed,the problem can appear On 7月27日, 下午2时57分, nanhu tianlifeixue...@gmail.com wrote: when I execute ping -c 20 -i 0.2 -s 92 -W

[android-developers] Re: The emulator died when I execute ping in adb shell repeatly

2011-07-28 Thread nanhu
details as follows: 1. our program need to ping a host repeatly , but it hang after executing for some times . the concrete ping code is: ProcessBuilder processBuilder=new ProcessBuilder(); Process process = processBuilder.command(ping,-W,1,-

[android-developers] Re: The emulator died when I execute ping in adb shell repeatly

2011-07-28 Thread nanhu
I want to analyse the network health On 7月29日, 上午10时00分, Nick Risaro nris...@gmail.com wrote: I think that making a simple HttpRequest for a file in the server is a best solution, I'm assuming you want to do a health check. On Thu, Jul 28, 2011 at 10:53 PM, nanhu tianlifeixue

[android-developers] The emulator died when I execute ping in adb shell repeatly

2011-07-27 Thread nanhu
when I execute ping -c 20 -i 0.2 -s 92 -W 1 www.google.com in adb shell repeatly , after dozens of times , it can not execute , and I can not login another shell -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: The emulator died when I execute ping in adb shell repeatly

2011-07-27 Thread nanhu
only when the ping execution failed,the problem can appear On 7月27日, 下午2时57分, nanhu tianlifeixue...@gmail.com wrote: when I execute ping -c 20 -i 0.2 -s 92 -W 1www.google.com in adb shell repeatly , after dozens of times , it can not execute , and I can not login another shell -- You