Android高版本adb shell ps不能查看其他进程问题

mac2025-04-07  15

加个-A参数就行了

例如:

adb shell ps -A

参考:https://codeday.me/bug/20190119/537897.html

最新回复(0)