android - 如何让 adb shell ps 列出 Android O 中的所有进程?

标签 android adb ps usb-debugging android-8.0-oreo

adb shell ps 在 O android 版本中不起作用

Android O 版本中的

adb shell ps 命令仅列出 ps 进程信息,而不是像以前那样列出所有进程的所有进程信息它在早期的 android 版本中

在android O版本中列出所有进程信息的命令是什么?

最佳答案

adb shell ps -A 列出了 android-8.0-O 版本中的所有进程。

我认为 Google 在此版本中升级了 ps 二进制文件。

关于android - 如何让 adb shell ps 列出 Android O 中的所有进程?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44732749/

相关文章:

android - TextView 在相对布局中不起作用

java - 推送到达时将 cordova 应用程序带到前台

java - Android - 在子菜单中查找项目的 ID

android - 无法从 adb 命令 Android 10 获取 Activity 名称

c - 我的服务器程序可以看作是进程 ps 输出中 S 的含义是什么

unix - 在 solaris 中使用 ps 看不到完整命令

android - ListView 中的 TextView 在滚动时发生变化

android - “List of devices attached” 在使用 "adb devices"的 Ubuntu 16.04 上为空

Java ADB shell 不返回任何内容

Linux : Finding the postgres idle process originator