win10,cmd環境下運行:adb shell top |grep com.*****s.j*
報錯!!!

解決辦法2種:
方法一:grep 更改為 findstr adb shell top | findstr com.******.**
方法二:先cmd輸入adb shell,然后在輸入top | grep com.*****.**
原理:
方法一是因為在cmd環境下,所以要用findstr
方法二是因為在shell環境下
終於解決了!!!
win10,cmd環境下運行:adb shell top |grep com.*****s.j*
報錯!!!

解決辦法2種:
方法一:grep 更改為 findstr adb shell top | findstr com.******.**
方法二:先cmd輸入adb shell,然后在輸入top | grep com.*****.**
原理:
方法一是因為在cmd環境下,所以要用findstr
方法二是因為在shell環境下
終於解決了!!!
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。