adb logcat | grep Displayed

或者

adb shell dumpsys window | findstr mCurrentFocus

adb 命令打开指定 activity

adb shell am start -n com.***.view/com.***.***.Activity -S