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

Commit 72886332 authored by Ningyuan Wang's avatar Ningyuan Wang
Browse files

Add metric num_connectivity_oneshot_scans

Bug: 67782437
Test: compile, unit tests

Change-Id: If4b0b1644442eb095e6d4d078dc7d365b12dce18
parent 158c1d17
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ message WifiLog {
  // Number scans that returned at least one result.
  optional int32 num_non_empty_scan_results = 13;

  // Number of scans that were one time.
  // Number of single scans requests.
  optional int32 num_oneshot_scans = 14;

  // Number of repeated background scans that were scheduled to the chip.
@@ -376,6 +376,9 @@ message WifiLog {

  // Wifi power statistics
  optional WifiPowerStats wifi_power_stats = 92;

  // Number of connectivity single scan requests.
  optional int32 num_connectivity_oneshot_scans = 93;
}

// Information that gets logged for every WiFi connection.