1.查看应用内容分布
adb shell dumpsys meminfo 包名
2.获取系统权限
adb shell pm grant 包名 android.permission.RECORD_AUDIO
adb shell pm grant 包名 android.permission.ACCESS_FINE_LOCATION
adb shell pm grant 包名 android.permission.READ_PHONE_STATE
adb shell pm grant 包名 android.permission.CAMERA
adb shell pm grant 包名 android.permission.WRITE_EXTERNAL_STORAGE
3.打开设置界面
adb shell am start -n com.android.settings/com.android.settings.Settings
4.打开开发者选项界面
adb shell am start -a com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS