From 850a9d43a5a4931ab6102238524b48ef1a6fa072 Mon Sep 17 00:00:00 2001 From: Blake Kragten Date: Thu, 11 Jun 2020 09:05:39 -0700 Subject: [PATCH] GnssStats atom entity name change time_to_first_fix_milli_s to time_to_first_fix_millis Bug: 142905639 Test: Compiled Change-Id: Iddeed5d0211d530369506ad66276b3c23b4c2369 --- cmds/statsd/src/atoms.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 81d059ed84d9a..1671ca6aeccde 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -9490,7 +9490,7 @@ message GnssStats { optional int64 time_to_first_fix_reports = 3; // Total pulled reported time to first fix (in milli-seconds) since boot - optional int64 time_to_first_fix_milli_s = 4; + optional int64 time_to_first_fix_millis = 4; // Number of position accuracy reports since boot optional int64 position_accuracy_reports = 5;