VUE中使用lib-flexible:移动端适配的配置骨架与验证清单
2026/9/27 22:34:08
当前打开的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>