There is definitely a bug here and I think it's within Android. I do not get an error stacktrace or anything but my application will just completely freeze and it won't continue on and within a few minutes I will see the Failed Binder Transaction.
The exact line it's freezing at is Process process = Runtime.getRuntime ().exec(SOME COMMAND); It is very intermittent but after calling that line a number of times, the application will freeze with no indications of what's wrong. Any help? Any different way of doing this? Thanks, Arron On Jul 16, 6:53 am, biAji <[email protected]> wrote: > On Jul 13, 1:47 pm, Don Tran <[email protected]> wrote: > > > My application is getting a failedbindertransaction, which causes it > > to completely hang, when I do the following: > > > Process process = Runtime.getRuntime().exec(SOME COMMAND); > > BufferedReader br = new BufferedReader(new InputStreamReader > > (process.getInputStream()); > > While(read the content using br.readLine()) > > I count the same issue, and try a lot to eliminate it but not > success.. And the most important thing is: I can not repeat the > error, > it's happened randomly. > > I guess it's not thread safe.~ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

