不积跬步无以至千里adb shell ps 查看进程信息adb shell ps | grep 包名 过滤某个进程的信息,可查看进程idadb shell kill 进程号id 杀死某个进程号Id对应的进程