个人主要用2个方法。
方法1:pm list package
方法2:
windows:adb shell logcat | findstr START;
linux: adb shell logcat | grep START
然后再测试设备上打开要测试的app。