bubgum / crw-cmu

Automatically exported from code.google.com/p/crw-cmu
0 stars 0 forks source link

Server crashes while trying to set a waypoint in the new client #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect the client to the server on the phone.
2. Hold the ctrl key and set a waypoint.

What do you see instead?

Server crashes. Happens once in a while. Logs attached

Original issue reported on code.google.com by abhinav....@gmail.com on 1 Sep 2011 at 3:47

Attachments:

GoogleCodeExporter commented 9 years ago
This is caused by Android shutting down the AirboatService as a memory 
management step.  I changed the AirboatService and AirboatFailsafeService to be 
foreground services, which should prevent them from being shut down.

Original comment by psi...@gmail.com on 1 Sep 2011 at 4:42

GoogleCodeExporter commented 9 years ago

Original comment by abhinav....@gmail.com on 22 Mar 2012 at 3:50