I changed it to this: Listener_Thread listener_Thread = new Listener_Thread(this); listener_Thread.start();
The breakpoint still doesn't trigger. On Friday, November 2, 2012 9:59:17 AM UTC-5, latimerius wrote: > > On Fri, Nov 2, 2012 at 3:39 PM, bob <[email protected] <javascript:>> > 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

