adb shell的一些用法

Posted 你猜我猜你猜我猜不猜

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了adb shell的一些用法相关的知识,希望对你有一定的参考价值。

一、‘grep‘ 不是内部或外部命令,也不是可运行的程序
或批处理文件。 

处理方式

1. 加引号

adb shell "dumpsys window policy | grep ScreenOn"

2. 换findstr使用

 adb shell dumpsys window policy | findstr isStatusBarKeyguard 

3. 切换用法

adb shell dumpsys window policy^|grep ScreenOn

 


以上是关于adb shell的一些用法的主要内容,如果未能解决你的问题,请参考以下文章

adb shell wm命令及用法:

adb shell pm list packages的用法

adb命令——adb shell top命令

安卓常用shell命令大全

adb shell 命令之----pm

Android ADB 用法