使用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}

 

posted on 2018-08-24 14:44  我是学习的  阅读(868)  评论(0)    收藏  举报