On Fri, Nov 2, 2012 at 3:39 PM, bob <[email protected]> wrote: > new Listener_Thread(this).start();
This looks suspicious to me - try storing the reference to your Listener_Thread instance somewhere. If you don't it might immediately become eligible for GC and could be garbage-collected before it even starts. -- 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

