先运行apk 再输入logcat | grep START 查看当前启动apk的包名和类名
adb shell "pm list packages -f | grep com.yulong.android.launcher3"
adb shell "pm list packages -f | grep com."显示包名的apk名称