当前打开的activity adb shell dumpsys activity activities | grep -E mResumedActivity|mFocusedActivity adb shell dumpsys activity top | grep ACTIVITY adb shell cmd get-top-activity package-uid adb shell dumpsys package com.example.app | grep userId uid-package adb shell pm list packages -U | grep uid:10060 package-pid adb shell pidof 包名 adb shell ps -A | grep 包名 package-pid adb shell ps -A | grep pid