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を発生させる方法について何かアイデアはありますか?
ありがとうございました。
私が知っている方法は1つだけです。それは、メモリリークを行う別のスレッドで実行されるメソッドを作成し、onLowMemory()が呼び出されるまでループを継続させてから、スレッドを停止することです。
onLowMemory()
誰かがこの事件の経験を共有するのは素晴らしいことです!