方法一: 1、打开应用 2、adb shell dumpsys window w | findstr / | findstr name=
方法二: 1、adb shell pm list packages获取到包名
2、 adb logcat -c adb logcat ActivityManager:I *:s获取到主界面名 同时要打开app