summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Siddharth Ray <siddharthr@google.com> 2018-08-15 16:34:51 -0700
committer android-build-merger <android-build-merger@google.com> 2018-08-15 16:34:51 -0700
commite8c019cbfacd7ec7f55ef90fdf7a1d9e81580e62 (patch)
treece649fd92ca276b65688b9bd8bb7ce8d44f236bc
parenteecc793df16c27952de72f4db05a9ac11916d971 (diff)
parent1465046e3940b5693b43d3f86098d5cb0dfc7bbd (diff)
Merge "Addition of HW Revision to Wifi metrics" into pi-dev
am: 1465046e39 Change-Id: Iea040da00c8a733f4f00e68820ed3d377eda1bdd
-rw-r--r--proto/src/wifi.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/wifi.proto b/proto/src/wifi.proto
index a98996d84993..b29c992120d4 100644
--- a/proto/src/wifi.proto
+++ b/proto/src/wifi.proto
@@ -459,6 +459,9 @@ message WifiLog {
// Histogram of the EAP method type of all installed Passpoint profiles
repeated PasspointProfileTypeCount installed_passpoint_profile_type = 123;
+
+ // Hardware revision (EVT, DVT, PVT etc.)
+ optional string hardware_revision = 124;
}
// Information that gets logged for every WiFi connection.