Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 465 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 465 Bytes

RAMViewer

Monitor Android package RAM status via adb shell dumpsys meminfo [package]
A Python project

Usage

1.compile the project to exe

  > python mysetup.py py2exe  

2.input command "RamViewer -h" to get help.

3.Connect your device ,Run the program.

Remark

1.For app ,not for device.
2. only 1 devices can running on your device at same time.
3.if you want stop monitor and save data ,just disconnect your device.