Skip to content

Commit

Permalink
chore: Adjust reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Dec 16, 2024
1 parent 99ceba8 commit 7b5718a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions UnoCheck/AndroidSdk/AvdManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -273,16 +273,12 @@ public IEnumerable<AvdDevice> ListDevices()
}
}
}
else
{
Util.Log($"List output: {str}");
}

return r;
}


(bool success, string[] output) AvdManagerRun(string forcedInput = null, params string[] args)
(bool success, string[] output) AvdManagerRun(string forcedInput = null, params string[] args)
{
var adbManager = FindToolPath(AndroidSdkHome);
var java = Java;
Expand Down

0 comments on commit 7b5718a

Please sign in to comment.