Android Question [solved] Restarting Activity if crashed (using a service)

Asim A Baki

Active Member
Licensed User
Longtime User
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
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
Top