diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-06-12 08:32:44 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-06-12 08:32:44 +0000 |
commit | 238232ad88cfada1336f70f89ac376085cf0e521 (patch) | |
tree | 97b38179d7e5a2c53a289a21a7cf40805144c2d0 /cmds | |
parent | 3631562142cf3b791dea6f65982fe0e023e91653 (diff) | |
parent | 6dca466770a982bcc34df7813a8f86532eeec4d4 (diff) |
Merge "GnssStats atom entity name change" into rvc-dev am: 6dca466770
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11838738
Change-Id: Iadcc4ef7548a6ffe3bc009897f81112393f721ac
Diffstat (limited to 'cmds')
-rw-r--r-- | cmds/statsd/src/atoms.proto | 2 |
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; |