flutter/packages/flutter_tools/test
Danny Tuppeny 46007d61d2
[flutter_tools] [DAP] Don't try to restart/reload if app hasn't started yet (#128267)
The editor is set to hot-reload-on-save by default so saving while the debug session is starting currently prints an error:

Failed to Hot Reload: app 'null' not found

![image](https://github.com/flutter/flutter/assets/1078012/a125b455-a46d-4993-98d8-5d8ae7237a00)

This change skips the call to `app.restart` if the app hasn't started yet to avoid printing an error.
2023-06-09 09:41:07 +00:00
..
commands.shard [flutter_tools] Precache after channel switch (#118129) 2023-06-09 01:46:24 +00:00
data Bump lower Dart SDK constraints to 3.0 & add class modifiers (#122546) 2023-03-21 20:21:58 +00:00
general.shard [flutter_tools] [DAP] Don't try to restart/reload if app hasn't started yet (#128267) 2023-06-09 09:41:07 +00:00
host_cross_arch.shard [flutter_tools] Use process matcher for multidex test (#127996) 2023-06-01 22:24:08 +00:00
integration.shard Adds vmservices to retrieve android applink settings (#125998) 2023-06-07 22:43:11 +00:00
src Adds vmservices to retrieve android applink settings (#125998) 2023-06-07 22:43:11 +00:00
web.shard Add vmservice for android build options (#123034) 2023-04-18 18:16:09 +00:00