From aeabbb75db13cfac422dbdfc76e3db4fdc1be434 Mon Sep 17 00:00:00 2001 From: xshu Date: Fri, 8 Feb 2019 13:27:17 -0800 Subject: metrics: num saved networks with mac randomization Bug: 124121205 Test: unit tests Test: dumpsys wifi Change-Id: I6bba5bc6fcd78bfd5bbd4ebbda409999dd40d151 --- proto/src/wifi.proto | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.3-59-g8ed1b