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

Commit 0154cc5f authored by Mingguang Xu's avatar Mingguang Xu Committed by android-build-merger
Browse files

Merge "Wifi usability: Add timestamp in WifiUsabilityStats" into qt-dev am: b09eed23

am: 4f251368

Change-Id: I8716085e8c19f13875789c86066edafacbceb292
parents 0476958f 4f251368
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2098,6 +2098,9 @@ message WifiUsabilityStats {
  // Firmware alert code. Only valid when the stats was triggered by a firmware
  // alert, otherwise -1.
  optional int32 firmware_alert_code = 4 [default = -1];

  // Absolute milliseconds from device boot when these stats were sampled
  optional int64 time_stamp_ms = 5;
}

message DeviceMobilityStatePnoScanStats {