View Android Process information

Source: Internet
Author: User

Open adb shell, direct PS command


If you look at a particular process, such as "Torch Hero", filter with grep



The meaning of each column parameter:

user process current users;

PID Process ID, progress ID;

PPID The process parent ID, which is the ID of the procedure;

vsize Virtual size, the size of the virtualized memory of the process;

RSS Resident Set size, which actually resides "in memory" memory size;

Wchan The address of the hibernation process in the kernel;

PC Program Counter;

name Process name;


If you want to kill the process, kill the PID


You can also see which libraries the process has loaded 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
40347000-4035d000 R-xp 00000000 103:0c 2003/system/lib/libz.so


We can see that "the Torch Hero Biography" is made with Cocos2d-js, relying on the gles, LIBZ and other libraries. If you want to solve the "torch Hero Biography" Resources, you can start from these libraries. Specifically how to crack, please see crack texturepacker encrypted resources.


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.