feat: capture pcap file for iOS

This commit is contained in:
debugtalk
2022-12-15 19:09:59 +08:00
parent 3c0efac13a
commit 66f1e581c7
13 changed files with 130 additions and 39 deletions
+1
View File
@@ -636,6 +636,7 @@ func (r *SessionRunner) GetSummary() (*TestCaseSummary, error) {
// stop performance monitor
logs["performance"] = client.GetPerfData()
logs["pcap"] = client.Device.StopPcap()
caseSummary.Logs = append(caseSummary.Logs, logs)
}