diff options
author | Mingguang Xu <mingguangxu@google.com> | 2019-04-03 01:41:28 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-04-03 01:41:28 +0000 |
commit | 66c7c95c05534803b2c632d9a888a286a130ac52 (patch) | |
tree | ea3aaf3a5e0d5b21d5d87b69e5f7b1b0244d7828 /proto/src | |
parent | 7fa664b4ca94ee8a86ddc89d08107f26063ae732 (diff) | |
parent | 8424b29b56e5e58e5685ae9ff5da3490d6a161bd (diff) |
Merge "Wifi usability: Add firmware alert reason code into WifiUsabilityStats"
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/wifi.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/wifi.proto b/proto/src/wifi.proto index 2e58ac2f7cba..bd72976ab7d1 100644 --- a/proto/src/wifi.proto +++ b/proto/src/wifi.proto @@ -2064,6 +2064,10 @@ message WifiUsabilityStats { // What event triggered WifiUsabilityStats. optional UsabilityStatsTriggerType trigger_type = 3; + + // Firmware alert code. Only valid when the stats was triggered by a firmware + // alert, otherwise -1. + optional int32 firmware_alert_code = 4 [default = -1]; } message DeviceMobilityStatePnoScanStats { |