Sri Sri
Sri Sri

Reputation: 3109

Memory simulation in android

I want to simulate Memory in android programmatically..That is i want to generate an low memory alert when i click on button in my activity..is there any way to do this..? is there any way to limit memory in android..?

if u had any ideas please let me know..

Thanks in advance..

Upvotes: 4

Views: 601

Answers (1)

DeRagan
DeRagan

Reputation: 22920

While creating an AVD did you notice that under Hardware if you click add button you can set a property called Max VM application heap size. Does setting a lower heap size help in your case to bring up OOM error easily?

Upvotes: 1

Related Questions