Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想针对内存不足的情况测试我们的应用程序。
你有什么想法,如何在设备上造成 onLowMemory ?
谢谢你。
我只知道一种方法,那就是创建一个在另一个线程中运行的方法,该方法会发生内存泄漏,使其连续循环直到onLowMemory()被调用,然后停止线程。
onLowMemory()
如果有人分享这个案例的经验,那就太好了!