GPSTest allows you to output raw data about GNSS/GPS to the Android system logs. The following sections discuss how to access these logs, and details about the data that is output.
You can view the data output from GPSTest by using Android Monitor, which is included with Android Studio.
Steps to view data:
- Install Android Studio
- Enable USB debugging on your device
- In Android Monitor, in the drop down box on far right side, select
No Filters
. - In Android Monitor, in the search box with magnifying glass, enter
GpsOutput
to filter out all other system output. - In the GPSTest app, go to "Settings", scroll down, and make sure the box is checked for each data output type you'd like to see (see next section).
Android 2.3 and higher:
- NMEA output - NMEA strings. Enabled by default. To show only this output in Android Monitor, use the search box text
GpsOutputNmea
.
Android 7.0 and higher:
- GNSS Measurements - Raw GNSS satellite measurements observed by the GNSS subsystem. Disabled by default. To show only this output in Android Monitor, use the search box text
GpsOutputMeasure
. - GNSS Navigation Message - Navigation messages observed by the GNSS subsystem. Disabled by default. To show only this output in Android Monitor, use the search box text
GpsOutputNav
.
Check out the FAQ for known device information.