Skip to content

Commit ab37d3e

Browse files
authored
Merge pull request #61 from telerik/fatme/fix-stop-app
fix: don't stuck on "Restarting application" when some error occurs while stopping the application
2 parents 0cbc1ad + a513454 commit ab37d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IOSDeviceLib/IOSDeviceLib.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,7 @@ void stop_app(std::string device_identifier, std::string application_identifier,
12571257
HANDLE gdb = start_debug_server(device_identifier, ddi, method_id);
12581258
if (!gdb)
12591259
{
1260+
print_error("Unable to start gdb server", device_identifier, method_id, kUnexpectedError);
12601261
return;
12611262
}
12621263

0 commit comments

Comments
 (0)