标签:window win code status pre color keyguard 处理 class
一、‘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
标签:window win code status pre color keyguard 处理 class
原文地址:https://www.cnblogs.com/testerhome-yizhou2018/p/9471865.html