Hello all,
I have a strange problem with my SABRESD6DQ boards: My app freezes randomly with no apparent problem.
I dumped logcat on many runs, and what I noticed is that everytime the app freezed, the last item in logcat is:
E/GpsXtraDownloader( 2375): No XTRA servers were specified in the GPS configuration
I checked the pid and it's the system server:
system | 2375 2267 727936 43960 ffffffff 400f6690 S system_server |
What is causing this error to happen? Is there a way to kill/remove the service that is causing this error?
My application does not use the android's GPS, so I'd like just to remove the service and see if my app stops freezing.
Note
I use the demo OS from Freescale that is on the SD card (Android 4.0.1 ICS)