when i write in adb:
adb shell dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp'
i get the error output:
'grep' is not recognized as an internal or external command, operable program or batch file.
but if i split it to two operators:
adb shell
dumpsys window windows |...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.