[android-developers] Continuously running Service does not run continuously

2012-01-14 Thread Dirk
Hi, I am writing a service which shall continuously log some sensor data over longer periods of time. For testing purposes the service shall log a static debug message once every second. Looking at the log file, after some time (usually 30min to several hours), the logging only takes place every

Re: [android-developers] Continuously running Service does not run continuously

2012-01-14 Thread Mark Murphy
On Sat, Jan 14, 2012 at 12:43 PM, Dirk b...@informatik.uni-hamburg.de wrote: I am writing a service which shall continuously log some sensor data over longer periods of time. For testing purposes the service shall log a static debug message once every second. Looking at the log file, after

[android-developers] Continuously running service.

2011-04-05 Thread Mahavir Jain
Hi, I would like to develop an application that will run continuously as a service in the background invisible to user. And after regular interval, it will send the location updates to the server. How can I make my application to run continuously in background invisible to user? Regards,