diff options
| author | 2019-02-08 13:27:17 -0800 | |
|---|---|---|
| committer | 2019-02-11 15:56:49 -0800 | |
| commit | aeabbb75db13cfac422dbdfc76e3db4fdc1be434 (patch) | |
| tree | 9500e2f98b2d60389a4fe5bbaffa2cc1e3fd1f8e | |
| parent | 6f56fc133146f30508de8dfe572503c5abdac350 (diff) | |
metrics: num saved networks with mac randomization
Bug: 124121205
Test: unit tests
Test: dumpsys wifi
Change-Id: I6bba5bc6fcd78bfd5bbd4ebbda409999dd40d151
| -rw-r--r-- | proto/src/wifi.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/wifi.proto b/proto/src/wifi.proto index 82359c547a88..ad0ed8beb7c5 100644 --- a/proto/src/wifi.proto +++ b/proto/src/wifi.proto @@ -518,6 +518,9 @@ message WifiLog { // WifiConfigStore read/write metrics. optional WifiConfigStoreIO wifi_config_store_io = 137; + + // Total number of saved networks with mac randomization enabled. + optional int32 num_saved_networks_with_mac_randomization = 138; } // Information that gets logged for every WiFi connection. |