summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Jiang <qiangjiang@google.com>2020-05-14 18:28:17 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-05-14 18:28:17 +0000
commit38facc3b2590107a404f2e824fca867afbdd2b92 (patch)
tree38a624574dcb57d2d0e811ec653291d8650a0fd3
parente7b399dcd5b31f830d07acb1080773140262e76d (diff)
parent7198b90c1cb32532aba1573f698beacf4bf80cc9 (diff)
Merge "[Metrics] Fix naming issue." into rvc-dev
-rw-r--r--service/proto/src/metrics.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/proto/src/metrics.proto b/service/proto/src/metrics.proto
index 2fb6df13f..688b45376 100644
--- a/service/proto/src/metrics.proto
+++ b/service/proto/src/metrics.proto
@@ -705,7 +705,7 @@ message WifiLog {
optional bool is_wifi_wake_enabled = 197;
// User reaction to the carrier or suggestion app approval UI.
- optional UserReactionToApprovalUiEvent userReactionToApprovalUiEvent = 198;
+ optional UserReactionToApprovalUiEvent user_reaction_to_approval_ui_event = 198;
}
// Information that gets logged for every WiFi connection.