adb
约 62 字小于 1 分钟
2020-08-24
查看当前页面 activity
adb shell "dumpsys activity top | grep ACTIVITY | tail -n 1"
查看当前页面 fragment
adb shell "dumpsys activity top | grep '#0: ' | tail -n 1"
清除应用数据
adb shell pm clear com.luojilab.player
约 62 字小于 1 分钟
2020-08-24
adb shell "dumpsys activity top | grep ACTIVITY | tail -n 1"
adb shell "dumpsys activity top | grep '#0: ' | tail -n 1"
adb shell pm clear com.luojilab.player