I have a code which should run a lot of time in the background listening for the accelerometer. So i register listener and everything works fine. However sometimes (once few hours or even days) - I stop getting events. Looks like my listener was removed. Is it possible for the sensor service to be 'reseted and loose its listeners, or somehow to remove existing listeners (without having a reference to listener)?
Or maybe somebody have some interesting ideas on how to debug such a bug? :) Thanks
-- 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

