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.
Frontend per Android top. Le versioni più recenti di Android impediscono a top di mostrare altro che se stesso.
Root è attualmente utilizzato solo per kill, quindi non aiuta neanche.
da http://en.wikipedia.org/wiki/Top_%28software%29:
top è un programma di task manager che si trova in molti sistemi operativi di tipo Unix. Produce un elenco ordinato di processi in esecuzione selezionati dai criteri specificati dall'utente e lo aggiorna periodicamente. Ordinamento predefinito per utilizzo della CPU e solo i migliori utenti della CPU visualizzati (da cui il nome). top mostra quanta potenza di elaborazione e memoria sono in uso, così come altre informazioni sui processi in esecuzione. Alcune versioni di top consentono un'ampia personalizzazione del display, come la scelta delle colonne o il metodo di ordinamento.
Puoi anche uccidere qualsiasi procce su dispositivi rooted. L'app fa un semplice pid su -c kill -9. Questo uccide il granchio