summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-06-12 08:17:59 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-06-12 08:17:59 +0000
commit6dca466770a982bcc34df7813a8f86532eeec4d4 (patch)
treed32a2a1edbb73689399c84c443fba2bd19b0f70f
parentd4d283e67d5bcb4f3b928316a8cf67c9dd92c8ca (diff)
parent850a9d43a5a4931ab6102238524b48ef1a6fa072 (diff)
Merge "GnssStats atom entity name change" into rvc-dev
-rw-r--r--cmds/statsd/src/atoms.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto
index 847262185548..2bbce11da2ff 100644
--- a/cmds/statsd/src/atoms.proto
+++ b/cmds/statsd/src/atoms.proto
@@ -10000,7 +10000,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;