20211208遇到问题
作者:互联网
1、-bash: findstr: command not found
在path中追加:%SystemRoot%/system32;%SystemRoot%;
2、app无法启动,java.lang.SecurityException: Permission Denial: starting Intent
adb logcat |grep START
重新获取入口Activity
adb shell dumpsys activity | findstr "Card"
adb shell dumpsys window w |findstr \/ |findstr name=
3、Message: That URL did not map to a valid JSONWP resource
标签:findstr,shell,dumpsys,遇到,问题,Denial,adb,SystemRoot%,20211208 来源: https://www.cnblogs.com/littleyang/p/15659618.html