Closed GoogleCodeExporter closed 8 years ago
No, I don't think so.
The service acts as a controller frontend for the actual thread(s).
So calling startService is semantically wrong, but the startService call simply
passes a message to the service, and the service exits when there are no more
messages to process. In this case line 200 sends a stop message to the service,
which will cause it to stop the actual running thread. The service itself will
then exit.
Is there a problem with how it works?
Original comment by kenneth@hexad.dk
on 27 Feb 2012 at 3:15
Thank you for the clarification! I was just reading through the code, trying to
understand it and had no problem with how it works!
Original comment by frat...@gmail.com
on 29 Feb 2012 at 10:34
Super :)
Original comment by kenneth@hexad.dk
on 29 Feb 2012 at 11:05
Original issue reported on code.google.com by
frat...@gmail.com
on 27 Feb 2012 at 2:00