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

Commit b3312422 authored by Mingguang Xu's avatar Mingguang Xu Committed by Android (Google) Code Review
Browse files

Merge "Wifi usability: Add device mobility state into Wifi usability stats"

parents 071fe7e1 4225eae1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2012,6 +2012,10 @@ message WifiUsabilityStatsEntry {

  // Whether the primary registered cell of current entry is same as that of previous entry
  optional bool is_same_registered_cell = 33;

  // The device mobility state
  optional DeviceMobilityStatePnoScanStats.DeviceMobilityState
          device_mobility_state = 34;
}

message WifiUsabilityStats {