n76 / Local-GSM-Backend

GSM LocationProvider backend for µg UnifiedNlp
Apache License 2.0
91 stars 23 forks source link

Location lost after a few seconds #70

Closed Isgar closed 8 years ago

Isgar commented 8 years ago

Reproduction steps:

Catlog shows this every few seconds: V/NlpLocationBackendFuser( 5831): Ignoring location update as it's older than other provider.

Additional info:

okias commented 8 years ago

I also noticed bug, but didn't realized this is GSM backend bug :) Thank you for report & fix!! :+1:

n76 commented 8 years ago

Not sure if it could officially be classified a bug, a API not fully documented or a left over debug logging statement after the change that added times to the reports. But is was annoying.

Isgar commented 8 years ago

Thank you for the quick fix, but it doesn't solve the actual problem. I still have the same issue with 1.4.2.

In contrast, it seems to have gotten worse. Now I don't even get the initial position anymore.

n76 commented 8 years ago

Getting initial position should be unrelated to the Ignoring location update as it's older than other provider message problem.

Perhaps you have the same issue as @tastytea reports: https://github.com/n76/Local-GSM-Backend/issues/71

If you install the version I put out for him, we could get some logging that will tell me more about why you are not getting even an initial position.

Isgar commented 8 years ago

1.4.3 fixed it for me, thank you!