Skip to content

Commit 24ebdb1

Browse files
committed
test auto #build
1 parent 6fa466b commit 24ebdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: UnityLauncherPro/MainWindow.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ private void BtnOpenADBLogCat_Click(object sender, RoutedEventArgs e)
728728
Process myProcess = new Process();
729729
var cmd = "cmd.exe";
730730
myProcess.StartInfo.FileName = cmd;
731-
// NOTE windows 10 cmd line supports ansi colors, otherwise remove -v color
731+
// NOTE windows10 cmd line supports ansi colors, otherwise remove -v color
732732
var pars = " /c adb logcat -s Unity ActivityManager PackageManager dalvikvm DEBUG -v color";
733733
myProcess.StartInfo.Arguments = pars;
734734
myProcess.Start();

0 commit comments

Comments
 (0)