[android-developers] How does Android decide if an Activity should be restarted after the Activity crashes?

2009-10-14 Thread mik...@tat
Hello, we are developing an application where we are depending on a native, custom-written library which sometimes crashes. When the Activity crashes (it's the Activity's SurfaceView that crashes, either while resuming or pausing Activity) we would like to automatically restart the Activity that

[android-developers] How does Android decide if an Activity should be restarted after the Activity crashes?

2009-10-14 Thread Jason Proctor
does Android allow calling signal() to catch native code crashes? arranging for signal reception then communicating to the Java space that there's been a native library crash might be an option if so. Um. Regardless of how quickly the system restarts your activity, this is a wretched user