Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 224 Bytes

yy_pgrep.md

File metadata and controls

7 lines (6 loc) · 224 Bytes

yypgrep

yy_pgrep can search the process name and return its PID.

Usage: Compile it via Android.mk
       Then push it into Andriod device
       Run it in adb shell: yygrep mediaserver
       It like pgrep tool.