卸载系统程序:
adb root adb remount adb shell cd system/app ls rm XXX.apk reboot
打印日志: adb logcat *:W > E:/log.txt
打印证书以rfc样式:
keytool -printcert -rfc -file 证书路径
查看内存消耗:
adb shell top -m 5