On Jul 13, 1:47 pm, Don Tran <arro...@gmail.com> wrote:
> My application is getting a failed binder transaction, 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to