View android process information

Source: Internet
Author: User

View android process information

Open the adb shell and run the ps command directly.


If you want to view a specific process, such as the legend of the holy fire, use grep to filter



Meaning of each column parameter:

USERCurrent process user;

PIDProcess ID, Process ID;

PPIDProcess Parent ID, the Parent Process ID of the Process;

VSIZEVirtual Size: the Virtual memory Size of the process;

RSSResident Set Size, the memory Size that actually resides "in memory;

WCHANThe address of the sleeping process in the kernel;

PCProgram Counter;

NAMEProcess name;


If you want to kill the process


You can also view the databases loaded by the process based on the process id, cat/proc/pid/maps

# Cat/proc/9562/maps
7429b000-74cd4000 r-xp 00000000 103: 0d 390977/data/app-lib/com. vega. one-1/libcocos2djs. so
40891000-40892000 rw-p 00005000 103: 0c 1501/system/lib/libGLESv2.so
4010000000-4035d000 r-xp 00000000 103: 0c 2003/system/lib/libz. so


We can see that "Legend of the holy fire" is made of cocos2d-js, relying on the Library such as gles, libz. If you want to crack the resources of Legend of the holy fire, you can start from these databases. For details about how to crack, refer to cracking TexturePacker's encrypted resources.


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.