I want to log error messages of my own app by using logcat, similar to how I can do it on Unix, like
adb logcat *:E | grep com.example.demo
My question is:
1.how to make it on windows?
2.Is there a way can be used in both platform(unix and windows) easily?
Thanks for your answer in advance.