I use the following command daily for debugging:
adb logcat -s Unity | findstr /c:"[U]" /c:"[W]" /c:"[D]"
I love ConEmu, but I'm having trouble understanding some of the "Predefined Task" functionality. How can I launch a new console tab that automatically executes the command above? Here is what I tried, but it does not work:
This results in the following output:
Invalid filter expression '/c:[U]' Usage: logcat [options] [filterspecs] options include: <remainder of help file>
Looks like it might be something to do with the quotes? Do I need to escape them somehow?