1. 17 Nov, 2017 1 commit
  2. 07 Nov, 2017 1 commit
  3. 01 Sep, 2017 1 commit
    • Chris Bracken's avatar
      Use idevice_id, ideviceinfo for iOS device listing (#11883) · eba6ceb8
      Chris Bracken authored
      This patch migrates iOS device listing from using Xcode instruments to
      using the libimobiledevice tools idevice_id and ideviceinfo.
      
      ideviceinfo was previously incompatible with iOS 11 physical devices;
      this has now been fixed.
      
      In 37bb5f13 flutter_tools migrated from
      libimobiledevice-based device listing on iOS to using Xcode instruments
      to work around the lack of support for iOS 11. Using instruments entails
      several downsides, including a significantly higher performance hit, and
      leaking hung DTServiceHub processes in certain cases when a simulator is
      running, necessitating workarounds in which we watched for, and cleaned
      up leaked DTServiceHub processes. This patch returns reverts the move to
      instruments now that it's no longer necessary.
      eba6ceb8
  4. 13 Jul, 2017 1 commit
    • Chris Bracken's avatar
      Clean up orphaned Instruments processes (#11189) · cf96c7db
      Chris Bracken authored
      In some cases, we've seen interactions between Instruments and the iOS
      simulator that cause hung instruments and DTServiceHub processes. If
      enough instances pile up, the host machine eventually becomes
      unresponsive.
      
      Until the underlying issue is resolved, manually kill any orphaned
      instances (where the parent process has died and PPID is 1) before
      launching another instruments run.
      cf96c7db
  5. 26 Jun, 2017 3 commits
  6. 24 Jun, 2017 1 commit
  7. 16 Jun, 2017 1 commit
  8. 07 Jun, 2017 1 commit