mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
`idevicesyslog` requires the `--network` flag to obtain logs for iOS devices when wirelessly paired.
When running Flutter on devices with iOS 12 or earlier versions, [the `idevicesyslog` command is used.](5931b4f21d/packages/flutter_tools/lib/src/ios/devices.dart (L1269-L1277)).
Related Issue: #15072
Related PRs: #118104, #118895, #60623