Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.95 KB

LOGGING.md

File metadata and controls

30 lines (18 loc) · 1.95 KB

Data Output and Logging

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.

Accessing the system log

You can view the data output from GPSTest by using Android Monitor, which is included with Android Studio.

Steps to view data:

  1. Install Android Studio
  2. Enable USB debugging on your device
  3. In Android Monitor, in the drop down box on far right side, select No Filters.
  4. In Android Monitor, in the search box with magnifying glass, enter GpsOutput to filter out all other system output.
  5. 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).

Data output

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.

What devices support pseudorange measurements and navigation messages?

Check out the FAQ for known device information.