摘要:
linux: adb shell ps |grep netease 杀进程: adb shell kill [PID] //杀死进程 C:\Users\chenquan>adb shell psUSER PID PPID VSIZE RSS WCHAN PC NAMEroot 1 0 428 240 阅读全文
posted @ 2020-01-29 22:29
不带R的墨菲特
阅读(3067)
评论(0)
推荐(0)
摘要:
C:\Users\chenquan>tasklist | findstr 4720Thunder.exe 4720 Console 1 3,456 K C:\Users\chenquan>netstat -ano |findstr 8080 TCP 192.168.0.106:57185 59.36 阅读全文
posted @ 2020-01-29 22:17
不带R的墨菲特
阅读(211)
评论(0)
推荐(0)
摘要:
通过以上两个方法查询到运行的system service后,就可以在dumpsys后面加上service的名字,查看指定的service信息。 // 查看Activity相关信息adb shell dumpsys activity// 查看CPU相关信息adb shell dumpsys cpuin 阅读全文
posted @ 2020-01-29 22:01
不带R的墨菲特
阅读(563)
评论(0)
推荐(0)
摘要:
1.某些APP安装在模拟器时提示“ this probably means that the app contains ARM native code and your Genymotion device cannot run ARM instructions. You should either 阅读全文
posted @ 2020-01-29 21:31
不带R的墨菲特
阅读(1119)
评论(0)
推荐(0)
摘要:
安卓tool: http://tools.android-studio.org/ SDK下载地址:http://dl.google.com/android/android-sdk_r24.4.1-windows.zip 安装:直接双击下一步,默认安装即可。 配置:打开SDK Manager(首次自动 阅读全文
posted @ 2020-01-29 18:53
不带R的墨菲特
阅读(898)
评论(0)
推荐(0)