adb命令

2023-07-05  本文已影响0人  WangRain1

adb shell dumpsys window windows

adb shell dumpsys activity containers

adb shell dumpsys activity activities

Adb shell dumpsys SurfaceFlinger

grep 'xxx' ./ -rn

protolog : 开启 adb shell wm logging enable-txt  xx模块;

adb logcat -b all ¦ grep wm;

adb logcat -b events -c;adb  logcat -b events | gerp input_focus 过滤event事件;

adb shell dumpsys window/input查看焦点窗口;

adb shell getevent -h。查看所有event命令。

adb shell getevent -ltr .查看驱动打印的事件。

上一篇 下一篇

猜你喜欢

热点阅读