Frontend for android top. Newer android versions prevent top from showing anything but itself.
Root is currently used only for kill, so it does not help either.
from http://en.wikipedia.org/wiki/Top_%28software%29:
top is a task manager program found in many Unix-like operating systems. It produces an ordered list of running processes selected by user-specified criteria, and updates it periodically. Default ordering by CPU usage, and only the top CPU consumers shown (hence the name). top shows how much processing power and memory are being used, as well as other information about the running processes. Some versions of top allow extensive customization of the display, such as choice of columns or sorting method.
You can also kill any procces on rooted devices. App does simple su -c kill -9 pid. This kills the crab.
Android顶级前端。较新的Android版本阻止顶部显示除自身之外的任何内容。
Root目前仅用于kill,因此它也无济于事。
来自http://en.wikipedia.org/wiki/Top_%28software%29:
top是许多类Unix操作系统中的任务管理器程序。它生成按用户指定的条件选择的有序运行进程列表,并定期更新。 CPU使用率的默认排序,仅显示最高CPU消费者(因此名称)。 top显示了正在使用的处理能力和内存量,以及有关正在运行的进程的其他信息。某些版本的top允许对显示进行大量自定义,例如选择列或排序方法。
您还可以杀死root设备上的任何进程。应用程序做简单的su -c kill -9 pid。这会杀死螃蟹。