summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Roshan Pius <rpius@google.com> 2017-05-24 20:31:21 +0000
committer android-build-merger <android-build-merger@google.com> 2017-05-24 20:31:21 +0000
commit6bc34f3c1ee1c3af6eb2e7fcac97441880c1dd00 (patch)
tree325632b18510dee66605ac4e7797cec956fc226d
parent1ef9fe7c524896d5973676c3a4cc953036d34ef6 (diff)
parent131eaa7865edeead0373e339c51ce65b5f51cd15 (diff)
Merge "WifiMetrics: Add metrics for HAL/wificond crashes" into oc-dev
am: 131eaa7865 Change-Id: I954fd52c87f3b447469af898ca77dde2a4707346
-rw-r--r--proto/src/wifi.proto14
1 files changed, 14 insertions, 0 deletions
diff --git a/proto/src/wifi.proto b/proto/src/wifi.proto
index debb1578451a..564d1355c7a1 100644
--- a/proto/src/wifi.proto
+++ b/proto/src/wifi.proto
@@ -241,6 +241,20 @@ message WifiLog {
// List of events
repeated StaEvent sta_event_list = 52;
+
+ // Total number of times WiFi HAL crashed.
+ optional int32 num_hal_crashes = 53;
+
+ // Total number of times WiFicond crashed.
+ optional int32 num_wificond_crashes = 54;
+
+ // Indicates the number of times an error was encountered in
+ // Wifi HAL when wifi was turned on.
+ optional int32 num_wifi_on_failure_due_to_hal = 55;
+
+ // Indicates the number of times an error was encountered in
+ // Wificond when wifi was turned on.
+ optional int32 num_wifi_on_failure_due_to_wificond = 56;
}
// Information that gets logged for every WiFi connection.