• Victoria Ashworth's avatar
    Support iOS wireless debugging (#118104) · 5cd2d4c6
    Victoria Ashworth authored
    * setup wireless debugging to use device IP
    
    * fix tests
    
    * fix unused var and missing annotation
    
    * remove unneeded try catch
    
    * remove commented out line, change null to package id
    
    * better way to get package id
    
    * update mDNS lookup to continously check for server, add messaging if takes too long to find observatory url, update flutter drive to enable publish-port if using network device
    
    * Refactor mDNS Discovery to poll for observatories and better handle multiple instances of the same app. Update drive command to make publish-port more stable. Update attach for iOS to only use Protocol Discovery if applicable, run mDNS and Protocol Discovery simultaneously, handle --debug-port/--debug-url/--device-vmservice-port, continously poll for obseravtories with mDNS, include port in error message when mutliple available
    
    * add and update comments, use logger spinner intead of timer in flutter attach, other small improvements
    
    * add newline to message so next log won't be on same line
    
    * fix install/waiting for permission status progress so it doens't double print the time it took.
    
    * only print backtrace if observatory times out on a physical usb connected device
    
    * fix test
    
    * Update related references from Observatory to Dart VM Service
    
    * fix test
    5cd2d4c6
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.ci.yaml Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODEOWNERS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENT_GRANT Loading commit data...
README.md Loading commit data...
TESTOWNERS Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...