• Victoria Ashworth's avatar
    Add more supported simulator debugging options and improve tests (#114628) · 3a656b16
    Victoria Ashworth authored
    * add debugging options to simulator, test more debugging flags, add tests for other launch arguements
    
    * refactor iOS launch arguments to use one function for both simulator and physical devices
    
    * treat dart flags differently between physical and simulator
    
    * Simplify some flags between devices.
    
    Change --disable-service-auth-codes to not always be included for physical devices, only if disableServiceAuthCodes is true.
    Change --disable-observatory-publication to be used for simulator devices too.
    Change --enable-checked-mode & --verify-entry-points to be used if debuggingEnabled is true regardless of device type.
    Chnage --trace-startup to be used for simulator devices too.
    
    * fix ios release mode with buildable app startApp test
    
    * determine observatory-port from deviceVmServicePort and hostVmServicePort
    
    * add comments and remove hasObservatoryPort
    3a656b16
Name
Last commit
Last update
..
bin Loading commit data...
doc Loading commit data...
gradle Loading commit data...
ide_templates/intellij Loading commit data...
lib Loading commit data...
static Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dart_test.yaml Loading commit data...
pubspec.yaml Loading commit data...