UMAR-MOBITSOLUTIONS
UMAR-MOBITSOLUTIONS

Reputation: 78004

how to check my application running in memory or not?

i want to check if my application "ABC" is currently running in my phone memory or not

any one guide me how to achieve this?

any help would be appreciated.

Upvotes: 0

Views: 377

Answers (1)

Jeanno
Jeanno

Reputation: 812

With you phone connected to your computer,
you can open "adb shell" in the adb tools.
Then you will enter the linux shell of the phone.
Inside, you can type "top" to check the processes.

Jeanno

Upvotes: 1

Related Questions