UnifiedNlp icon indicating copy to clipboard operation
UnifiedNlp copied to clipboard

[Feature Request] NL Tester app to show all provider results

Open xuefer opened this issue 9 years ago • 2 comments

It would a lot easier to know if provider works at all if we can see result from each provider, including TTFF (Time To First Fix)

maybe one can start from by forking existing open source app like Android GPS Testing Tool

xuefer avatar Mar 05 '16 14:03 xuefer

I personally don't think that the UI needs to be extended to cover this. . . The simpler the better for UI.

For debugging you can enable one backend at a time and run a command like:

adb logcat | grep NlpLocationBackendFuser

To see if it is running. And if you can't visualize the results, something like satstat will display both the GPS position and the network based position.

n76 avatar Mar 05 '16 15:03 n76

You may want to follow this issue regarding SatStat, a tool that can display both GPS and network (cell/wifi) locations : https://github.com/mvglasow/satstat/issues/56

breversa avatar Jun 13 '16 11:06 breversa