PR Review: EN-433 Log collection (logarchive) parallel to sysdiagnose (#218)
Summary
The PR adds parallel log collection via pymobiledevice3’s OsTraceService.create_archive, runs it alongside sysdiagnose, merges collect_system_logs.logarchive into the sysdiagnose tarball, and uses incremental colle…
PR Review: EN-433 Log collection (logarchive) parallel to sysdiagnose (#218)
Summary
The PR adds parallel log collection via pymobiledevice3’s OsTraceService.create_archive, runs it alongside sysdiagnose, merges collect_system_logs.logarchive into the sysdiagnose tarball, and uses incremental collection with a last_log_collection_time on the device. The design (early start in trigger service, FIFO wait after download, stall detection, fast repack) is clear and the reviewer’s earlier comments are