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

am: b09eed2309

Change-Id: I4ad447892ab421fa99908214de86e95e96fc001a
This commit is contained in:
Mingguang Xu
2019-04-22 23:17:39 -07:00
committed by android-build-merger

View File

@@ -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 {