I'm using the following command to get the logcat for a specific app
adb -s ZY2243JGJ3 logcat | findstr com.android.chrome
But the command line just waits with no output. How can I get app specific logcat from a specific app on Windows?
I'm using the following command to get the logcat for a specific app
adb -s ZY2243JGJ3 logcat | findstr com.android.chrome
But the command line just waits with no output. How can I get app specific logcat from a specific app on Windows?