alex2k8
alex2k8

Reputation: 43214

Can't enable "Show CPU usage" on emulator

When I click on "Show CPU usage" checkbox, nothing happens. Checkbox does not get checked.

Dev Tools > Development Settings > Show CPU usage

Any ideas?

Upvotes: 6

Views: 720

Answers (2)

Laser Hawk
Laser Hawk

Reputation: 2028

That works for me too. Is there anyway to get top to refresh in the same view within the terminal instead of having to manually scroll down?

Upvotes: 0

devsnd
devsnd

Reputation: 7722

You can always use adb shell and then type in top. There should be all the info you need.

On some machines it will not work, because the TERM Variable is not set. You can set it by typing:

export TERM=xterm

Upvotes: 1

Related Questions