You can implement a crash handler, and kill your native program before your java app closes.
http://stackoverflow.com/questions/601503/how-do-i-obtain-crash-data-from-my-android-application On Jan 27, 4:09 am, Anzi <[email protected]> wrote: > Hi, > > My android application internally starting a native > application[exe] as a separate process when it was launched. Problem > is when there is any exception occurred my android application, > android framework killing only my android application. But native > application[exe] runs in background. > > Is there any way to handle this in my application to cleanup every > this before android framework kills my application. > > Regards > Anzi. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

