ADB查看手机端APP的进程ID(PID)

ADB查看手机端APP的进程ID(PID)

adb shell  top    

 最后一列是包名,知道包名就知道APP运行的PID了

原文地址:https://www.cnblogs.com/wx170119/p/14453015.html