Keep LLDB connection to iOS device alive while running from CLI. (#35731)

This commit is contained in:
sjindel-google 2019-07-11 18:56:48 +02:00 committed by GitHub
parent e8fbdd85f0
commit d200dc150b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ class IOSDeploy {
'--bundle',
bundlePath,
'--no-wifi',
'--justlaunch',
'--no-interactive',
];
if (launchArguments.isNotEmpty) {
launchCommand.add('--args');