码迷,mamicode.com
首页 > 数据库 > 详细

adb shell的一些用法

时间:2018-08-14 00:53:46      阅读:331      评论:0      收藏:0      [点我收藏+]

标签: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

 

adb shell的一些用法

标签:window   win   code   status   pre   color   keyguard   处理   class   

原文地址:https://www.cnblogs.com/testerhome-yizhou2018/p/9471865.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!