windows
adb shell dumpsys window w |grep \/ |grep name=
adb shell dumpsys window | findstr mCurrentFocus
mac(linux)
adb shell dumpsys window | grep mFocused
效果

adb shell dumpsys window w |grep \/ |grep name=
adb shell dumpsys window | findstr mCurrentFocus
adb shell dumpsys window | grep mFocused
本文标题:获取正在运行的应用程序的包名和入口类名(activity)
本文链接:https://www.haomeiwen.com/subject/ncjltrtx.html
网友评论