adb shell dumpsys package com.xueqiu.android | findstr userId
adb shell dumpsys netstats | findstr uid
adb shell dumpsys package com.example.myapp | grep userId
我也是这样做的,上面的命令是我执行的命令,跟你的一样吧?
adb shell dumpsys netstats detail | grep 10061 -n5 这个命令试试
adb shell dumpsys package com.xueqiu.android | findstr userId
adb shell dumpsys netstats | findstr uid
adb shell dumpsys package com.example.myapp | grep userId
我也是这样做的,上面的命令是我执行的命令,跟你的一样吧?
adb shell dumpsys netstats detail | grep 10061 -n5 这个命令试试