如何在AndroidStudio 4 中模拟Android 因内存不足导致的杀死应用程序

How to simulate Android killing app caused by low memory in AndroidStudio 4

以前,当您从 AndroidStudio 启动应用程序时,您可以模拟 Android 由于内存不足而终止该应用程序:

1. Press home button
2. Terminate the app pressing terminate button in logcat with your process selected
3. Reopen your app pressing in their icon in the emulator

自从 Android Studio 以来,一些事情发生了变化,因为 logcat 中的终止按钮正在完全关闭应用程序,而不是像 OS 那样简单地终止进程内存不足

我找到了方法:

AndroidStudio 4 以来,如果您 运行 从 AndroidStudio 播放按钮开始的应用程序,logcat 终止按钮将模拟应用程序的完全停止,而不是低内存杀.

解决方案是从模拟器中的图标启动应用程序,终止按钮将正确模拟低内存终止。