no message
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.Current;
|
||||
import _VisualDVM.Global;
|
||||
import Common_old.Utils.Utils;
|
||||
@@ -82,10 +83,10 @@ public class GCOV extends Precompilation {
|
||||
Utils.forceDeleteWithCheck(gcov);
|
||||
name_to_kill = "gcov.exe";
|
||||
StartProcess("gcov -b " +
|
||||
Utils.DQuotes(
|
||||
CommonUtils.DQuotes(
|
||||
Paths.get(workspace.getAbsolutePath(), uname))
|
||||
+ " -o " +
|
||||
Utils.DQuotes(
|
||||
CommonUtils.DQuotes(
|
||||
Paths.get(workspace.getAbsolutePath(), gcno)
|
||||
), 40);
|
||||
if (gcov.exists()) {
|
||||
|
||||
Reference in New Issue
Block a user