A Asim A Baki Active Member Licensed User Longtime User Mar 27, 2014 #1 How I suppress the OS crash message and restart the activity if it is crashed? I think it must be from the service, but how to do it?
How I suppress the OS crash message and restart the activity if it is crashed? I think it must be from the service, but how to do it?
eps Expert Licensed User Longtime User Mar 28, 2014 #21 You need to check though, usually all this does is give you a stay of execution.. I would still check the memory usage off the App whilst it is executing. The best devices to test memory issues like this on are Samsung ones, they are more prone to running out of App memory. Upvote 0
You need to check though, usually all this does is give you a stay of execution.. I would still check the memory usage off the App whilst it is executing. The best devices to test memory issues like this on are Samsung ones, they are more prone to running out of App memory.
A Asim A Baki Active Member Licensed User Longtime User Mar 28, 2014 #22 is there any command like GC.collect in c# to free unused objects? Upvote 0