Android high version adb shell ps cannot view other process problems

Just add a -A parameter

E.g:

adb shell ps -A

Reference: https://codeday.me/bug/20190119/537897.html

Guess you like

Origin blog.csdn.net/qq_26914291/article/details/102853494