From e2bdb3bac668671cc75b412009b059d5d71de116 Mon Sep 17 00:00:00 2001 From: Raviu56 <63186363+Raviu56@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:53:57 +0300 Subject: [PATCH] Update LOGGING_FORMAT.md --- LOGGING_FORMAT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LOGGING_FORMAT.md b/LOGGING_FORMAT.md index 4697e8f..529dd5a 100644 --- a/LOGGING_FORMAT.md +++ b/LOGGING_FORMAT.md @@ -154,6 +154,7 @@ A description of the different logged fields can be found below. `Fix` - Each row represents a [Location](https://developer.android.com/reference/android/location/Location), collected from the [Location API](https://developer.android.com/reference/android/location/LocationListener) (for `GPS` from the [`GPS_PROVIDER`](https://developer.android.com/reference/android/location/LocationManager#GPS_PROVIDER) and `NLP` from the [`NETWORK_PROVIDER`](https://developer.android.com/reference/android/location/LocationManager#NETWORK_PROVIDER)) and [Fused Location API](https://developers.google.com/android/reference/com/google/android/gms/location/FusedLocationProviderClient.html) (for `FLP` from the [`FUSED_PROVIDER`](https://developer.android.com/reference/android/location/LocationManager#FUSED_PROVIDER)). + `Agc` - Each row represents a combination of the [GnssClock](https://developer.android.com/reference/android/location/GnssClock) and [GnssAutomaticGainControl](https://developer.android.com/reference/android/location/GnssAutomaticGainControl) that are reported as part of a [GnssMeasurementEvent](https://developer.android.com/reference/android/location/GnssMeasurementsEvent). Note that there will be multiple AGC records (one per carrier frequency per constellation type - i.e., all satellites of the same constellation and same frequency have the same AGC), reported in [GnssMeasurementsEvent.getGnssAutomaticGainControls()](https://developer.android.com/reference/android/location/GnssMeasurementsEvent#getGnssAutomaticGainControls()), for each clock/event. ## References