先运行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名称
标签:linux命令 logcat 命令 查看 body grep linu art launch
先运行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名称
标签:linux命令 logcat 命令 查看 body grep linu art launch
原文地址:https://www.cnblogs.com/xiaoxiaing/p/8241873.html