我想发出logcat命令并过滤指定关键字的日志(例如apk)。但是我遇到一个问题,其中我的Windows 7 PC之一无法识别grep命令。但是,相同的命令在具有相同配置的其他PC上也可以正常使用。 Windows命令提示符下发出的命令:
adb logcat | grep apk
输出:
'grep' is not recognized as an internal or external command,operable program or batch file.
工作设置的输出:
01-01 00:00:41.212 1598 2192 W PackageParser: No actions in intent filter at /system/priv-app/GoogleRestore/GoogleRestore.apk Binary XML file line #94
01-01 00:00:41.228 1598 2193 W PackageParser: No actions in intent filter at /system/priv-app/Contacts/Contacts.apk Binary XML file line #443
需要帮助来了解两台PC之间的差异。以及如何在其他PC上使用相同的命令。