• Chris Bracken's avatar
    Use idevice_id for devicelab iOS device listing (#13624) · c7ea97f2
    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 58fe8237 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.
    
    This reverts commit 58fe8237.
    c7ea97f2
Name
Last commit
Last update
..
automated_tests Loading commit data...
benchmarks Loading commit data...
bots Loading commit data...
devicelab Loading commit data...
docs Loading commit data...
integration_tests Loading commit data...
manual_tests Loading commit data...
missing_dependency_tests Loading commit data...
tools Loading commit data...