Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在越狱的 iPhone 上运行并进行调整。我需要一种方法来获取所有当前正在运行的应用程序 PID。
这可能吗?最好的方法是什么?
谢谢!任何帮助表示赞赏
你总是可以分割'ps'的输出。这可能会给你一些帮助: http ://techtips.salon.com/iphone-ps-command-options-300.html
我假设,因为你可以在终端模拟器中运行它,你可以在你的应用程序中执行它并读取输出。