ARTICLE DETAIL

资讯详情

深耕网站视觉设计与运营推广的一线实战洞察。

Android activity and pid

Android activity and pid 当前打开的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
返回列表