Log satellite count in GpsLocationData (#34395)

* Log satellite count in GpsLocationData

* update refs

* forgot to build
This commit is contained in:
Adeeb Shihadeh
2025-01-15 16:53:39 -08:00
committed by GitHub
parent 69d33ac11d
commit a2ced8c8eb
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -409,6 +409,7 @@ struct GpsLocationData {
speedAccuracy @12 :Float32;
hasFix @13 :Bool;
satelliteCount @14 :Int8;
enum SensorSource {
android @0;