Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aeabbb75 authored by xshu's avatar xshu
Browse files

metrics: num saved networks with mac randomization

Bug: 124121205
Test: unit tests
Test: dumpsys wifi
Change-Id: I6bba5bc6fcd78bfd5bbd4ebbda409999dd40d151
parent 6f56fc13
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -518,6 +518,9 @@ message WifiLog {


  // WifiConfigStore read/write metrics.
  // WifiConfigStore read/write metrics.
  optional WifiConfigStoreIO wifi_config_store_io = 137;
  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.
// Information that gets logged for every WiFi connection.