Stack Overflow archive
0 scoreaccepted

How to Redirect output of cmd command "adb logcat" in Visual Studio(in cmd it never stops unless u press Ctrl+ PauseBreak)?

score
0
question views
465
license
CC BY-SA 3.0

Change

bash
prForLog.StandardInput.WriteLine("adb logcat")

To

bash
prForLog.StandardInput.WriteLine("adb logcat -d")

Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.