Android - How to SUPPRESS "Unfortunately [app] has stopped" messages?
You can't (without customizing the code). The relevant code is in the Activity Manager (see crashApplication()
and handleAppCrashLocked()
) and it only suppresses these crash messages in 2 cases:
- The app crashed too soon since the last crash
- The app has crashed too many times total