Unverified Commit d200dc15 authored by sjindel-google's avatar sjindel-google Committed by GitHub

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

parent e8fbdd85
...@@ -45,7 +45,7 @@ class IOSDeploy { ...@@ -45,7 +45,7 @@ class IOSDeploy {
'--bundle', '--bundle',
bundlePath, bundlePath,
'--no-wifi', '--no-wifi',
'--justlaunch', '--no-interactive',
]; ];
if (launchArguments.isNotEmpty) { if (launchArguments.isNotEmpty) {
launchCommand.add('--args'); launchCommand.add('--args');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment