0

使用 react native cli 将 Hermes 跟踪配置文件转换为 chrome 跟踪配置文件并使用命令将其拉到本地机器时

npx react-native profile-hermes [destinationDir]

我收到这样的错误。我正在使用 Windows 10 并响应本机版本 0.66

'grep' 不是内部或外部命令、可运行程序或批处理文件。错误错误:命令失败:adb shell run-as com.madhusona ls cache/ -tp | grep -v /$ | grep -E '.cpuprofile' | 头-1

我登录到 adb shell 后发出命令,grep 正在工作

D:\madhusona> adb shell
generic_x86:/ $ run-as com.madhusona
generic_x86:/data/user/0/com.madhusona $ ls cache/ -tp | grep -v /$ | grep -E '.cpuprofile' | head -1
sampling-profiler-trace767276177515590089.cpuprofile
generic_x86:/data/user/0/com.madhusona $
4

0 回答 0