Adb调试记录
开启adb,debug模式下
Adb调试
adb抓设备日志
开启adb,debug模式下
- 清理 20m空间
adb logcat -G 20M
- 清除之前的缓存
adb logcat -c
# 查看设备
adb devices
# 1. 清理 20m空间
adb logcat -G 20M
# 2.清除之前的缓存
adb logcat -c
# 3.写出日志到文件
adb logcat > ./log/log.txt
签名工具
- 登录
# PC工具
Admin123 Admin123@!
# 签名-输入账号密码
adb shell input text "Oper2"
adb shell input text "Oper2@!"
# 证书-输入账号密码
adb shell input text "Oper1"
adb shell input text "Oper1@!"
讨论与反馈