【发布时间】:2020-12-22 05:24:21
【问题描述】:
我正在使用 Android API 30 adb
adb shell dumpsys window windows
但它没有显示 mCurrentFocused 和 mFocused 应用程序
请帮帮我
【问题讨论】:
我正在使用 Android API 30 adb
adb shell dumpsys window windows
但它没有显示 mCurrentFocused 和 mFocused 应用程序
请帮帮我
【问题讨论】:
我想你可以试试这个:
dumpsys 窗口 | grep -E "mCurrentFocus
【讨论】: