adb中获取app的包名和activity提示not found,但是手机上app是正常使用的

使用之前课程中提到的#adb logcat ActivityManager:I *:s | findstr "cmp"这个命令,抓到的刚启动的快手app,但是命令行中有报错“06-29 11:12:32.566 1276 2523 W ActivityManager: Unable to start service Intent { cmp=com.kuaishou.webview/org.chromium.android_webview.services.VariationsSeedServer } U=0: not found”,pycharm运行脚本的时候也提示对应的包名和activity不对,找了很久也没有找到解决方案,因为没搞明白出现这个问题的原因,哪位大佬能帮忙答疑解惑?

你把快手的am的启动log贴下吧,先别过滤

1、执行脚本:
脚本.txt (961 字节)

2、appium跑的日志
appium-server-logs.txt (22.8 KB)

我说的是adb logcat里的那个快手启动的日志