Hi i want to get the application specific log in the command prompt of windows i tried this
Filter LogCat to get only the messages from My Application in Android?
adb -d logcat com.mycompanyname.demoapp:I *:S
But didn't work for me huge log was printing which was very difficult for me to find my app specific log.
I want to print my app specific log in command prompt.