UnifiedNlp
UnifiedNlp copied to clipboard
[Feature Request] NL Tester app to show all provider results
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
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.
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