Skip to content

Commit

Permalink
Remove app deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneySprings committed May 19, 2023
1 parent fc68cb6 commit 78d30f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNet.Meteor.Debug/DebugLauncher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private void LaunchAndroid(LaunchData configuration, int port, List<Process> pro

DeviceBridge.Shell(configuration.Device.Serial, "forward", "--remove-all");
DeviceBridge.Forward(configuration.Device.Serial, port, port);
DeviceBridge.Uninstall(configuration.Device.Serial, applicationId, this);
// DeviceBridge.Uninstall(configuration.Device.Serial, applicationId, this);
DeviceBridge.Install(configuration.Device.Serial, configuration.OutputAssembly, this);
DeviceBridge.Shell(configuration.Device.Serial, "setprop", "debug.mono.connect", $"port={port}");
DeviceBridge.Launch(configuration.Device.Serial, applicationId, this);
Expand Down

0 comments on commit 78d30f6

Please sign in to comment.