Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 24ebdb1

Browse files
committedDec 26, 2019
test auto #build
1 parent 6fa466b commit 24ebdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎UnityLauncherPro/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.