代理
1 2 3
| adb shell settings put global http_proxy :0
adb shell settings put global http_proxy 10.14.164.31:9090
|
不能断点时
1 2
| adb kill-server adb start-server
|
查看当前页面
1
| adb shell dumpsys activity top | grep "ACTIVITY"
|
ipconfig /flushdns 清除DNS缓存内容。
1 2 3 4 5 6
| adb devices adb install D:\\allin\_android\\allinmd\_android\_social\\app\\build\\outputs\\apk\\debug\\app-debug.apk
adb pull /sdcard/charles.zip /Users/allin156/Desktop/ adb pull /data/anr/traces.txt adb bugreport
|
奔溃日志
1 2 3 4 5
| adb shell dumpsys dropbox --print >>Desktop/1.log adb shell dumpsys dropbox --print ${newest\_time} >>Desktop/1.log
adb shell dumpsys meminfo com.esread.sunflowerstudent -d adb shell dumpsys meminfo \[PackageName\]
|
可以打印出指定包名的应用内存信息
目前栈中所有的Activity的实例,如果数量大于1,说明有内存泄漏的界面。