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

 

上一篇:mongodb数据库恢复 mongo数据库无法启动恢复 mongodb数据库断电数据恢复


下一篇:【动态规划】背包问题汇总