使用adb shell dumpsys window | findstr mCurrentFocus  命令查看当前运行的包名和Activity

C:\Users\zhaofeng>adb shell dumpsys window | findstr mCurrentFocus
  mCurrentFocus=Window{2c35d995 u0 com.android.gallery3d/com.android.camera.CameraLauncher}

 

相关文章:

  • 2021-09-14
  • 2021-12-02
  • 2021-10-14
  • 2022-12-23
  • 2021-05-27
  • 2021-12-24
  • 2021-09-17
  • 2022-12-23
猜你喜欢
  • 2021-09-09
  • 2021-10-22
  • 2022-12-23
  • 2021-11-08
  • 2022-12-23
相关资源
相似解决方案