1. 09 Nov, 2022 4 commits
    • 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
    • Taha Tesser's avatar
      d3dcd7d5
    • Jim Graham's avatar
      match error statements without relying on volatile human-readable descriptions (#114922) · 92f10ed7
      Jim Graham authored
      * match error statements without relying on volatile human readable descriptions
      
      * simplify String list map call
      92f10ed7
    • Gary Qian's avatar
      Apply multidex config in kotlin dsl gradle file (#114660) · 69a542da
      Gary Qian authored
      * Apply multidex login in kotlin dsl gradle file
      
      * Cleanup
      
      * Remove plugin parameter passing
      
      * Cleanup
      
      * Restore dependencies block
      
      * Analyzer
      
      * Compiles
      
      * Cleanup
      
      * Cleanup
      69a542da
  2. 08 Nov, 2022 8 commits
  3. 07 Nov, 2022 26 commits
  4. 06 Nov, 2022 2 commits