level 1
阳光的Follower
楼主
adb wait-for-device
adb devices
adb shell /system/bin/device_config put activity_manager max_phantom_processes 2147483647
adb shell /system/bin/device_config set_sync_disabled_for_tests persistent
adb shell /system/bin/dumpsys activity settings | findstr max_phantom_processes
pause
2022年12月16日 01点12分
1
adb devices
adb shell /system/bin/device_config put activity_manager max_phantom_processes 2147483647
adb shell /system/bin/device_config set_sync_disabled_for_tests persistent
adb shell /system/bin/dumpsys activity settings | findstr max_phantom_processes
pause